]> git.kaiwu.me - njs.git/commitdiff
Version 0.7.0. 0.7.0
authorDmitry Volyntsev <xeioex@nginx.com>
Tue, 19 Oct 2021 12:24:13 +0000 (12:24 +0000)
committerDmitry Volyntsev <xeioex@nginx.com>
Tue, 19 Oct 2021 12:24:13 +0000 (12:24 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 534ba3acc620a760812570e7a842abb415370839..eea1cbf8358fb504d0031139c047c831644012a7 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,25 @@
+Changes with njs 0.7.0                                        19 Oct 2021
+
+    nginx modules:
+
+    *) Feature: added HTTPS support for Fetch API.
+
+    *) Feature: added setReturnValue() method.
+
+    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.
+
 Changes with njs 0.6.2                                        31 Aug 2021
 
     nginx modules: