From 5129f50040568b2e938ced0b10431b030a453170 Mon Sep 17 00:00:00 2001 From: Dmitry Volyntsev Date: Tue, 12 Sep 2023 11:54:22 -0700 Subject: [PATCH] Version 0.8.1. --- CHANGES | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGES b/CHANGES index b227aa08..aef2a5e0 100644 --- 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: -- 2.47.3