]> git.kaiwu.me - njs.git/commitdiff
Version 0.8.8. 0.8.8
authorDmitry Volyntsev <xeioex@nginx.com>
Mon, 9 Dec 2024 22:27:30 +0000 (14:27 -0800)
committerDmitry Volyntsev <xeioexception@gmail.com>
Tue, 10 Dec 2024 04:55:16 +0000 (20:55 -0800)
CHANGES

diff --git a/CHANGES b/CHANGES
index 746039ec37b5cfdd323a3f2add3845d289230834..cc7ebef45be144a2a09e07f807d79bfe906c359d 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,28 @@
+Changes with njs 0.8.8                                       10 Dec 2024
+
+    nginx modules:
+
+    *) Feature: implemented shared dictionary for QuickJS engine.
+
+    *) Improvement: js_preload_object is refactored.
+
+    *) Bugfix: fixed limit rated output.
+
+    *) Bugfix: optimized use of SSL contexts for
+       js_fetch_trusted_certificate directive.
+
+    Core:
+
+    *) Feature: implemented process object for QuickJS engine.
+
+    *) Feature: implemented process.kill() method.
+
+    *) Bugfix: fixed tests with libxml2 2.13 and later.
+
+    *) Bugfix: fixed promise resolving when Promise is inherited.
+
+    *) Bugfix: fixed absolute scope in cloned VMs.
+
 Changes with njs 0.8.7                                       22 Oct 2024
 
     nginx modules: