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.
45
45
date =" " time =" "
46
46
packager =" Nginx Packaging < nginx-packaging@f5.com> " >
47
47
48
+ <change type =" change" >
49
+ <para >
50
+ remove Unix domain listen sockets upon reconfiguration.
51
+ </para >
52
+ </change >
53
+
48
54
<change type =" feature" >
49
55
<para >
50
56
basic URI rewrite support.
@@ -53,13 +59,19 @@ basic URI rewrite support.
53
59
54
60
<change type =" feature" >
55
61
<para >
56
- njs loadable modules support.
62
+ NJS loadable modules support.
57
63
</para >
58
64
</change >
59
65
60
66
<change type =" feature" >
61
67
<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.
63
75
</para >
64
76
</change >
65
77
@@ -71,8 +83,21 @@ support the keys API on the request objects in NJS.
71
83
72
84
<change type =" feature" >
73
85
<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.
76
101
</para >
77
102
</change >
78
103
@@ -82,6 +107,12 @@ PHP error handling (added missing 403 and 404 errors).
82
107
</para >
83
108
</change >
84
109
110
+ <change type =" bugfix" >
111
+ <para >
112
+ Perl applications crash on second responder call.
113
+ </para >
114
+ </change >
115
+
85
116
</changes >
86
117
87
118
You can’t perform that action at this time.
0 commit comments