[njs] Version 0.8.1.
Dmitry Volyntsev
xeioex at nginx.com
Tue Sep 12 18:56:49 UTC 2023
details: https://hg.nginx.org/njs/rev/a52b49f9afcf
branches:
changeset: 2200:a52b49f9afcf
user: Dmitry Volyntsev <xeioex at nginx.com>
date: Tue Sep 12 11:54:22 2023 -0700
description:
Version 0.8.1.
diffstat:
CHANGES | 20 ++++++++++++++++++++
1 files changed, 20 insertions(+), 0 deletions(-)
diffs (27 lines):
diff -r 586767a28478 -r a52b49f9afcf CHANGES
--- a/CHANGES Tue Sep 12 11:36:15 2023 -0700
+++ b/CHANGES Tue Sep 12 11:54:22 2023 -0700
@@ -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:
More information about the nginx-devel
mailing list