# HG changeset patch # User Yaroslav Zhuravlev # Date 1694550777 -3600 # Node ID 758e2e1dfd22132a8ae6ee9aac389aab19183b90 # Parent 2e8c1384d211b052582d367e2d3fb53ba3dcf3ea njs-0.8.1. diff --git a/xml/en/docs/njs/changes.xml b/xml/en/docs/njs/changes.xml --- a/xml/en/docs/njs/changes.xml +++ b/xml/en/docs/njs/changes.xml @@ -9,9 +9,84 @@
+
+ + +Release Date: +12 September 2023 + + + +nginx modules: + + + + +Feature: +introduced the js_periodic directive for +http +and +stream +that allows specifying a JS handler to run at regular intervals. + + + + + +Feature: +implemented +items() +method of 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(). + + + + + + +
+ +
diff --git a/xml/index.xml b/xml/index.xml --- a/xml/index.xml +++ b/xml/index.xml @@ -7,6 +7,18 @@ + + +njs-0.8.1 +version has been +released, +featuring the js_periodic directive for +http +and +stream. + + + unit-1.31.0 version has been