-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
37d0e19
commit 76a071b
Showing
3 changed files
with
8 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Clixon Changelog | ||
|
||
* [6.4.0](#640) Expected: October 2023 | ||
* [6.4.0](#640) 30 September 2023 | ||
* [6.3.0](#630) 29 July 2023 | ||
* [6.2.0](#620) 30 April 2023 | ||
* [6.1.0](#610) 19 Feb 2023 | ||
|
@@ -42,18 +42,14 @@ | |
* [3.3.1](#331) June 7 2017 | ||
|
||
## 6.4.0 | ||
Expected: October 2023 | ||
30 September 2023 | ||
|
||
Clixon 6.4.0 features mainly bugfixes and improvements of existing functionality, such as CLI output pipes. | ||
This releases is mainly for bugfixes and improvements of existing functionality, such as CLI output pipes. | ||
|
||
### API changes on existing protocol/config features | ||
Users may have to change how they access the system | ||
### Minor features | ||
|
||
* New `[email protected]` revision | ||
* Added argument to alias extension | ||
|
||
### Minor features | ||
|
||
* CLI show compare example function: | ||
* Improved diff algorithm for XML and TEXT/curly, replaced UNIX diff with structural in-mem algorithm | ||
* JSON: Added unicode BMP support for unicode strings as part of fixing (https://github.com/clicon/clixon/issues/453) | ||
|
@@ -98,13 +94,12 @@ Developers may need to change their code | |
* Fixed: [CLI show config | display <format> exits over mountpoints with large YANGs](https://github.com/clicon/clixon-controller/issues/39) | ||
* JSON string fixed according to RFC 8259: encoding/decoding of escape as defined in Section 8 | ||
* No need to bind for xml and json, only cli and text | ||
* Fixed several issues with extra-config files, including overwriting of structured sub-configs | ||
* including `<restconf>`and m̀ <autoconf>` | ||
* Fixed several issues with including multiple configure-files in a config-directory, including overwriting of structured sub-configs. | ||
* Fixed: [YANG error when poking on EOS configuration](https://github.com/clicon/clixon-controller/issues/26) | ||
* Fixed: [CLICON_CONFIGDIR with external subsystems causes endless looping](https://github.com/clicon/clixon/issues/439) | ||
* Fixed: ["show configuration devices" and "show configuration devices | display cli" differs](https://github.com/clicon/clixon-controller/issues/24) | ||
* Fixed: [Configuring Juniper PTX produces CLI errors](https://github.com/clicon/clixon-controller/issues/19) | ||
* Fixed: CLI output pipes: Add CLICON_PIPETREE to any cli files, not just the first | ||
* Fixed: CLI output pipes: Add `CLICON_PIPETREE` to any cli files, not just the first | ||
|
||
## 6.3.0 | ||
29 July 2023 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters