Note de release pour les changements non déployées¶
4.0.0-2¶
New Features¶
A new backend system has been introduced to modularize and improve the flexibility of the service implementation. This system allows developers to choose or implement alternative backends.
By default, the
eventlet
backend is used, preserving the previous behavior. The backend is dynamically loaded through the new backend mechanism.
Deprecation Notes¶
The following modules are now deprecated and will be removed in a future release:
oslo_service.wsgi
: Users are advised to migrate touwsgi
for serving WSGI applications.oslo_service.eventlet_backdoor
: This module has been deprecated and will be removed in version2026.2.
It is no longer maintained.oslo_service.fixtures
: This module has been deprecated and will be removed in version2026.2
. It is no longer maintained.oslo_service.sslutils
: This module has been deprecated and will be removed in version2026.2
. It is no longer maintained.
Users should remove any dependencies on these modules as soon as possible.
4.0.0¶
Upgrade Notes¶
The following deprecated options have been removed. Use the
[ssl]
options instead.[DEFAULT] ssl_ca_file
[DEFAULT] ssl_cert_file
[DEFAULT] ssl_key_file
3.6.0¶
Upgrade Notes¶
Support for Python 3.8 has been removed. Now the minimum python version supported is 3.9 .