Victoria Series Release Notes¶
4.0.0¶
Upgrade Notes¶
Support for Python 2.7 has been dropped. The minimum version of Python now supported is Python 3.6.
3.38.1¶
Autres notes¶
Log when max_request_body_size is exceeded.
3.27.0¶
New Features¶
This adds a new
compat_headers
class attribute to theRequestId
middleware. That allows projects like Nova that have API contracts on alternative request-id headers to adopt the osloRequestId
middleware but still retain their API contract.
This adds support for
global_request_id
to theRequestId
middleware. An inbound header ofX-OpenStack-Request-ID
is accepted as long as it is of the formatreq-$uuid
, and made available to oslo.context. This will allow for cross project request id tracking.
3.20.0¶
Autres notes¶
Commence à utiliser reno pour la gestion des notes de release