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

Releases: CiscoDevNet/ydk-py

0.4.1

15 Jun 16:44
Compare
Choose a tag to compare
0.4.1 Pre-release
Pre-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)

0.4.0

15 Jun 16:44
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release

2016-04-15 version 0.4.0:

  • Introduced netconf service and codec service
    • Netconf service provides APIs to execute netconf operations
    • Codec service provides APIs to encode python objects and decode payloads
  • Support for yang deviation
  • Support for subscribing to model-driven telemetry
  • Logging made more consistent
    • CRUDService outputs type of operation
    • When logging is enabled, all NETCONF messages are logged including commit
    • Log messages at various stages (send RPC request, receive reply, commit
      etc) instead of logging all at once at the end
  • Updated enums in YDK classes to use enum34
    • Improved enum documentation
  • Improved error reporting for ydk-py and ydk-gen

0.3.0

15 Jun 16:43
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release

2016-03-13 version 0.3.0:

First public release