# HG changeset patch # User Yaroslav Zhuravlev # Date 1634652728 -3600 # Node ID 64d030947d405afce4616aebe39bb14bac837690 # Parent 65591dd31d643d99fbe94d1fe50ba22c396acbf5 njs-0.7.0. diff -r 65591dd31d64 -r 64d030947d40 xml/en/docs/njs/changes.xml --- a/xml/en/docs/njs/changes.xml Tue Oct 19 15:12:08 2021 +0100 +++ b/xml/en/docs/njs/changes.xml Tue Oct 19 15:12:08 2021 +0100 @@ -9,9 +9,93 @@
+
+ + +Release Date: +19 October 2021 + + + +nginx modules: + + + + +Feature: +Added +HTTPS +support for +Fetch API. + + + + + +Feature: +Added +setReturnValue() method for +http and +stream. + + + + + + + +Core: + + + + +Feature: +introduced Async/Await implementation. + + + + + +Feature: +added +WebCrypto API +implementation. + + + + + +Bugfix: +fixed copying of closures for declared functions. +The bug was introduced in +0.6.0. + + + + + +Bugfix: +fixed unhandled promise rejection in handle events. + + + + + +Bugfix: +fixed Response.headers getter in Fetch API. + + + + + + + +
+ +
diff -r 65591dd31d64 -r 64d030947d40 xml/index.xml --- a/xml/index.xml Tue Oct 19 15:12:08 2021 +0100 +++ b/xml/index.xml Tue Oct 19 15:12:08 2021 +0100 @@ -7,6 +7,21 @@ + + +njs-0.7.0 +version has been +released, +featuring +Async/Await support, +WebCrypto API, +and +HTTPS +support in +ngx.fetch(). + + + nginx-1.21.3