Victoria Series Release Notes¶
2.2.0¶
New Features¶
Integrate get_osc_show_columns_for_sdk_resource function to ease showing SDK resources.
Upgrade Notes¶
The
osc_lib.command.commandmanager.CommandManager
class is a direct subclass ofcliff.commandmanager.CommandManager
. The extra osc_lib functionality has been shifted upstream into cliff.
2.1.0¶
Bug Fixes¶
Save the results from the early authentication so double authentication can be avoided.
Other Notes¶
Removed
Babel
from requirements as it is not a runtime requirement.