]> git.kaiwu.me - njs.git/commitdiff
Version 0.8.4. 0.8.4
authorDmitry Volyntsev <xeioex@nginx.com>
Mon, 15 Apr 2024 23:40:21 +0000 (16:40 -0700)
committerDmitry Volyntsev <xeioex@nginx.com>
Mon, 15 Apr 2024 23:40:21 +0000 (16:40 -0700)
CHANGES

diff --git a/CHANGES b/CHANGES
index 0e4b27c8b6b670071e4c7f46492420667b8599e1..348964f33003cf43992932fccd5db214047aad66 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,24 @@
+Changes with njs 0.8.4                                       16 Apr 2024
+
+    nginx modules:
+
+    *) Feature: allowing to set Server header for outgoing headers.
+
+    *) Improvement: validating URI and args arguments in r.subrequest().
+
+    *) Improvement: checking for duplicate js_set variables.
+
+    *) Bugfix: fixed clear() method of a shared dictionary without
+       timeout introduced in 0.8.3.
+
+    *) Bugfix: fixed r.send() with Buffer argument.
+
+    Core:
+
+    *) Feature: added QuickJS engine support in CLI.
+
+    *) Bugfix: fixed atob() with non-padded base64 strings.
+
 Changes with njs 0.8.3                                       07 Feb 2024
 
     nginx modules: