nginx 1.25.1
The main code branch of nginx now features the still experimental HTTP/3 support.
Changes with nginx 1.25.1 13 Jun 2023
*) Feature: the "http2" directive, which enables HTTP/2 on a per-server
basis; the "http2" parameter of the "listen" directive is now
deprecated.
*) Change: HTTP/2 server push support has been removed.
*) Change: the deprecated "ssl" directive is not supported anymore.
*) Bugfix: in HTTP/3 when using OpenSSL.
Changes with nginx 1.25.0 23 May 2023
*) Feature: experimental HTTP/3 support.
What's Changed
- fix: Update BoringSSL commit by @yo-han in #112
- nginx to 1.25.1, other updates, and update docs and configs. by @justdan6 in #113
New Contributors
Full Changelog: v1.23.4...v1.25.1