Unreleased Release Notes¶
7.0.0-5¶
New Features¶
The
add_originmethod of theoslo_middleware.cors.CORSclass no longer accepts a string value for itsallowed_originargument. Use a list of strings intead.
7.0.0¶
Upgrade Notes¶
The HealthCheck middleware no longer supports being deployed as a filter. It should be deployed as an application.
The CORS middleware no longer support multiple configuration blocks. Sections with
cors.prefix are no longer used and should be removed.
Support for Python 3.9 has been removed. Now the minimum python version supported is 3.10.