-
Notifications
You must be signed in to change notification settings - Fork 51
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
5df7f31
commit 3fb7206
Showing
3 changed files
with
33 additions
and
1 deletion.
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 |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# v1.8 Release Notes | ||
|
||
## Release Overview | ||
|
||
- Added support for Python 3.12. | ||
- Added local support of `distutils.version` now that Python 3.12 deprecates disutils. | ||
- Added functions `compare_version_loose` and `compare_version_strict` based on `distutils.version`. | ||
- Added function `paloalto_panos_clean_newlines`. | ||
- Added various lib_mapper updates. | ||
- Added HP Comware parser. | ||
|
||
## [v1.8.0] 2024-04 | ||
|
||
### Added | ||
|
||
- [#483](https://github.com/networktocode/netutils/pull/483) Added support for Python 3.12. | ||
- [#483](https://github.com/networktocode/netutils/pull/483) Added local support of `distutils.version` now that Python 3.12 deprecates disutils. | ||
- [#490](https://github.com/networktocode/netutils/pull/490) Add JunOS and Vyatta to HierConfig mappers. | ||
- [#416](https://github.com/networktocode/netutils/pull/416) Added `paloalto_panos_clean_newlines` function. | ||
- [#467](https://github.com/networktocode/netutils/pull/467) Added HP Comware parser. | ||
|
||
### Changed | ||
|
||
- [#485](https://github.com/networktocode/netutils/pull/485) Changed order of changelog menu. | ||
- [#494](https://github.com/networktocode/netutils/pull/494) Changed protocol number import to be dynamic update via flatbot. | ||
- [#495](https://github.com/networktocode/netutils/pull/495) Changed XR mapping, add tests to ensure always using normalized name, various lib_mapper fixes. | ||
|
||
### Fixed | ||
|
||
- [#496](https://github.com/networktocode/netutils/pull/496) Fixed vyos lib_mapper. | ||
- [#416](https://github.com/networktocode/netutils/pull/416) Fixed for `\n` characters in parsing bug in palo parser. |
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