Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 1.52 KB

File metadata and controls

36 lines (19 loc) · 1.52 KB

v1.17 Release Notes

This document describes all new features and changes in the release. The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Dependencies

  • #827 - Update development dependencies.
  • #827 - Add support for Python 3.14.

Fixed

  • #803 - Fixed an issue where an empty config would raise an error when parsing Palo Alto Networks PanOS.

Added

  • #752 - Added custom parsing of HP Network OS devices.
  • #793 - Added hp_comware running configuration command to the RUNNING_CONFIG_MAPPER.

Deprecated

  • Deprecated the public HPEConfigParser class in lieu of a private class that should be subclassed for specific HP platforms.

Fixed

  • #780 - Fixed parsing of login banner in Palo Alto Networks config.

Housekeeping

  • Added --pattern and --label options to the invoke pytest task.