]> git.kaiwu.me - njs.git/commitdiff
Version 0.8.1. 0.8.1
authorDmitry Volyntsev <xeioex@nginx.com>
Tue, 12 Sep 2023 18:54:22 +0000 (11:54 -0700)
committerDmitry Volyntsev <xeioex@nginx.com>
Tue, 12 Sep 2023 18:54:22 +0000 (11:54 -0700)
CHANGES

diff --git a/CHANGES b/CHANGES
index b227aa0860ab1763c0185cbab2056c3330b19f97..aef2a5e038f67c4d08351c72f97273dda5a99379 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,23 @@
+Changes with njs 0.8.1                                       12 Sep 2023
+
+    nginx modules:
+
+    *) Feature: introduced js_periodic directive.
+        The directive specifies a JS handler to run at regular intervals.
+
+    *) Feature: implemented items() method for a shared dictionary.
+       The method returns all the non-expired key-value pairs.
+
+    *) Bugfix: fixed size() and keys() methods of a shared dictionary.
+
+    *) Bugfix: fixed erroneous exception in r.internalRedirect()
+       introduced in 0.8.0.
+
+    Core:
+
+    *) Bugfix: fixed incorrect order of keys in
+       Object.getOwnPropertyNames().
+
 Changes with njs 0.8.0                                        6 Jul 2023
 
     nginx modules: