Zed Series Release Notes

6.0.0

Upgrade Notes

  • The oslo_utils.fnmatch module has been removed. The stdlib fnmatch module is thread safe in Python 3+.

  • The isotime, strtime and iso8601_from_timestamp helpers have been removed from oslo_utils.timeutils. These are all available in the stdlib in Python 3.

4.13.0

Security Issues

  • This patch ensures that we mask sensitive data when masking password, even if double quotes are used as password value.