-
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.
Merge pull request #581 from networktocode/develop
1.10.0 Release
- Loading branch information
Showing
28 changed files
with
935 additions
and
95 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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# v1.10 Release Notes | ||
|
||
## Release Overview | ||
|
||
- Added Functionality to ip_network filter to support method calls with kwargs. | ||
- Fix configuration parsers to allow newlines, no longer auto strip all newlines. | ||
|
||
## [v1.10.0] 2024-09 | ||
|
||
### Added | ||
- [534](https://github.com/networktocode/netutils/pull/534) Extend ip_network extension to support method calls with kwargs. | ||
|
||
### Changed | ||
- [570](https://github.com/networktocode/netutils/pull/570) OUI File Updates. | ||
- [571](https://github.com/networktocode/netutils/pull/571) PROTOCOL File Updates. | ||
|
||
### Fixed | ||
|
||
- [569](https://github.com/networktocode/netutils/pull/569) Fix banner parsers auto striping all newlines. Allow newlines in banners. | ||
- [574](https://github.com/networktocode/netutils/pull/574) Fix ntc_template reverse mapping for cisco xe. |
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
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
Oops, something went wrong.