You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.md
+25-2
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,24 @@
1
+
### 2022-03-31 version 0.8.6.2
2
+
3
+
#### New features and enhancements
4
+
* Improved installation script to allow use of Python system installation
5
+
* Corrected few Codacy issues
6
+
* Added support for MacOS Big Sur
7
+
8
+
#### Resolved GitHub issues
9
+
* Fixed Python 3.5 code compatibility issue for Ubuntu:xenial
10
+
* install_ydk.sh tries to create a new venv ([#1034](https://github.com/CiscoDevNet/ydk-gen/issues/1034))
11
+
* getting YCodecError when leaf value has string 'sftp://' ([#1056](https://github.com/CiscoDevNet/ydk-gen/issues/1056))
12
+
* vrf route-target leaf stitching(bool) fails as invalid ([#1059](https://github.com/CiscoDevNet/ydk-gen/issues/1059))
13
+
14
+
### Resolved non-GitHub issues
15
+
* Addressed segmentation fault error when required modules are not loaded.
16
+
* Patched catch.hpp for Linux distributions that do not define SIGSTKSZ
17
+
18
+
#### Bundle improvements
19
+
* Cleaned up older profiles
20
+
21
+
1
22
### 2021-09-30 version 0.8.6
2
23
3
24
#### New features and enhancements
@@ -8,6 +29,8 @@
8
29
9
30
#### Resolved GitHub issues
10
31
* Go function EntityEqual result depends on parameters order ([#1053](https://github.com/CiscoDevNet/ydk-gen/issues/1053))
32
+
* Failed to get "ietf-netconf" module with Executor Service and get-schema RPC ([#1047](https://github.com/CiscoDevNet/ydk-gen/issues/1047))
33
+
* The Executor Service fails to return module content back to user ([#1048](https://github.com/CiscoDevNet/ydk-gen/issues/1048))
11
34
12
35
#### Bundle improvements
13
36
* Updated cisco-ios-xr bundle (profile cisco-ios-xr_6_7_3.json) to support Cisco IOS XR 6.7.3
@@ -399,7 +422,7 @@ The [backward incompatible](http://ydk.cisco.com/py/docs/backward_compatibility.
399
422
* Add support for choosing either a per-device or a common cache for storing downloaded yang models ([#502](https://github.com/CiscoDevNet/ydk-gen/pull/502))
400
423
* Introduced encoding/decoding subtree XML in `CodecService` and changed `CRUDService` to use XML subtree filtering to create filters for the `read` operation ([#489](https://github.com/CiscoDevNet/ydk-gen/pull/489))
401
424
* Added support for non-standard RPCs as well in path API ([#498](https://github.com/CiscoDevNet/ydk-gen/pull/498))
402
-
* Add ability to generate Linux and Mac OSX packages in cmake using [cpack](https://cmake.org/Wiki/CMake:Packaging_With_CPack) ([#466](https://github.com/CiscoDevNet/ydk-gen/pull/466))
425
+
* Add ability to generate Linux and MacOS packages in cmake using [cpack](https://cmake.org/Wiki/CMake:Packaging_With_CPack) ([#466](https://github.com/CiscoDevNet/ydk-gen/pull/466))
403
426
404
427
#### ydk-gen
405
428
* Updated [`cisco-ios-xr`](https://github.com/CiscoDevNet/ydk-gen/blob/master/profiles/bundles/cisco-ios-xr_6_2_2.json) to support Cisco IOS XR 6.2.2 release
@@ -473,7 +496,7 @@ The [backward incompatible](http://ydk.cisco.com/py/docs/backward_compatibility.
473
496
* RestconfServiceProvider
474
497
* OpenDaylightServiceProvider
475
498
* Introduced support for netconf service ([#341](https://github.com/CiscoDevNet/ydk-gen/pull/341), [#352](https://github.com/CiscoDevNet/ydk-gen/pull/352))
476
-
* Released ydk-cpp for OSX platform (on [Homebrew](https://github.com/CiscoDevNet/homebrew-ydk)) and on Ubuntu platform (on [Lauchpad](https://launchpad.net/~ydk)) ([#362](https://github.com/CiscoDevNet/ydk-gen/pull/362), [#322](https://github.com/CiscoDevNet/ydk-gen/pull/322))
499
+
* Released ydk-cpp for MacOS platform (on [Homebrew](https://github.com/CiscoDevNet/homebrew-ydk)) and on Ubuntu platform (on [Lauchpad](https://launchpad.net/~ydk)) ([#362](https://github.com/CiscoDevNet/ydk-gen/pull/362), [#322](https://github.com/CiscoDevNet/ydk-gen/pull/322))
477
500
* Added support for generated CRUD model tests based on bundles ([#354](https://github.com/CiscoDevNet/ydk-gen/pull/354))
478
501
* Improved negative test cases and added support for netconf operations on leafs and leaf-lists ([#324](https://github.com/CiscoDevNet/ydk-gen/pull/324))
0 commit comments