Release date: 2019-02-11, Version: 0.8.1
New features and enhancements
- Added support for CRUD, Netconf Service, and gNMI Service operations on non-top level objects
- Introduced a feature, which allows to disable validation of entity data processed by NetconfServiceProvider
Model bundle generation
- Added `generate.py` script options '-i --install' and '-s --sudo' to generate and install Python packages in one step
- Use CMake build number for release numbers with suffix #864
Resolved GitHub issues
- YFilter dropped when used with NetconfService and EntityCollection #803
- Test for non-top level Entity fails when bundle created with 'one-class-per-module' flag #839
- YDK fails process RPC payload, which contain 'data' tag #851
- gNMI script results in a segmentation fault if repository is missing a required model #852
- CodecService fails correctly encode multiple entries in keyless list #854
- Segmentation fault when decoding gNMI config payload #856
- Decoding gNMI payload fails with ValueError exception #858
Documentation improvements
Addressed multiple documentation issues: #848, #850, #861, #862