Current Release Notes¶
4.0.0¶
Upgrade Notes¶
Support for providing callables in the
formatters
argument to theosc_lib.utils.get_dict_properties
andosc_lib.utils.get_item_properties
helpers, first deprecated in 1.8.0 (December 2017) has now been removed. You must provide subclasses ofcliff.columns.FormattableColumn
instead.
Deprecation Notes¶
The
osc_lib.api.api.BaseAPI
class has been deprecated for removal. Consider usingopenstacksdk
instead or vendoring the class into your client.
The
osc_lib.clientmanager.ClientCache
class is deprecated for removal.
The
osc_lib.utils.get_client_class
,osc_lib.utils.wait_for_delete
, andosc_lib.utils.wait_for_status
helpers are now deprecated. They do not support for openstacksdk-based clients and resource. There is no replacement.
Bug Fixes¶
The
osc_lib.utils.env
helper will now consistently return a string orNone
.