- Added support of origin per RFC7951. - Added timeout to the initial setup useful for long-living connections. - Minor bug-fixing.
0.6.0
- Significant improvements in telemetry capabilities of the pygnmi. Now you can use ``subscribe2`` method by simply providing the a corredponding dictionary at input and all modes (STREA, ONCE, POLL) are working correctly. - Function ``telemetryParser`` is now automatically used inside ``subscribe2``. - Telemetry is now implemeted using ``threading``. - Added new unit tests with ``pytest`` and added code coverage with ``coverage.py``.
0.5.3
- Minor improvements and bug fixing. - Full coverage of unit tests for all operations (Capabilities, Get, Set(Update, Replace, Delete), Subscribe) and all notations of GNMI Path
0.5.2
- Minor bug fixing. - First release with unit tests.
0.5.1
- Added example for non-blocking iterator for telemetry. - Added the extra support for Juniper TLS certificates. - Fixed regexp warnings. - Changed the logging functionality. - Enabled Unix domain socket. - Added ``close()`` - Many thanks for all contributors to make this release happen.
0.5.0
- Added possibility to extract certificate from the destination network function.