This repository was archived by the owner on Oct 8, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +35
-4
lines changed Expand file tree Collapse file tree 1 file changed +35
-4
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,12 @@ Initial release of Java 20 module for NGINX Unit.
4545 date =" " time =" "
4646 packager =" Nginx Packaging < nginx-packaging@f5.com> " >
4747
48+ <change type =" change" >
49+ <para >
50+ remove Unix domain listen sockets upon reconfiguration.
51+ </para >
52+ </change >
53+
4854<change type =" feature" >
4955<para >
5056basic URI rewrite support.
@@ -53,13 +59,19 @@ basic URI rewrite support.
5359
5460<change type =" feature" >
5561<para >
56- njs loadable modules support.
62+ NJS loadable modules support.
5763</para >
5864</change >
5965
6066<change type =" feature" >
6167<para >
62- added conditional logging of route selection for HTTP requests.
68+ per-application logging.
69+ </para >
70+ </change >
71+
72+ <change type =" feature" >
73+ <para >
74+ conditional logging of route selection.
6375</para >
6476</change >
6577
@@ -71,8 +83,21 @@ support the keys API on the request objects in NJS.
7183
7284<change type =" feature" >
7385<para >
74- added default values for 'make install' pathnames such as prefix;
75- this allows to do './configure && make && sudo make install'.
86+ default values for 'make install' pathnames such as prefix;
87+ this allows to './configure && make && sudo make install'.
88+ </para >
89+ </change >
90+
91+ <change type =" feature" >
92+ <para >
93+ "server_version" setting to omit the version token from "Server" header field.
94+ </para >
95+ </change >
96+
97+ <change type =" bugfix" >
98+ <para >
99+ request header field values could be corrupted in some cases; the bug had
100+ appeared in 1.29.0.
76101</para >
77102</change >
78103
@@ -82,6 +107,12 @@ PHP error handling (added missing 403 and 404 errors).
82107</para >
83108</change >
84109
110+ <change type =" bugfix" >
111+ <para >
112+ Perl applications crash on second responder call.
113+ </para >
114+ </change >
115+
85116</changes >
86117
87118
You can’t perform that action at this time.
0 commit comments