[njs] Version 0.7.0.
Dmitry Volyntsev
xeioex at nginx.com
Tue Oct 19 12:54:37 UTC 2021
details: https://hg.nginx.org/njs/rev/8418bd4a4ce3
branches:
changeset: 1726:8418bd4a4ce3
user: Dmitry Volyntsev <xeioex at nginx.com>
date: Tue Oct 19 12:24:13 2021 +0000
description:
Version 0.7.0.
diffstat:
CHANGES | 22 ++++++++++++++++++++++
1 files changed, 22 insertions(+), 0 deletions(-)
diffs (29 lines):
diff -r 6545769f30bf -r 8418bd4a4ce3 CHANGES
--- a/CHANGES Thu Oct 14 17:16:10 2021 +0000
+++ b/CHANGES Tue Oct 19 12:24:13 2021 +0000
@@ -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:
More information about the nginx-devel
mailing list