release-1.29.8
Added 1
- Added max_headers directive
Changed 1
- SSL compatibility with OpenSSL 4.0
Fixed 5
- Fixed the include directive inside the geo block
- Fixed processing multiple 103 (early hints) responses in upstream
- Fixed integer underflow in charset parsing in upstream
- Fixed $request_port and $is_request_port being empty when auth_request is used
- Reset early_hints_length on upstream reinit
Removed 1
- Removed CLOCK_MONOTONIC_FAST support
nginx-1.29.8 mainline version has been released.
See official CHANGES on nginx.org.
Below is a release summary generated by GitHub.
What's Changed
- Fixed the "include" directive inside the "geo" block. by @jimf5 in https://github.com/nginx/nginx/pull/1184
- SSL: compatibility with OpenSSL 4.0. by @pluknet in https://github.com/nginx/nginx/pull/1183
- Update CONTRIBUTING.md by @xuruidong in https://github.com/nginx/nginx/pull/1195
- Upstream: fixed processing multiple 103 (early hints) responses. by @pluknet in https://github.com/nginx/nginx/pull/1241
- Removed CLOCK_MONOTONIC_FAST support. by @jimf5 in https://github.com/nginx/nginx/pull/1243
- Upstream: fix integer underflow in charset parsing by @DavidKorczynski in https://github.com/nginx/nginx/pull/1170
- Added max_headers directive by @dekobon in https://github.com/nginx/nginx/pull/1116
- fix $request_port / $is_request_port being empty if auth_request is used by @Zoey2936 in https://github.com/nginx/nginx/pull/1248
- Upstream: reset early_hints_length on upstream reinit. by @devnexen in https://github.com/nginx/nginx/pull/1187
- nginx-1.29.8-RELEASE by @pluknet in https://github.com/nginx/nginx/pull/1252
New Contributors
- @jimf5 made their first contribution in https://github.com/nginx/nginx/pull/1184
- @xuruidong made their first contribution in https://github.com/nginx/nginx/pull/1195
- @DavidKorczynski made their first contribution in https://github.com/nginx/nginx/pull/1170
- @dekobon made their first contribution in https://github.com/nginx/nginx/pull/1116
- @Zoey2936 made their first contribution in https://github.com/nginx/nginx/pull/1248
Full Changelog: https://github.com/nginx/nginx/compare/release-1.29.7...release-1.29.8