diff --git a/frinx-uniconfig/release-notes/index.md b/frinx-uniconfig/release-notes/index.md index 7cf419246..3a0ec7cfa 100644 --- a/frinx-uniconfig/release-notes/index.md +++ b/frinx-uniconfig/release-notes/index.md @@ -1,5 +1,6 @@ # Release notes +- [Release notes for UniConfig 5.1.16](../release-notes/uniconfig-5.1.16.md) - [Release notes for UniConfig 5.2.4](../release-notes/uniconfig-5.2.4.md) - [Release notes for UniConfig 5.2.3](../release-notes/uniconfig-5.2.3.md) - [Release notes for UniConfig 5.1.15](../release-notes/uniconfig-5.1.15.md) diff --git a/frinx-uniconfig/release-notes/uniconfig-5.1.16.md b/frinx-uniconfig/release-notes/uniconfig-5.1.16.md new file mode 100644 index 000000000..0c39b0847 --- /dev/null +++ b/frinx-uniconfig/release-notes/uniconfig-5.1.16.md @@ -0,0 +1,20 @@ + + +## What's Changed +### 🐞 Bug Fixes +* [UNIC-1517] Fix pagination +* [UNIC-1521] Fix reading list nodes in augmentations +* [UNIC-1422] Fixed transaction is closed issue +* [UNIC-1512] Fix ordering of operations on gnmi topology +* Cover more errors in connect node RPC responses +### ✅ New Features +* [UNIC-1486] + [UNIC-1509] - Skip yang constraints +* [UNIC-1507] : One uniconfig tx for (un)install-multiple-nodes RPC +### 💡 Improvements +* [UNIC-1514] Add support CER device version 12.* (#1903) +* Fixed logging in TaskExecutorImpl +### 🔧 Other Changes +* Release new snapshot version 5.1.16-SNAPSHOT +* Release workflow stable +* Add distributionSuffix property +* Build distro without units on release (#1955)