Skip to content

v1.6 Release Notes

Release Overview

  • Added ubiquiti_airos parser.
  • Added ACLRule and ACLRules classes.
  • Added the ip functions is_ip_range, is_ip_within, is_network, and get_range_ips.
  • Added the asn function int_to_asn in the function.
  • Added NETUTILSPARSER_LIB_MAPPER and NETUTILSPARSER_LIB_MAPPER_REVERSE to lib mapper.
  • Added classy docs to view config parser classes.

[v1.6.0] - 2023-09

Added

  • #290 Added ACLRule and ACLRules classes.
  • #290 Added the ip functions is_ip_range, is_ip_within, is_network, and get_range_ips.
  • #325 Added classy docs to view config parser classes.
  • #329 Added ubiquiti_airos parser.
  • #332 Added the asn function int_to_asn in the function.
  • #352 Added NETUTILSPARSER_LIB_MAPPER and NETUTILSPARSER_LIB_MAPPER_REVERSE to lib mapper.

Changed

  • #346 Updated mac_to_format docs.
  • #352 Clean up docs and sorting for lib mapper.
  • #358 Changed flatbot schedule.

Fixed

  • #339 Fix for ASN functions.
  • #340 Fixed Netscaler parser slug.
  • #346 Fix issue where interface abbreviation not working.
  • #350 Update library mappings to be correct order.
  • #356 Fixed mkdocs dependencies.