Skip to content

Releases: networktocode/netutils

v1.4.1

10 Feb 18:53
26180f6
Compare
Choose a tag to compare

Changed

  • #171 Allow protocol mapper to be auto-generated.
  • #197 Prepend OUI Flatbot step to delete existing branch.
  • #200 Allow bandwith to be represented without "ps" in bandwidth.

Fixed

  • #206 Fix Passwords docs that show ASN details.
  • #209 Fixed interface_range_expansion with trailing constant.
  • #210 Install black into flat environment, change flat action name.

v1.4.0

05 Jan 22:52
339a8bf
Compare
Choose a tag to compare

[v1.4.0] - 2023-01

Added

  • #163 Added IP is_classfull utility function.
  • #172 Added Aruba AOS-CX Parser.
  • #177 Added IOS-XR Parser.
  • #182 Added Mrv Optiswitch Parser.
  • #182 Added Extreme Netiron Parser.

Changed

  • #178 Update OUI flatbot CI process.

Fixed

  • #173 Fixes classfull address naming.
  • #183 Updates parser folder info, fix aruba tests.
  • #181 Fixes incorrect behavior when calling tcp_ping with timeout >= 3.

Removed

  • #184 Removed redundant __init__ methods on Parser classes.

New Contributors

v1.3.0

10 Nov 00:43
c839d51
Compare
Choose a tag to compare

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

  • #152 Converted to mkdocs docs.
  • #154 Update testing mock strategy for config parsers.
  • #155 Update links to render properly on rtd and pypi.
  • #159 Change how dunder version is created.

v1.2.0

05 Aug 21:24
0f30e72
Compare
Choose a tag to compare

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

Full Changelog: v1.1.0...v1.2.0

v1.1.0

23 Apr 16:43
081d226
Compare
Choose a tag to compare

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

  • #99 Fixed decimal place in bits_to_name.
  • #107 Fix issue when backup or intended is empty.

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0

02 Dec 19:50
2e48376
Compare
Choose a tag to compare

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

26 Nov 23:49
77a3523
Compare
Choose a tag to compare

Added

  • #76 Added wrapper for Python ipaddress methods for use with Jinja

Fixed

  • #75 Updated Python requirements to be loosened
  • #76 Fixed doc errors with ip methods
  • #77 Fixed CI pipeline for docker caching

v0.2.4

13 Nov 17:23
828a307
Compare
Choose a tag to compare

Added

  • #33 Add interface range compress function
  • #53 Add get peer address function
  • #59 Add bandwidth converting function
  • #65 Added Docker caching
  • #68 Add Fortinet Fortios Parser support

Changed

  • #64 CI implementation on GitHub actions

Fixed

  • #52 Update pyproject.toml build-server
  • #55 update version in toml and init files
  • #63 Fix lack of zero padding on ip to binary conversion
  • #70 Fix lack of zero padding on ip to hex conversion
  • #68 Update Black pinning

v0.2.3

22 Sep 18:49
a498c86
Compare
Choose a tag to compare

v0.2.3 - 2021-09

Added

  • #45 Added a jinja2 convenience function

Changed

  • #46 Updated NAPALM Maps to include community drivers

Fixed

  • #49 Fix read the docs

0.2.2

02 Sep 20:55
51f8f27
Compare
Choose a tag to compare

v0.2.2 - 2021-09

Added

  • #35 TCP/UDP Mappings
  • #31 Interface range expansion
  • #28 IPv6 Functionality to IP Module
  • #34 Interface sorting

Changed

  • #39 Updated docs to include automation library mappings
  • #41 Updated docs to include tcp/udp mappings

Fixed

  • Corrected contribution and attribution docs