You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- `Adding error propagation from child thread to main thread <https://github.com/akarneliuk/pygnmi/pull/142>`
93
-
- `Changes to u_val <https://github.com/akarneliuk/pygnmi/pull/144>`
94
-
- `Adding Master Arbitration support for Set <https://github.com/akarneliuk/pygnmi/pull/146>`
95
-
- `Adding bytes_val and leaflist_val with string_val parsing <https://github.com/akarneliuk/pygnmi/pull/151>`
98
+
- `Adding error propagation from child thread to main thread <https://github.com/akarneliuk/pygnmi/pull/142>`_
99
+
- `Changes to u_val <https://github.com/akarneliuk/pygnmi/pull/144>`_
100
+
- `Adding Master Arbitration support for Set <https://github.com/akarneliuk/pygnmi/pull/146>`_
101
+
- `Adding bytes_val and leaflist_val with string_val parsing <https://github.com/akarneliuk/pygnmi/pull/151>`_
96
102
97
103
Release **0.8.13**:
104
+
98
105
- Number of minor bug fixes and improvements.
99
106
100
107
Release **0.8.12**:
108
+
101
109
- Fixed operation of `no_qos_marking` flag for `pygnmicli`.
102
110
103
111
Release **0.8.11**:
112
+
104
113
- Previous release introduced break for telemetry in `Juniper` due to inconsistency of communicated encoudings in `Capabilities()` and what is really supported in `Subscribe()`.
105
114
106
115
Release **0.8.10**:
116
+
107
117
- Automatic detection of supported encoding and using it where applicable (e.g., in `subscribe2` method).
108
118
- Possibility to remove `qos` from `Subscribe` for platforms, which doesn't support it (e.g., `Juniper`).
109
119
@@ -257,7 +267,7 @@ Release **0.5.1**:
257
267
- Fixed regexp warnings.
258
268
- Changed the logging functionality.
259
269
- Enabled Unix domain socket.
260
-
- Added ``close()``
270
+
- Added ``close()``
261
271
- Many thanks for all contributors to make this release happen.
0 commit comments