We enthusiastically announce the release of: oslo.context 5.3.0: Oslo Context library This release is part of the caracal release series. The source is available from: https://opendev.org/openstack/oslo.context Download the package from: https://pypi.org/project/oslo.context Please report issues through: https://bugs.launchpad.net/oslo.context/+bugs For more details, please see below. 5.3.0 ^^^^^ New Features * Added "redacted_copy" method to "RequestContext". This returns a copy of the context with secrets redacted. This will allow downstreams that inherit and enhance the "RequestContext" can include the additional data in the redacted copy if they wish by overriding the "redacted_copy" method. Changes in oslo.context 5.2.0..5.3.0 ------------------------------------ 059f9ba Add method for getting redacted copy of context 1e95f85 Update master for stable/2023.2 e70a618 Bump bandit Diffstat (except docs and test files) ------------------------------------- oslo_context/context.py | 36 ++++++++++++++++++++++ .../notes/redacted-copy-efd02c83c287451f.yaml | 7 +++++ releasenotes/source/2023.2.rst | 6 ++++ releasenotes/source/index.rst | 1 + test-requirements.txt | 2 +- 6 files changed, 66 insertions(+), 2 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 4aa0d27..1d38365 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -13 +13 @@ stestr>=2.0.0 # Apache-2.0 -bandit>=1.6.0,<1.7.0 # Apache-2.0 +bandit>=1.7.0,<1.8.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org