v1.0.0
[1.0.0] 04-2023
Added
- 270 Add additional properties to ASA and AIREOS.
- 271 Add default logging for all devices and overall library.
- 280 Add the
wait_for_reload
argument fromreboot
method throughout library. Defaults to False to keep current code backward compatible, If set to True the reboot method waits for the device to finish the reboot before returning.
Changed
Deprecated
- 269 Remove
show_list
andconfig_list
methods asa and ios. Add default functionality toshow
andconfig
to handle str and list. - 275 Remove python ABC (abstract base classes) as they were not required.
- 275 Remove
show_list
andconfig_list
methods for the rest of device drivers. Add default functionality toshow
andconfig
to handle str and list. - 280 Remove the use of
signal
modules within Cisco drivers. This will allow for reboots to be able to be handled within threads. - 280 Remove the
timer
argument fromreboot
method throughout library. Compatibility matrix on which versions, vendors support it became to much to maintain.
Full Changelog: v0.20.3...v1.0.0