2024.1 Series Release Notes

5.3.0

Upgrade Notes

  • The oslo_utils.jsonutils.to_primitive function now raises ValueError when the input value can’t be converted.

5.2.0

Other Notes

  • Implement zoneinfo to allow us to remove pytz’s dependency for Python 3.9 and 3.10

4.1.0

Bug Fixes

  • Bug #1908607: Fix json to_primitive when using IO OBjects.

4.0.0

Other Notes

  • Remove the yamlutils, the pyyaml is now safe by default.

3.1.1

Deprecation Notes

  • The yamlutils module is deprecated in Ussuri and support will be removed in a future release.

3.0.0

Upgrade Notes

  • Support for Python 2.7 has been dropped. The minimum version of Python now supported is Python 3.6.

2.15.0

Other Notes

  • Introduce reno for deployer release notes.