2024.1 Series Release Notes

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.

4.0.0

Upgrade Notes

  • The tenant argument of RequestContext that was deprecated for long time is now removed.

3.4.0

Bug Fixes

  • Fixes context from_dict() to properly handle system_scope.

2.19.3

Security Issues

  • The get_logging_values function no longer outputs the auth_token, but instead leaves it as *** instead. As the name suggests, this function is meant for logging, and letting the auth_token there might leak sensitive data.

2.5.0

Other Notes

  • Switch to reno for managing release notes.