Skip to content

Commit

Permalink
Merge pull request #6 from ygorelik/0.8.4
Browse files Browse the repository at this point in the history
Merging private 0.8.4 to private master
  • Loading branch information
ygorelik authored Oct 30, 2019
2 parents 42f4cbd + 9f1bf7e commit e029085
Show file tree
Hide file tree
Showing 161 changed files with 6,381 additions and 1,540 deletions.
5 changes: 2 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,9 @@ debug.log
netconf.log
protocol.log
myenv
mypython
mypython3
py2env
py3env
v/
venv/
gittmp*/
.DS_Store
gen-api/
Expand All @@ -39,3 +37,4 @@ protobuf-3.5.0
sdk/python/gnmi/build
sdk/python/gnmi/dist
sdk/python/gnmi/ydk_service_gnmi.egg-info
venv
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ matrix:
go: 1.9
# - env: DOCKER=true OS_TYPE=centos OS_VERSION=centos7 PYTHON_VERSION=2.7
# - env: DOCKER=true OS_TYPE=centos OS_VERSION=centos7 PYTHON_VERSION=2.7 GNMI=true
- env: DOCKER=true OS_TYPE=centos OS_VERSION=centos7 PYTHON_VERSION=2.7
- env: DOCKER=true OS_TYPE=centos OS_VERSION=centos7 PYTHON_VERSION=2.7 GNMI=true
- env: DOCKER=true OS_TYPE=centos OS_VERSION=centos7 PYTHON_VERSION=3.6
- env: DOCKER=true OS_TYPE=centos OS_VERSION=centos7 PYTHON_VERSION=3.6 GNMI=true
# - env: DOCKER=true OS_TYPE=ubuntu OS_VERSION=xenial PYTHON_VERSION=2.7
# - env: DOCKER=true OS_TYPE=ubuntu OS_VERSION=xenial PYTHON_VERSION=2.7 GNMI=true
- env: DOCKER=true OS_TYPE=ubuntu OS_VERSION=xenial PYTHON_VERSION=3.5
Expand Down
29 changes: 29 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
### 2019-10-15 version 0.8.4

#### New features and enhancements
* Expanded meta data in Python bundles by adding flags `has_must` and `has_when` ([#927](https://github.com/CiscoDevNet/ydk-gen/issues/927))
* Added utility function to compare two entities and build diff ([#925](https://github.com/CiscoDevNet/ydk-gen/issues/925))
* Adjusted C++ code to work with gcc compiler version 4.8.5 (default for CentOS-7.x)

#### Resolved GitHub issues
* 'ietf-netconf-monitoring:get-schema' returns schema with escape sequences ([#614](https://github.com/CiscoDevNet/ydk-gen/issues/614))
* NETCONF provider should raise more appropriate exceptions ([#774](https://github.com/CiscoDevNet/ydk-gen/issues/774))
* YList test fails when list entity added before keys are initialized ([#800](https://github.com/CiscoDevNet/ydk-gen/issues/800))
* Inherited classes not initialized properly in Python3 when constructor uses super() ([#921](https://github.com/CiscoDevNet/ydk-gen/issues/921))
* Delete operation fails on container ([#931](https://github.com/CiscoDevNet/ydk-gen/issues/931))
* Absolute path for generated entity of second level list child is incorrect ([#933](https://github.com/CiscoDevNet/ydk-gen/issues/933))
* Go: When entity having children is built from model API the child entities parent is nil ([#938](https://github.com/CiscoDevNet/ydk-gen/issues/938))
* gNMI Provider does not preserve original strings ([#940](https://github.com/CiscoDevNet/ydk-gen/issues/940))
* gNMISession fails to decode GetRequest response when returned values is empty string ([#943](https://github.com/CiscoDevNet/ydk-gen/issues/943))
* No way to retrieve numeric value of enums in cpp generated code ([#944](https://github.com/CiscoDevNet/ydk-gen/issues/944))
* XmlSubtreeCodec fails decode payload with augmented component ([#956](https://github.com/CiscoDevNet/ydk-gen/issues/956))
* Debian package for C++ bundles getting installed to wrong location ([#962](https://github.com/CiscoDevNet/ydk-gen/issues/962))

#### Documentation improvements
Added documentation for XmlSubtreeCodec and JsonSubtreeCodec.

#### Bundle improvements
* Released cisco-nx-os bundle to support Cisco NX OS 9.3.1
* Released cisco-ios-xr bundle to support Cisco IOS XR OS 6.5.3


### 2019-05-15 version 0.8.3

#### Bundle improvements
Expand Down
Loading

0 comments on commit e029085

Please sign in to comment.