changeset 2619:97f4bc93613a

Version 0.9.2.
author Dmitry Volyntsev <xeioex@nginx.com>
date Mon, 22 Sep 2025 10:12:15 -0700
parents 35e99cc2e185
children 9d75fbbbfc6d
files CHANGES
diffstat 1 files changed, 27 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGES	Wed Sep 17 15:34:19 2025 -0700
+++ b/CHANGES	Mon Sep 22 10:12:15 2025 -0700
@@ -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: