File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 1+ Changes with njs 0.9.2 23 Sep 2025
2+
3+ nginx modules:
4+
5+ *) Feature: added HTTP keepalive support for ngx.fetch() API.
6+
7+ *) Improvement: added configure time check when js_import is
8+ not defined.
9+
10+ *) Bugfix: fixed merging of js_path directives.
11+
12+ *) Bugfix: fixed building when http_ssl and stream_ssl
13+ unavailable.
14+
15+ Core:
16+
17+ *) Change: increased the default stack size to 160k for njs VM.
18+
19+ *) Feature: added njs.on('exit') API for qjs engine.
20+
21+ *) Improvement: optimized memory consumption while streaming
22+ in qjs.
23+
24+ *) Bugfix: fixed building qjs engine with clang 19.
25+
26+ *) Bugfix: fixed building with GCC 15 and -O3.
27+
128Changes with njs 0.9.1 10 Jul 2025
229
330 nginx modules:
You can’t perform that action at this time.
0 commit comments