[njs] Version 0.5.2.
Dmitry Volyntsev
xeioex at nginx.com
Tue Mar 9 13:28:39 UTC 2021
details: https://hg.nginx.org/njs/rev/e5de01378b1a
branches:
changeset: 1619:e5de01378b1a
user: Dmitry Volyntsev <xeioex at nginx.com>
date: Tue Mar 09 13:24:51 2021 +0000
description:
Version 0.5.2.
diffstat:
CHANGES | 24 ++++++++++++++++++++++++
1 files changed, 24 insertions(+), 0 deletions(-)
diffs (31 lines):
diff -r 715e1eeb9a4d -r e5de01378b1a CHANGES
--- a/CHANGES Tue Mar 09 13:24:06 2021 +0000
+++ b/CHANGES Tue Mar 09 13:24:51 2021 +0000
@@ -1,3 +1,27 @@
+
+Changes with njs 0.5.2 09 Mar 2021
+
+ nginx modules:
+
+ *) Feature: added the "js_body_filter" directive.
+
+ *) Feature: introduced the "status" property for stream session
+ object.
+
+ *) Feature: added njs.on('exit') callback support.
+
+ *) Bugfix: fixed property descriptor reuse for not extensible
+ objects.
+ Thanks to Artem S. Povalyukhin.
+
+ *) Bugfix: fixed Object.freeze() and friends according to
+ the specification.
+ Thanks to Artem S. Povalyukhin.
+
+ *) Bugfix: fixed Function() in CLI mode.
+
+ *) Bugfix: fixed for-in iteration of typed array values.
+ Thanks to Artem S. Povalyukhin.
Changes with njs 0.5.1 16 Feb 2021
More information about the nginx-devel
mailing list