[njs] Version 0.7.10.
Dmitry Volyntsev
xeioex at nginx.com
Tue Feb 7 03:43:39 UTC 2023
details: https://hg.nginx.org/njs/rev/3feba3459e7b
branches:
changeset: 2040:3feba3459e7b
user: Dmitry Volyntsev <xeioex at nginx.com>
date: Mon Feb 06 09:57:17 2023 -0800
description:
Version 0.7.10.
diffstat:
CHANGES | 29 +++++++++++++++++++++++++++++
1 files changed, 29 insertions(+), 0 deletions(-)
diffs (36 lines):
diff -r 51f737b21b48 -r 3feba3459e7b CHANGES
--- a/CHANGES Fri Feb 03 22:17:53 2023 -0800
+++ b/CHANGES Mon Feb 06 09:57:17 2023 -0800
@@ -1,3 +1,32 @@
+Changes with njs 0.7.10 7 Feb 2023
+ nginx modules:
+
+ *) Feature: added Request, Response and Headers ctors in Fetch API.
+
+ *) Bugfix: fixed nginx logger callback for calls in master process.
+
+ Core:
+
+ *) Feature: added signal support in CLI.
+
+ *) Feature: added "xml" module for working with XML documents.
+
+ *) Feature: extended support for symmetric and asymmetric keys
+ in WebCrypto. Most notably JWK format for importKey() was added.
+
+ *) Feature: extended support for symmetric and asymmetric keys
+ in WebCrypto. Most notably JWK format for importKey() was added.
+ generateKey() and exportKey() were also implemented.
+
+ *) Feature: added String.prototype.replaceAll().
+
+ *) Bugfix: fixed for(expr1; conditional syntax error handling.
+
+ *) Bugfix: fixed Object.values() and Object.entries() with external
+ objects.
+
+ *) Bugfix: fixed RegExp.prototype[@@replace]().
+
Changes with njs 0.7.9 17 Nov 2022
nginx modules:
More information about the nginx-devel
mailing list