From 0a1387588ea6a9f3a19a8ee8bd50d865c0e0cce7 Mon Sep 17 00:00:00 2001 From: Yan Gorelik Date: Fri, 11 Jan 2019 10:40:49 -0800 Subject: [PATCH] Fixed issue #803 --- CHANGES.md | 6 ++++-- sdk/cpp/CHANGES.md | 8 ++++++-- sdk/go/CHANGES.md | 8 ++++++-- sdk/python/CHANGES.md | 4 +++- 4 files changed, 19 insertions(+), 7 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 9a8c71625..1d4ed6757 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,14 +1,16 @@ -### 2018-11-27 version 0.8.1 +### 2019-01-11 version 0.8.1 #### Python, C++, Go - * Introduced support for non-top level objects/entities for CRUD, Netconf, and gNMI operations. + * Introduced support for non-top level objects/entities for CRUD, Netconf, and gNMI services. #### ydk-gen * Added capability to generate meta-data in Python bundles by adding `--generate-meta` flag in `generate.py` script. #### Resolved GitHub issues + * YFilter dropped when used with NetconfService and EntityCollection ([#803](https://github.com/CiscoDevNet/ydk-gen/issues/803)) * Test for non-top level Entity fails when bundle created with 'one-class-per-module' flag ([#839](https://github.com/CiscoDevNet/ydk-gen/issues/839)) * NETCONF Session constructor doesn't allow port to be None ([#846](https://github.com/CiscoDevNet/ydk-gen/issues/846)) + * YDK fails process RPC payload, which contain 'data' tag ([#851](https://github.com/CiscoDevNet/ydk-gen/issues/851)) ### 2018-12-17 version 0.8.0 diff --git a/sdk/cpp/CHANGES.md b/sdk/cpp/CHANGES.md index 742228c57..bb09e9087 100644 --- a/sdk/cpp/CHANGES.md +++ b/sdk/cpp/CHANGES.md @@ -1,7 +1,11 @@ -### 2018-11-27 version 0.8.1 +### 2019-01-11 version 0.8.1 #### CRUD / Netconf / gNMI/ Codec / Path API - * Introduced support for non-top level objects/entities for CRUD, Netconf, and gNMI operations. + * Introduced support for non-top level objects/entities for CRUD, Netconf, and gNMI services. + +#### Resolved GitHub issues + * YFilter dropped when used with NetconfService and EntityCollection ([#803](https://github.com/CiscoDevNet/ydk-gen/issues/803)) + * YDK fails process RPC payload, which contain 'data' tag ([#851](https://github.com/CiscoDevNet/ydk-gen/issues/851)) ### 2018-11-27 version 0.8.0 diff --git a/sdk/go/CHANGES.md b/sdk/go/CHANGES.md index 061cc8bbd..cc69c2097 100644 --- a/sdk/go/CHANGES.md +++ b/sdk/go/CHANGES.md @@ -1,7 +1,11 @@ -### 2018-11-27 version 0.8.1 +### 2019-01-11 version 0.8.1 #### Go - * Introduced support for non-top level objects/entities for CRUD, Netconf, and gNMI operations. + * Introduced support for non-top level objects/entities for CRUD, Netconf, and gNMI services. + +#### Resolved GitHub issues + * YFilter dropped when used with NetconfService and EntityCollection ([#803](https://github.com/CiscoDevNet/ydk-gen/issues/803)) + * YDK fails process RPC payload, which contain 'data' tag ([#851](https://github.com/CiscoDevNet/ydk-gen/issues/851)) ### 2018-12-17 version 0.8.0 diff --git a/sdk/python/CHANGES.md b/sdk/python/CHANGES.md index c53b5ef79..ca3566aa9 100644 --- a/sdk/python/CHANGES.md +++ b/sdk/python/CHANGES.md @@ -1,4 +1,4 @@ -### 2018-11-27 version 0.8.1 +### 2019-01-11 version 0.8.1 #### CRUD / Netconf / gNMI/ Codec / Path API * Added support for CRUD, Netconf Service, and gNMI Service operations on non-top level objects. @@ -7,8 +7,10 @@ * Added capability to generate meta-data in Python bundles by adding `--generate-meta` flag in `generate.py` script. #### Resolved GitHub issues + * YFilter dropped when used with NetconfService and EntityCollection ([#803](https://github.com/CiscoDevNet/ydk-gen/issues/803)) * Test for non-top level Entity fails when bundle created with 'one-class-per-module' flag ([#839](https://github.com/CiscoDevNet/ydk-gen/issues/839)) * NETCONF Session constructor doesn't allow port to be None ([#846](https://github.com/CiscoDevNet/ydk-gen/issues/846)) + * YDK fails process RPC payload, which contain 'data' tag ([#851](https://github.com/CiscoDevNet/ydk-gen/issues/851)) ### 2018-12-17 version 0.8.0