2025.2 Series Release Notes¶
4.1.0¶
Upgrade Notes¶
Support for Python 3.8 and Python 3.9 has been removed.
4.0.0¶
Upgrade Notes¶
Support for providing callables in the
formattersargument to theosc_lib.utils.get_dict_propertiesandosc_lib.utils.get_item_propertieshelpers, first deprecated in 1.8.0 (December 2017) has now been removed. You must provide subclasses ofcliff.columns.FormattableColumninstead.
Deprecation Notes¶
The
osc_lib.api.api.BaseAPIclass has been deprecated for removal. Consider usingopenstacksdkinstead or vendoring the class into your client.
The
osc_lib.clientmanager.ClientCacheclass is deprecated for removal.
The
osc_lib.utils.get_client_class,osc_lib.utils.wait_for_delete, andosc_lib.utils.wait_for_statushelpers are now deprecated. They do not support for openstacksdk-based clients and resource. There is no replacement.
Bug Fixes¶
The
osc_lib.utils.envhelper will now consistently return a string orNone.