Skip to content

Commit 0bdec35

Browse files
committed
bump to v1.1.0 ...
1 parent 917fcd7 commit 0bdec35

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.0.0
1+
v1.1.0

doc/Changelog

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
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+
16
The keys used are:
27
!: fixed/modified feature, -: deleted feature, +: new feature
38

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+
416
v1.0.0 -- 29-09-2022
517
+ Introduced gRPC dial-out support for Cisco XR/XE (testing devices: Cisco-XR 7.4.1@NCS-540 | Cisco-XE 17.06.01prd7@C8000V)
618
(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
1426
(https://support.huawei.com/enterprise/en/doc/EDOC1100139549/40577baf/common-proto-files)
1527
+ Introduced GPB (OpenConfig Interfaces) encoding capabilities for Huawei VRP (testing device: VRP V800R021C10SPC300T@NE40E)
1628
(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

0 commit comments

Comments
 (0)