# HG changeset patch # User Yaroslav Zhuravlev # Date 1640708601 -10800 # Node ID d84856836c20579912476b2f1765eb1e37f3cd03 # Parent ae1d713a06e2802132fd8a245dad3ef504226ce1 njs-0.7.1 diff -r ae1d713a06e2 -r d84856836c20 xml/en/docs/njs/changes.xml --- a/xml/en/docs/njs/changes.xml Tue Dec 28 18:38:35 2021 +0300 +++ b/xml/en/docs/njs/changes.xml Tue Dec 28 19:23:21 2021 +0300 @@ -9,9 +9,130 @@
+
+ + +Release Date: +28 December 2021 + + + +nginx modules: + + + + +Change: +the directive +deprecated since 0.4.0 was removed. + + + + + +Change: +PCRE/PCRE2-specific code was moved to the modules. +This ensures that njs uses the same RegExp library as nginx. + + + + + + + +Core: + + + + +Bugfix: +fixed +decodeURI() and +decodeURIComponent() +with invalid byte strings. +The bug was introduced in +0.4.3. + + + + + +Bugfix: +fixed heap-use-after-free in await frame. +The bug was introduced in +0.7.0. + + + + + +Bugfix: +fixed WebCrypto sign() and +verify() methods with OpenSSL 3.0. + + + + + +Bugfix: +fixed exception throwing when RegExp match fails. +The bug was introduced in +0.1.15. + + + + + +Bugfix: +fixed catching of exception thrown in try block +of async function. +The bug was introduced in +0.7.0. + + + + + +Bugfix: +fixed execution of async function in synchronous context. +The bug was introduced in +0.7.0. + + + + + +Bugfix: +fixed function redeclaration in CLI when interactive mode is on. +The bug was introduced in +0.6.2. + + + + + +Bugfix: +fixed typeof operator with +DataView object. + + + + + +Bugfix: eliminated information leak in Buffer.from(). + + + + + + + +
+ +
diff -r ae1d713a06e2 -r d84856836c20 xml/index.xml --- a/xml/index.xml Tue Dec 28 18:38:35 2021 +0300 +++ b/xml/index.xml Tue Dec 28 19:23:21 2021 +0300 @@ -9,6 +9,14 @@ +njs-0.7.1 +version has been +released. + + + + + nginx-1.21.5 mainline version has been released.