[njs] Version 0.8.8.
noreply at nginx.com
noreply at nginx.com
Tue Dec 10 04:56:02 UTC 2024
details: https://github.com/nginx/njs/commit/78e3edf7505cd04a5df0b7936bcd2d89e95bdda8
branches: master
commit: 78e3edf7505cd04a5df0b7936bcd2d89e95bdda8
user: Dmitry Volyntsev <xeioex at nginx.com>
date: Mon, 9 Dec 2024 14:27:30 -0800
description:
Version 0.8.8.
---
CHANGES | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/CHANGES b/CHANGES
index 746039ec..cc7ebef4 100644
--- 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:
More information about the nginx-devel
mailing list