- Released: 2023-12-15 - Summary: - Add `typing.Optional` to the primary argument for `CiscoConfParse()`, `ConfigList()`, `IPv4Obj()` and `IPv6Obj()` - Add string `brace_termination` attribute to `BaseCfgLine()` - Remove deprecated methods - Documentation updates
0.3.0
- Released: 2023-12-15 - Summary: - Rename `atomic()` to `commit()` in all places - Remove `recurse` keyword from `BaseCfgLine().delete()` - Remove unnecessary keywords from several methods - Delete several unused methods - Remove Python3.8 from `tox.ini` as part of type-hinting support (due to missing `...` in Python3.8 `tuple` type-hint) - Documentation updates
0.2.5
- Released: 2023-12-14 - Summary: - Overhaul `ConfigList().commit()` operations to make them faster on very large configurations - Documentation updates