Skip to content

Releases: networktocode/netutils

v1.15.0 - 2025-09-05

05 Sep 17:04
a7e411b
Compare
Choose a tag to compare

What's Changed

Release Overview

  • Add parser support for Rad ETX.
  • Update the library to the NTC 2025 development standards.

v1.15.0 (2025-09-05)

Added

  • #692 - Add Rad ETX config parser.

Housekeeping

  • #675 - Replaced black, bandit, flake8 and pydocstyle with ruff.
  • #675 - Updated tasks.py with newest task list.
  • #675 - Updated to using pyinvoke for development environment definition.
  • Fix CI for Flatbot to install Ruff and remove black.

New Contributors

Full Changelog: v1.14.1...v1.15.0

v1.14.1 - 2024-07-11

11 Jul 16:06
b0aba97
Compare
Choose a tag to compare

[v1.14.1] 2025-07

Changed

  • 672 Update running configuration commands to be full versions. Flatbot OUI and PROTOCOL file updates.

Full Changelog: v1.14.0...v1.14.1

v1.14.0 - 2025-07-11

11 Jul 14:36
c3a982b
Compare
Choose a tag to compare

v1.14 Release Notes

Release Overview

  • Library mapping updates and fixes.
  • NIST library updates and fixes for CVE reporting.
  • Documentation fixes.
  • Palo Alto brace configuration fixes.

[v1.14.0] 2025-07

Added

  • 644 Add ability to get the lib mapper in a os centric view versus a lib centric view.
  • 646 Add Additional SROS Tests.
  • 649 Add RUNNING_CONFIG_MAPPER to help map platform to running configuration command.

Changed

  • 652 Flatbot OUI File Updates.
  • 653 Flatbot PROTOCOL File Updates.
  • 662 NIST library updates and fixes.

Fixed

  • 640 Fix documentation issues.
  • 641 Fix documentation for Jinja examples.
  • 651 Fix Palo set format config parsing for curly brace.

New Contributors

Full Changelog: v1.13.0...v1.14.0

v1.13.0

01 Apr 00:21
82dd55c
Compare
Choose a tag to compare

Release Overview

  • Added is_reversible_wildcardmask, netmask_to_wildcardmask, and wildcardmask_to_netmask functions.
  • Added aruba_os and aruba_osswitch parsers.

[v1.13.0] 2025-03

Added

  • 616 Added is_reversible_wildcardmask, netmask_to_wildcardmask, and wildcardmask_to_netmask functions.
  • 620 Add cisco_wlc_ssh mapping to ntctemplates lib mapper.
  • 632 Added aruba_os and aruba_osswitch parsers.

Full Changelog: v1.12.0...v1.13.0

v1.12.0

08 Jan 22:23
ddae564
Compare
Choose a tag to compare

v1.12 Release Notes

Release Overview

  • Added Python 3.13 support.
  • Removed Python 3.8 support.

[v1.12.0] 2025-01

Added

  • 593 Add nokia_srl to the mappers.

Changed

  • 603 Add support for Python 3.8 and add Python 3.13.

Fixed

  • 602 Fix ASA banner config parsing.

Full Changelog: v1.11.0...v1.12.0

v1.11.0

02 Jan 14:35
2097256
Compare
Choose a tag to compare

v1.11 Release Notes

Release Overview

  • Added Python 3.13 support.
  • Removed Python 3.8 support.

[v1.11.0] 2024-12

Added

  • 593 Add nokia_srl to the mappers.

Changed

  • 603 Add support for Python 3.8 and add Python 3.13.

Fixed

  • 602 Fix ASA banner config parsing.

Full Changelog: v1.10.1...v1.11.0

v1.10.0

18 Sep 21:11
2097256
Compare
Choose a tag to compare

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 Extend ip_network extension to support method calls with kwargs.

Changed

  • 570 OUI File Updates.
  • 571 PROTOCOL File Updates.

Fixed

  • 569 Fix banner parsers auto striping all newlines. Allow newlines in banners.
  • 574 Fix ntc_template reverse mapping for cisco xe.

v1.9.1

05 Aug 16:46
dd1597b
Compare
Choose a tag to compare

[v1.9.1] 2024-08

Changed

  • 557 OUI File Updates.
  • 558 PROTOCOL File Updates.

Fixed

  • 553 Fixes incorrect cisco_xe to ntc-templates library mapping.

v1.9.0

09 Jul 18:02
0caf64e
Compare
Choose a tag to compare

v1.9 Release Notes

Release Overview

  • Added NIST URL creation and platform mapper.
  • Added DNA Center platform mappings.
  • Improved error message when duplicate line is parsed.

[v1.9.0] 2024-07

Added

  • 489 Added NIST URL creation and platform mapper.
  • 519 Added DNA Center forward and reverse platform mappings.

Changed

  • 539 Provide more descriptive error message when duplicate line is parsed.

Full Changelog: v1.8.1...v1.9.0

v1.8.1

19 Apr 18:20
b1bdf00
Compare
Choose a tag to compare

[v1.8.1] 2024-04

Changed

  • Standard automated updates to Flatbot files: OUI File, PROTOCOL Files.

Fixed

  • #509 Fixed parsing of empty banner, and dual banner for Cisco platforms.

New Contributors

Full Changelog: v1.8.0...v1.8.1