Skip to content

Commit

Permalink
Fixed issue CiscoDevNet#803
Browse files Browse the repository at this point in the history
  • Loading branch information
Yan Gorelik committed Jan 11, 2019
1 parent c24a515 commit 0a13875
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 7 deletions.
6 changes: 4 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 6 additions & 2 deletions sdk/cpp/CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 6 additions & 2 deletions sdk/go/CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 3 additions & 1 deletion sdk/python/CHANGES.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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
Expand Down

0 comments on commit 0a13875

Please sign in to comment.