[njs] Version 0.9.2.
noreply at nginx.com
noreply at nginx.com
Tue Sep 23 16:05:02 UTC 2025
details: https://github.com/nginx/njs/commit/b31f7333c772ba837977363536297b2608f64047
branches: master
commit: b31f7333c772ba837977363536297b2608f64047
user: Dmitry Volyntsev <xeioex at nginx.com>
date: Mon, 22 Sep 2025 10:12:15 -0700
description:
Version 0.9.2.
---
CHANGES | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/CHANGES b/CHANGES
index 719e25b4..29b51cee 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,30 @@
+Changes with njs 0.9.2 23 Sep 2025
+
+ nginx modules:
+
+ *) Feature: added HTTP keepalive support for ngx.fetch() API.
+
+ *) Improvement: added configure time check when js_import is
+ not defined.
+
+ *) Bugfix: fixed merging of js_path directives.
+
+ *) Bugfix: fixed building when http_ssl and stream_ssl
+ unavailable.
+
+ Core:
+
+ *) Change: increased the default stack size to 160k for njs VM.
+
+ *) Feature: added njs.on('exit') API for qjs engine.
+
+ *) Improvement: optimized memory consumption while streaming
+ in qjs.
+
+ *) Bugfix: fixed building qjs engine with clang 19.
+
+ *) Bugfix: fixed building with GCC 15 and -O3.
+
Changes with njs 0.9.1 10 Jul 2025
nginx modules:
More information about the nginx-devel
mailing list