Yoga Series Release Notes¶
1.5.1¶
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-generator
command if theoslo.limit
entry point is included.
1.5.0¶
New Features¶
Enforcer
objects 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 booleancache
keyword argument to the__init__
method.