aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Volyntsev <xeioex@nginx.com>2025-01-13 14:56:10 -0800
committerDmitry Volyntsev <xeioexception@gmail.com>2025-01-13 15:30:01 -0800
commitb87ad67adb2c557bd96e52a3221748a7ba028858 (patch)
tree6c4ea66eba6f07ad96661c1e060f3ae73f25b5ea
parent17676e5c9a9f5bdd63509632c31a9019686b171e (diff)
downloadnjs-0.8.9.tar.gz
njs-0.8.9.zip
Version 0.8.9.0.8.9
-rw-r--r--CHANGES17
1 files changed, 17 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index cc7ebef4..c67eaf8b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,20 @@
+Changes with njs 0.8.9 14 Jan 2025
+
+ nginx modules:
+
+ *) Bugfix: removed extra VM creation per server.
+ Previously, when js_import was declared in http or stream blocks,
+ an extra copy of the VM instance was created for each server
+ block. This was not needed and consumed a lot of memory for
+ configurations with many server blocks.
+
+ This issue was introduced in 9b674412 (0.8.6) and was partially
+ fixed for location blocks only in 685b64f0 (0.8.7).
+
+ Core:
+
+ *) Feature: added fs module for QuickJS engine.
+
Changes with njs 0.8.8 10 Dec 2024
nginx modules: