2024.1 Series Release Notes¶
6.1.0¶
New Features¶
The new
[healthcheck] ignore_proxied_requestsoption has been added. When this option is set to true, the healthcheck middleware ignores requests with any of the following headers, which indicates that the requests came through a reverse proxy or a load balancer.x-forwardedx-forwarded-protox-forwarded-hostx-forwarded-forx-forwarded-prefix
6.0.0¶
New Features¶
The new
[healthcheck] allowed_source_rangesparameter has been added. This parameter defines a list of network ranges from which access to/healthcheckendpoint is allowed.
Upgrade Notes¶
The
olso.middlewarepackage has been removed. This package was earlier deprecated to be replaced by theoslo_middlewarepackage.
Deprecation Notes¶
The SSL middleware has been removed. It was deprecated in favor of the HTTPProxyToWSGI middleware.