Skip to content

Commit ffa17f4

Browse files
committed
0.8.0
1 parent 8c45a01 commit ffa17f4

File tree

14 files changed

+10
-668
lines changed

14 files changed

+10
-668
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install dependencies
3232
run: |
3333
python -m pip install --upgrade pip
34-
pip install -r requirements.txt
34+
pip install -r requirements-new.txt
3535
3636
- name: Perform linting validation
3737
continue-on-error: true

README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,11 @@ Contributors
8484
Dev Log
8585
=======
8686

87+
Release **0.8.0**:
88+
89+
- **Important**: potentially breaking change. The dependency is moved from ``grpcio-tools`` to ``protobuf``, which as a standalone package has a much newer serion.
90+
- Spec is rebuilt and updated to support gNMI of version ``0.8.0``.
91+
8792
Release **0.7.5**:
8893

8994
- Amended the logic of ``ONCE`` telemetry mode to automatically terminate on receiving ``{"sync_response": True}`` message.

pygnmi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
pyGNMI module to manage network devices with gNMI
33
(c)2020-2022, Karneliuk
44
"""
5-
__version__ = "0.7.6"
5+
__version__ = "0.8.0"

pygnmi/spec/gnmi_ext_pb2_grpc.py

Lines changed: 0 additions & 3 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.

pygnmi/spec/v080/proto/collector.proto

Lines changed: 0 additions & 32 deletions
This file was deleted.

pygnmi/spec/v080/proto/gnmi.proto

Lines changed: 0 additions & 458 deletions
This file was deleted.

pygnmi/spec/v080/proto/gnmi_ext.proto

Lines changed: 0 additions & 91 deletions
This file was deleted.

0 commit comments

Comments
 (0)