Skip to content

Commit aa3148b

Browse files
authored
nginx 1.29.0 (#166)
* nginx 1.29.0 Changes with nginx 1.29.0 24 Jun 2025 *) Feature: support for response code 103 from proxy and gRPC backends; the "early_hints" directive. *) Feature: loading of secret keys from hardware tokens with OpenSSL provider. *) Feature: support for the "so_keepalive" parameter of the "listen" directive on macOS. *) Change: the logging level of SSL errors in a QUIC handshake has been changed from "error" to "crit" for critical errors, and to "info" for the rest; the logging level of unsupported QUIC transport parameters has been lowered from "info" to "debug". *) Change: the native nginx/Windows binary release is now built using Windows SDK 10. *) Bugfix: nginx could not be built by gcc 15 if ngx_http_v2_module or ngx_http_v3_module modules were used. *) Bugfix: nginx might not be built by gcc 14 or newer with -O3 -flto optimization if ngx_http_v3_module was used. *) Bugfixes and improvements in HTTP/3. * Update readme.md
1 parent c29f34c commit aa3148b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# https://hg.nginx.org/nginx/file/tip/src/core/nginx.h
2-
ARG NGINX_VERSION=1.27.5
2+
ARG NGINX_VERSION=1.29.0
33

44
# https://hg.nginx.org/nginx/
5-
ARG NGINX_COMMIT=a91a4caf0523
5+
ARG NGINX_COMMIT=aff13bf32357
66

77
# https://github.com/google/ngx_brotli
88
ARG NGX_BROTLI_COMMIT=a71f9312c2deb28875acc7bacfdd5695a111aa53

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ docker pull ghcr.io/macbre/nginx-http3:latest
2727

2828
```
2929
$ docker run -it macbre/nginx-http3 nginx -V
30-
nginx version: nginx/1.27.5 (a91a4caf0523)
30+
nginx version: nginx/1.29.0 (aff13bf32357)
3131
built by gcc 13.2.1 20240309 (Alpine 13.2.1_git20240309)
3232
built with OpenSSL 3.3.3 11 Feb 2025
3333
TLS SNI support enabled
3434
configure arguments:
35-
--build=a91a4caf0523
35+
--build=aff13bf32357
3636
--prefix=/etc/nginx
3737
--sbin-path=/usr/sbin/nginx
3838
--modules-path=/usr/lib/nginx/modules

0 commit comments

Comments
 (0)