File tree 2 files changed +17
-1
lines changed
2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 1
- v1.0 .0
1
+ v1.1 .0
Original file line number Diff line number Diff line change
1
+ Adopted versioning schema: vMAJOR.MINOR.PATCH:
2
+ * MAJOR version is incremented when incompatible API changes are commited.
3
+ * MINOR version is incremented when new functionalities are commited, however the new implementation is still backward-compatible.
4
+ * PATCH version is incremented when backward-compatible bug fixes are commited.
5
+
1
6
The keys used are:
2
7
!: fixed/modified feature, -: deleted feature, +: new feature
3
8
9
+
10
+ v1.1.0 -- 17-01.2023
11
+ + Documentation general review/update | adding CONFIG-KEYS | adding structured Changelog
12
+ + Introduced install.sh to automate the build/install process
13
+ + Introducing data delivery via ZMQ (PUSH/PULL). With this new data delivery option I enable the possibility to embed the gRPC dial-out collector
14
+ into pmtelemetryd
15
+
4
16
v1.0.0 -- 29-09-2022
5
17
+ Introduced gRPC dial-out support for Cisco XR/XE (testing devices: Cisco-XR 7.4.1@NCS-540 | Cisco-XE 17.06.01prd7@C8000V)
6
18
(https://github.com/ios-xr/model-driven-telemetry/blob/ebc059d77f813b63bb5a3139f5178ad11665d49f/protos/66x/mdt_grpc_dialout/mdt_grpc_dialout.proto)
@@ -14,3 +26,7 @@ v1.0.0 -- 29-09-2022
14
26
(https://support.huawei.com/enterprise/en/doc/EDOC1100139549/40577baf/common-proto-files)
15
27
+ Introduced GPB (OpenConfig Interfaces) encoding capabilities for Huawei VRP (testing device: VRP V800R021C10SPC300T@NE40E)
16
28
(https://support.huawei.com/enterprise/en/doc/EDOC1100139549/40577baf/common-proto-files)
29
+ + Introduced data manipulation options for Cisco GPB/GPB-KV encoded messages | adding enable_cisco_gpbkv2json | adding enable_cisco_message_to_json_string
30
+ + Introduced data enrichement options | adding enable_label_encode_as_map | adding enable_label_encode_as_map_ptm
31
+ + Introducing data delivery via Kafka producer. The connection with Kafks can be secured with SSL or left unsecure using PLANTEXT
32
+ + Introducing logging capabilities. Both console and syslog logging are supported
You can’t perform that action at this time.
0 commit comments