- Released: 2024-01-30 - Summary: - Add more HSRP support - More documentation updates
0.4.1
- Released: 2024-01-14 - Summary: - BREAKING CHANGE Rename `hsrp_interface_groups` property to `get_hsrp_groups()` method - More documentation updates
0.4.0
- Released: 2024-01-10 - Summary: - Add `re_list_iter_typed()` to return a list of all child matches - Add `MACObj()` and `EUI64Obj()` - BREAKING CHANGE: Replace all `models_nxos.py` and `models_iosxr.py` code with a copy of `models_cisco.py` since there are so many broken parts of the aforementioned NXOS and IOS XR code. These files will be re-implemented over time. - Revise 'make coverage' to only use `coveragepy` instead of the `pytest-cov` plugin - Rename 'make pypi-package-infra' as `make dep` - More documentation updates
0.3.4
- Released: 2024-01-03 - Summary: - Remove all `reset()` and `build_reset_string()` methods - Add `attrs` to `CiscoIOSInterface()` and `CiscoIOSXRInterface()` - Upgrade from `attrs` version 23.1.0 to version 23.2.0. - BREAKING CHANGE: Multiple deletions / changes to factory processing. Integer defaults were changed from 0 to -1. Float defaults were changed from 0.0 to -1.0. - More documentation updates
- Released: 2023-12-19 - Summary: - Ensure that all `find_*` methods take a list input - Fix `Diff()` to remove the `hostname` kwarg - Rename `Diff().diff()` to `Diff().get_diff()` - Rename `Diff().rollback()` to `Diff().get_rollback()` - Documentation updates