2025.1 Series Release Notes¶
17.2.1¶
Bug Fixes¶
Disable cached statement on sqlite3 to avoid multithreading cache inconsistencies since python 3.12. See related bug on https://github.com/python/cpython/issues/118172
17.2.0¶
Deprecation Notes¶
The
iteritems
method of theoslo_db.sqlalchemy.models.ModelBase
class has been deprecated. Use theitems
method instead.
17.0.0¶
Upgrade Notes¶
Support for Python 3.8 has been removed. Now the minimum python version supported is 3.9 .