Releases
v8.4.1
Compare
Sorry, something went wrong.
No results found
Resolved Bugs
π©Ή Fix issue in show firrmware list <GW> API endpoint now returns error stating not supported for cluster gateway. So we convert to query by dev_type
π©Ή Fix display issue in error message, when cache lookup finds a device, but of device type doesn't match provided dev_type filter.
π Fix issue with show firmware list when device is an AP and AP is Down.
π Fix issue with show config group level/gw
π Fix bug in show lldp that caused exception if provided device was a standalone switch
π Fix logic if trying to cancel device upgrade for AOS10 AP (use swarm kwarg vs serial). This makes the cancel consistent with upgrade command.
π fix minor issue that could occur when all calls fail during device cache refresh for all dev_types
π Fix issue with AOS8 IAP in show config with --env flag.
π fix issue in show config <AP> where group level config was being displayed, not the device level
Commands/Options Updates / New Commands/Features
β¨ Add cencli show insights ...
β¨ Add/Improve cencli update ap and cencli batch update aps
β¨ Improve batch update APs allow import to have other device types, and ignore them, rather than erroring out.
β¨ Improve show firmware commands. Add support for APs in show firmware device
π© hide show audit acp-logs it's not very useful. It seems anything useful is also in show audit logs.
β¨ Add verbose option to show dhcp clients which will gather info from config for DHCP reservations, which usually only return ip and mac.
β¨ Add update_ap_altitude and update update_per_ap_settings
π¨ Update webhook commands
π¬ Add --example for batch update aps
π¬ 'cencli upgrade ...` Improve messaging and help text. Refactor options.
π¬ Improve output of show dhcp clients
π¬ Minor help text update to upgrade device
π¬ Move dynamic_antenna_models to constants
π¬ Add caption to show webhooks
π¬ Update webhook cleaner to show retry_type none when no policy is defined.
π¬ Improve help and output of show wlans
centralcli API changes (Library changes)
π₯ Breaking Change group_swarmid param in get_ap_config changed to iden for consistencty and (serial# is valid for AOS10).
β¨ Add update_ap_altitude and update update_per_ap_settings
Other / dev
π½οΈ update allcalls (auto generated boilerplate code)
π¨ extend colorization to more cols in csv lexer
π Remove config dump from --debugv log.
π Improve output in log.log_print avoid emoji πΏ common in mac addresses
π When show=True in logging methods display text to stderr
β»οΈ change cli.help_default to cli.help_block can now be used for default or requires blocks
β
Add tests init file
The test_devices.json file needs to exist in the test directory, that's environment specific though.
β
Add more tests
π§βπ» Add common yes_int option to CLIOptions takes -yy form vs std yes option which is bool
π§βπ» utils.parse_time_options can now return timestamps in milliseconds based on kwarg
π§βπ» Add get method to clioptions.CLIOptions argument, allows override any attribute of option.
You canβt perform that action at this time.