We are amped to announce the release of: oslo.policy 3.6.2: Oslo Policy library This release is part of the wallaby release series. The source is available from: https://opendev.org/openstack/oslo.policy Download the package from: https://pypi.org/project/oslo.policy Please report issues through: https://bugs.launchpad.net/oslo.policy/+bugs For more details, please see below. 3.6.2 ^^^^^ Bug Fixes * This fixes the Bug# 1914095. Policy engine has bug of modifying the registered rule original object which caused issue when there are multiple policy objects are processing rules in parallel. With this fix. policy engine will make copies of all the registered rules and process accordingly. Changes in oslo.policy 3.6.1..3.6.2 ----------------------------------- de243e7 Work on copy of registered rule instead of original object Diffstat (except docs and test files) ------------------------------------- oslo_policy/policy.py | 10 +++++-- .../notes/fix-bug-1914095-fa71d81c9639ba94.yaml | 8 +++++ 3 files changed, 43 insertions(+), 9 deletions(-)