2023.1 Series Release Notes¶
1.6.0¶
Bug Fixes¶
bug 1962406 <https://bugs.launchpad.net/oslo.limit/+bug/1962406>`_: Fixed the wrong format of options data, which was causing failure with
oslo-config-generatorcommand if theoslo.limitentry point is included.
1.5.0¶
New Features¶
Enforcerobjects now cache limits by default for the lifetime of the object to provide improved performance when multiple calls ofenforce()are needed. This behavior is controlled by the booleancachekeyword argument to the__init__method.
1.0.1¶
Critical Issues¶
oslo.limit mistakenly released as 1.0.0. This library is still under heavy development and the API isn’t stabilized yet so oslo.limit isn’t actually ready to be consumed yet. This library is still a pre-1.0. For further reading about this issue please take a look to the mailing list discussion [1]
[1] http://lists.openstack.org/pipermail/openstack-discuss/2020-February/012606.html
1.0.0¶
Upgrade Notes¶
Support for Python 2.7 has been dropped. The minimum version of Python now supported is Python 3.6.