This repository was archived by the owner on Nov 2, 2023. It is now read-only.
0.5.0
Pre-release
Pre-release
2016-08-03 version 0.5.0:
- Introduced YDK bundles (#43, #148, #149)
- Created YDK core library and pluggable namespace packages that share the same module prefix
ydk.models
- Generated documentation for YDK core and bundles
- Created YDK core library and pluggable namespace packages that share the same module prefix
- CRUD service / Codec service / Netconf service improvements
- Improved support for presence containers, nested enum and identity classes (#169)
- Improved support for lists with multiple keys by ensuring that the order of keys is preserved (#179)
- Improved support for leaf-list of identity type (#186)
- Added check for user error which can occur when self-referencing YDK object as parent object (#184)
- Improved error-reporting for commit-time error (#190)
- Fixed CRUD read support for modules containing top-level list (#194)
- Testing improvements
- Added Mac OS X installation and running codec service sanity tests to CI (#175)
- Documentation improvements
- Indicated mandatory leafs in the documentation (#177)
- Specified path to referred leaf for leafrefs (#177)
- Fix documentation of presence containers (#192)
- Enhanced documentation of leafs of identityref type by indicating all the subclasses of identity base class referred to by the identityref (#161)
- Added documentation on how to use YDK delete operation and improved documentation for YDK read operation (#204)