Unreleased Release Notes¶
9.2.0-16¶
Upgrade Notes¶
The
oslo_utils.secretutils.md5function has been removed.
Bug Fixes¶
Bug #1638124: The
parse_isotime()function’s docstring now clearly documents that datetime strings without explicit timezone designators (Z, +HH:MM, -HH:MM) are treated as UTC timestamps rather than naive/local time as specified by ISO 8601. This behavior exists for historical reasons and backward compatibility. The documentation now points users to alternatives (datetime.fromisoformat()or theiso8601library directly withdefault_timezone=None) for ISO 8601 compliant parsing.
9.2.0¶
Upgrade Notes¶
Support for Python 3.9 has been removed. Now the minimum python version supported is 3.10.