Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.

0.4.1

Pre-release
Pre-release
Compare
Choose a tag to compare
released this 15 Jun 16:44
· 104 commits to master since this release

2016-05-20 version 0.4.1:

  • Added openconfig bgp-policy APIs to ydk-py (#102)
  • Introduced ability to programmatically retrieve SDK version of ydk-py (#8)
  • Removed unused dependencies from ydk-py's requirements.txt (#48)
  • Introduced coveralls and improved travis CI integration for ydk-gen github (#84, #54, #15, #46)
  • CRUD service / Netconf service provider improvements
    • Added timeout parameter to NetconfServiceProvider (#1)
    • Fixed issues with decoding leafs of union type and nodes defined in sub-modules (#5, #56)
    • Fixed issue with encoding enums, identities defined in external modules (#30, #103)
    • Improved support for deleting leafs, leaf-lists and lists (#55, #103)
  • Documentation improvements
    • Added 'About ydk-py' page with information about ydk-gen used to generate ydk-py (#6)
    • Indicate in documentation YDK class attributes that are keys (#41)
    • Made top containers show up at the top of the table of contents for every module document (#39)