cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
709
Views
0
Helpful
2
Replies

New Release of YDK-Cpp 0.8.4 has been posted

yangorelik
Spotlight
Spotlight
 

Both ydk-gen and ydk-cpp have been updated at GitHub. The updated documentation is available online at https://ciscodevnet.github.io/ydk-go/ or locally from your cloned repository: 'firefox ydk-cpp/docs/index.html'

New features and enhancements:

  • Added utility function to compare two entities and build diff (#925)
  • Adjusted C++ code to work with gcc compiler version 4.8.5 (default for CentOS-7.x)

Bundle improvements

  • Updated cisco-ios-xr bundle to support Cisco IOS XR 6.5.3
  • Released cisco-nx-os bundle to support Cisco NX OS 9.3.1

Resolved GitHub issues

  • 'ietf-netconf-monitoring:get-schema' returns schema with escape sequences (#614)
  • NETCONF provider should raise more appropriate exceptions (#774)
  • YList test fails when list entity added before keys are initialized (#800)
  • Delete operation fails on container (#931)
  • Absolute path for generated entity of second level list child is incorrect (#933)
  • gNMI Provider does not preserve original strings (#940)
  • gNMISession fails to decode GetRequest response when returned values is empty string (#943)
  • No way to retrieve numeric value of enums in cpp generated code (#944)
  • XmlSubtreeCodec fails decode payload with augmented component (#956)
  • Debian package for C++ bundles getting installed to wrong location (#962)

Documentation improvements

  • Added documentation for XmlSubtreeCodec and JsonSubtreeCodec.
  • Improved documentation for System Requirements and Python Requirements
  • Made documentation available from GitHub and locally from cloned repository
Yan Gorelik
YDK Solutions
2 Replies 2

horseinthesky
Level 1
Level 1
Where can I find JsonSubtreeCodec documentation?
https://ydkgen.readthedocs.io/en/latest/ has no matches for JsonSubtreeCodec?

You can find documentation for JsonSubtreeCodec here. But it is just description of API, no details of implementation.

Yan Gorelik
YDK Solutions