CHANGES
=======

1.3.2.0rc10
-----------

* PanoptesMetricDimension - Remove Check On Value

1.3.2.0rc9
----------

* Scheduler Task Thread - Update Logging

1.3.2.rc8
---------

* N-1910 Retain Timeseries Timestamp On Copy

v1.3.2rc7
---------

* Bump kombu to 4.6.10

1.3.2rc6
--------

* Add Knob To Forward Ping Requests Through Steamroller

1.3.2rc5
--------


1.3.2.0rc4
----------

* Add try/except block for scheduler startup for enrichment scheduler and update tests
* Add test for celery beat service connect function
* Assign metadata\_kv\_store\_class in enrichment\_plugin\_scheduler's celery\_beat\_service\_started method

1.3.2.0rc3
----------

* Fix typo in test\_polling\_plugin\_scheduler.py
* Remove print statements in test\_framework.py
* Panoptes Uniform Scheduler Tests
* Panoptes Uniform Scheduler Tests
* Panoptes Uniform Scheduler
* Set Interface\_Index as configurable dimension
* Set Interface\_Index as configurable dimension
* Include Interface Index As Dimension
* Include Interface Index As Dimension

1.3.2rc2
--------

* Juniper EX4300 CPU Util Oid Update
* Juniper EX4300 CPU Util Oid Update

1.3.2rc1
--------

* Juniper Metrics CPU Oid Update

1.3.2rc0
--------

* Cast Plugin Config Fixes #176
* Update website in example config file
* Add arista device metrics plugin
* ASR 1000 plugin
* newline
* removing copyright
* newlines
* adding polling plugin files
* enrichment plugin
* ciena plugins
* Open Source Heartbeat Plugins
* Update Ciena WS .plugin Files
* Update Ciena WS Resource Filter
* Ciena WS Device Metrics Plugin .example
* Update Cisco ASA Plugin .example
* Juniper SRX Plugin .example
* Aruba Device Metrics Plugin
* BGP Session Metrics Python3 Compatibility
* Open Source Ciena Waveserver Device Metrics Enrichment Plugin
* Open Source Aruba Device Metrics Enrichment Plugin
* Open Source Cisco ASA Device Metrics Enrichment Plugin
* Open Source Juniper SRX Enrichment Plugin
* Opensource Heartbeat Plugin
* Open Source Heartbeat Plugin
* Fixup setup.cfg

1.3.2
-----

* Update README.md
* Disable testing and building against Python 2.7

1.3.0rc9
--------

* GenericSNMPPollingPlugin::Decode Byte Strings
* Handle bytes in \_TYPE\_MAPPING lambda function
* GenericSNMPPollingPlugin::Decode Byte Strings

1.3.0rc8
--------

* pragma: no cover for .decode() in cisco enrichments
* Update Byte Handling in Cisco IOS / NXOS Enrichment Plugins

1.3.0rc7
--------

* Travis CI Build
* Add setuptools and wheel
* Add pyproject.toml pep517
* Exception Handling Fixes: #152

1.3.0rc6
--------

* Add ordering to PanoptesMetricsGroup Metrics & Dimensions Properties
* pragma: no cover for .decode() in plugin\_juniper\_device\_metrics
* pragma: no cover, not noqa
* Move # noqa to the right location
* Formatting and comments
* Check Type of IfName / Desc / Alias Fixes #146
* Add guard when calling json.dumps in case of bytes

1.3.1
-----

* Decode description with ASCII instead of 'UTF-8'
* Add handling for interface name / alias / description values
* Set kafka key as bytes
* Remove Debug Print Statement from plugin\_enrichment\_interface
* Python3 String & Byte Handling
* Condensed Conditional Logic To One Line
* Remove .decode() in the SteamRollerAgent and add it to PanoptesSNMPVariable
* Add .decode(). Fixes #138

1.3.0rc4
--------

* Python2 string handling stucks! 😡
* Ascii encode. Fixes #137
* Parallelize reporting to coveralls
* Remove unused imports
* Remove Print Statements
* Python 3 Eval Changes. Fixes #133
* Python 3 Updates. Fixes: #131
* merge
* Added mmh3 to setup.cfg
* Remove builtins.str. Fixes #130
* Python 3 Functional Tests

1.3.0rc3
--------

* Move back to C library for mmh3

1.3.0rc2
--------

* Kafka Topic Should Be Str

1.3.0rc1
--------

* Python3 Compatibility
* Add more tests for plugin\_polling\_ping.py
* Update Eval Usage
* Update how to handle eval in python3 #123
* Python 3 Compatibility
* Open-source Vault Ping Plugin and tests
* Pin kombu to 4.6.3

1.3.0rc0
--------

* Build against Python 2.7 and 3.6
* Build against Python 2.7 and 3.6
* Python 2 & 3 Compatibility
* Python3 Functional Tests
* Remove Commented out Code & Fix Pycodestyle Errors
* Python 2 & 3 Compatibility #116
* Python 2 & 3 Compatibility #116
* Python 2 & 3 Compatibility #116
* Python 2 and 3 Compatible #116

1.2.2
-----

* Update unit tests to test for enrichment configuration and read errors
* Change types for enrichment config and read errors

1.2.1
-----

* Unit tests for Plugin Manager unloading and error handling
* Implement and use unload\_modules to prevent scheduler deadlocks
* Fix \_\_repr\_\_ ordering #112
* Generate an Polling Status in case fetching an enrichment fails

1.2.0
-----


1.2.0rc10
---------

* Ignore plugin config from signature computation
* Update Panoptes Validators in parse\_config\_file
* Python 2/3 Compatible
* Additional polling\_plugin\_agent\_tests

1.2.0rc8
--------

* Remove unused SNMP Connection class
* t
* Update SNMP Connections & Tests
* Update test\_framework SNMP
* Update Log to include port
* Add check for clearly-wrong temperature values for Juniper device metrics
* Update Interface Plugin SNMP Connection
* Filter null temperature values from Juniper device metrics enrichments
* Update update\_enrichment\_ip
* Fix test\_no\_service\_active
* Rename to avoid conflict with the helpers \_module\_
* Add the unit test folder
* Refactor PanoptesSNMPConnectionFactory and add unit tests
* Add tests for polling\_plugin\_scheduler test\_panoptes\_config.ini
* Added Coveralls Badge
* Make tests/discovery a package. Remove redundant test code
* Add more tests for exceptional behavior for enrichment plugin scheduler
* Add tests for enrichment\_plugin\_scheduler.py
* Add plugin enrichment test files
* Add test suite for enrichment\_plugin\_scheduler.py
* Add tests for discovery\_plugin\_scheduler.py
* Remove unused import
* Improve unit test code coverage for InfluxDB consumber
* Improve logs for PanoptesContext
* Increase unir test code coverage for  PanoptesPollingPlugin
* Raise NotImplementedError in run() for PanoptesPollingPlugin
* Remove Flaky Tests
* Enrichment Agent Tests
* Remove flaky test. Add 'pragma: no cover' for signal\_handlers
* Add test\_discovery\_plugin\_scheduler.py
* Improve unit test code coverage for Resource Manager
* tests/test\_plugin\_agent.py Fix Spacing
* check for sysexit
* Update test\_runner regex filter
* Expand test coverage for scheduler.py class
* Expand test coverage for scheduler.py classes
* Discovery Agent Tests
* Add test for \_shutdown when \_shutdown has already been called by another thread
* Add tests for PanoptesCeleryPluginScheduler methods
* Add test for PanoptesCeleryPluginScheduler.update
* Add error code in pollig status to handle/indicate enrichment failures
* Add tests for PanoptesCelery classes
* Test Coverage for Enrichment Group
* tox
* Additional Polling Plugin Agent Tests
* Additional Polling Plugin Agent Tests
* Additional Polling Plugin Agent Tests
* Additional Polling Plugin Agent Tests
* Expand tests for juniper interface enrichment plugin
* Add test cases to TestPluginEnrichmentCiscoInterface test files, and remove redundant code from PluginEnrichmentCiscoInterface
* Add tests for Sentinel
* Expand test coverage for base.py
* Additional Unit Tests
* Open Source Cisco NXOS Polling Tests
* Open Source Cisco IOS Polling Tests

1.2.0rc7
--------

* Decode UTF-8 when inserting resource metadata key/values into Resource Cache
* Open Source JuniperBGPPlugin
* Update BGP Polling Plugin
* Open Source JuniperBGPPlugin

1.2.0rc6
--------

* Remove Celery Entrypoint from Coverage
* Remove Celery Entrypoint from Coverage
* Open Sourcing Additional Celery Tests
* sentinel tests
* Fix DEFAULT\_CONFIG\_FILE\_PATH
* More updates
* Fixup comment typos
* Fix runner and unit tests for runner
* Update Plugin Schedulers
* Updates from internal codebase

1.2.0rc5
--------

* device\_info\_ipvX -> ipvX

1.2.0rc4
--------

* Update Enrichment Schemas

1.2.0rc3
--------

* Add Additional Enrichment Groups

1.2.0rc2
--------

* netmask\_to\_cidr & decimal\_to\_mac
* Deploy to PyPI only tagged builds
* Fix typo for description\_content\_type

1.2.0rc0
--------

* Start using pbr for setuptools
* Sync Internal and OSS
* Removed the flaky test
* Added tests for resource/manager
* fix conflict
* update tests/test\_helpers.py:test\_dns\_resolution
* update tests/test\_framework.py
* increase coverage
* generic topic key
* update tests/test\_base\_plugin.py
* cleanup
* check kafka configuration is correct
* update tests/test\_schema.py
* PEP 8
* Increase Test Coverage
* Use an IP from RFC 5737 to test failure conditions
* Upgrade version of yahoo\_panoptes\_snmp we depend on

1.2.0rc1
--------

* Updated Enrichment Results
* Update test\_base\_plugin.py
* Additional Kafka Knobs & Increased Test Coverage
* Add missing docstring
* Add docstrings. Clean up module references
* Add Cisco NXOS enrichment plugin and tests
* Update docstrings and code cleanup
* Add tests for ios device metrics enrichments
* Update Maintainer List
* Add plugin files for cisco ios enrichments
* Replace smart quotes with straight-quotes
* Light-editing
* Add 'order\_matters=False' to test\_runner.py tests
* Add space to changed line so that format of .travis.yml \*exactly\* matches previous version
* Update jdk command for travis from 7 to 8
* Edit 'Background' section
* Add docs for Generic SNMP Polling Plugin DSL
* Update plugin test framework to allow setting resource model. Code cleanup
* Add fan and power metrics for SRX devices and update tests
* Clean up plugin\_enrichment\_juniper\_device\_metrics.py for opensourcing
* Sanitize test files for Juniper Enrichment Plugin
* Add missing docstring
* Change method signature of \_add\_defaults and update tests
* Add more detail in docstrings and further clean up code
* code cleanup
* Use mock of time to fix timing problem when test run with tox
* Add debugging lines
* Remove read enrichment from file tests
* Cleanup
* Remove system MIB oids from tests
* Snapshot. Open-sourced tests for sysDescr, SysUptime, failing to get value (unsupported MIB?). Have removed offending entries in public.snmprec for the time being, but need to re-cover lines of code. Still more json results files that need to be updated
* Undo changes to panoptes\_base\_plugin
* Add vendored Zookeeper files
* Use vendored Zookeeper libs
* resource\_creation\_timestamp and \_resource\_ttl should be strings
* Dare I say the last one?
* Another typo
* Good typo catch
* Removed files that we don't need anymore Clarified some points in System Metrics
* Updated the polling flow diagram
* Beefed up the flowchart Added the connection states Updated a couple of ambiguities in the document
* Emphasized 'convention', clarified a couple of the error states
* Older version are on 'archive'
* Fixup unit tests
* fixes yahoo/panoptes#43
* Bump versions of libs within the ZK jar
* Fixup typos
* Download Zookeeper from Apache's archive
* ZK\_VERSION, not ZOOKEEPER\_VERSION
* Add ZOOKEEPER\_VERSION environment variable to .travis.yml
* Update and expand documentation in README.md
* Pin Kazoo version to 2.5.0 in tox.ini
* Update README.md to add link to the Docker image
* Update Installation.md
* updated installation steps
