Releases: networktocode/netutils
Releases · networktocode/netutils
v1.3.0
Release Overview
- Added IOS Config parsing for get_path and get_path_with_children methods.
- Added OUI mappings and built a
flat ci
process to manage freshness of data. - Added first getter feature with Napalm Getter feature.
- Converted to mkdocs docs.
- Added Citrix NetScaler Parser.
[v1.3.0] - 2022-11
Added
- #146 Added IOS Config parsing for get_path and get_path_with_children methods.
- #148 Added OUI mappings and built a
flat ci
process to manage freshness of data. - #149 Added first getter feature with Napalm Getter feature.
- #153 Added Citrix NetScaler Parser.
Changed
v1.2.0
v1.2.0 - 2022-08
Added
- #128 Documentation for Nokia SROS duplicate lines/duplicate line detection
- #138 Added nxos_ssh to Napalm mapper
Changed
- #113 Updated lib mapping docs
- #115 Switched build backend to poetry-core
- #121 Update banner parsing for EOS
- #129 Add type hints to the whole project and mypy testing setup and CI
- #134 Updated CODEOWNERS
Fixed
- #122 Fixed encrypt type7
New Contributors
- @fabaff made their first contribution in #115
- @mundruid made their first contribution in #122
- @joewesch made their first contribution in #138
- @abates made their first contribution in #143
Full Changelog: v1.1.0...v1.2.0
v1.1.0
Added
- #90 Uptime Conversions.
- #102 Add Ansible mapping for Nokia SrOS.
- #105 Add min_grouping_sizing to vlanlist_to_config method.
- #106 Add Nokia SrOS Config Parser.
Changed
- #104 Optimize vlanconfig_to_list using builtin Regex methods.
Fixed
New Contributors
- @FragmentedPacket made their first contribution in #104
Full Changelog: v1.0.0...v1.1.0
v1.0.0
Changelog
v1.0.0 - 2021-12
Added
- #69 Normalise banner demiliter for IOS to ^C & support parsing delimiter ^
Fixed
- #79 F5 parser fix for irules with multiline single command lines.
Removed
- #83 remove support for old function 'is_fqdn_valid' as prep for 1.0.0
New Contributors
Full Changelog: v0.2.5...v1.0.0
v0.2.5
v0.2.4
v0.2.3
0.2.2
0.2.1
0.2.0
Fixed
- Enable docsting tests
- Fix docstring tests
- Fix wording and links on README
Changed
- Changed name of is_fqdn_valid to is_fqdn_resolvable, prepare to deprecate is_fqdn_valid
- Removed automatic import of all functions on initiation of package
- Moved interface mappings from variables to constants