We are happy to announce the release of: oslo.service 4.4.1 This release is part of the gazpacho release series. The source is available from: https://opendev.org/openstack/oslo.service Download the package from: https://pypi.org/project/oslo.service Please report issues through: https://bugs.launchpad.net/oslo.service/+bugs For more details, please see below. 4.4.1 ^^^^^ Upgrade Notes * The "ThreadGroup.max_threads" attribute has been restored for backward compatibility. It previously disappeared during the backend refactor (commit "8c74d0718dc11ed5"), which caused consumers such as Heat to fail when upgrading to oslo.service 4.4.0. The attribute now maps to "thread_pool_size" and emits a "DeprecationWarning". Applications should migrate to "thread_pool_size". The deprecated attribute may be removed in a future release. Changes in oslo.service 4.4.0..4.4.1 ------------------------------------ cdf7034 Restore ThreadGroup.max_threads for backward compatibility Diffstat (except docs and test files) ------------------------------------- oslo_service/backend/_common/threadgroup.py | 11 +++++++++++ releasenotes/notes/restore-max_threads-90eaa89993cd192d.yaml | 11 +++++++++++ 2 files changed, 22 insertions(+)