Skip to content

Commit b31f733

Browse files
committed
Version 0.9.2.
1 parent 4ea1356 commit b31f733

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

CHANGES

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
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+
128
Changes with njs 0.9.1 10 Jul 2025
229

330
nginx modules:

0 commit comments

Comments
 (0)