- Number of minor bug fixes and improvements. - Adding support of `prefix` to `pygnmicli`. - `Adding error propagation from child thread to main thread <https://github.com/akarneliuk/pygnmi/pull/142>` - `Changes to u_val <https://github.com/akarneliuk/pygnmi/pull/144>` - `Adding Master Arbitration support for Set <https://github.com/akarneliuk/pygnmi/pull/146>` - `Adding bytes_val and leaflist_val with string_val parsing <https://github.com/akarneliuk/pygnmi/pull/151>`
0.8.13
Minor improvements and upgrades
0.8.12
- Fixed operation of `no_qos_marking` flag for `pygnmicli`.
0.8.11
- Previous release introduced break for telemetry in `Juniper` due to inconsistency of communicated encoudings in `Capabilities()` and what is really supported in `Subscribe()`.
0.8.10
- Automatic detection of supported encoding and using it where applicable (e.g., in `subscribe2` method). - Possibility to remove `qos` from `Subscribe` for platforms, which doesn't support it (e.g., `Juniper`).
0.8.9
- Default value for ``encoding`` everywhere is set to ``None``. - Method ``capabilities()`` now is called as part of ``connect()`` to collect supported encoding as part of session establishing. - If ``encoding`` is not specified by user, then it is auto-set based on the list collected via ``capabilites()`` with ``json`` having the first priority follwed by ``json_ietf``.