[njs] Version 0.8.4.
Dmitry Volyntsev
xeioex at nginx.com
Mon Apr 15 23:44:49 UTC 2024
details: https://hg.nginx.org/njs/rev/11d956c1577c
branches:
changeset: 2315:11d956c1577c
user: Dmitry Volyntsev <xeioex at nginx.com>
date: Mon Apr 15 16:40:21 2024 -0700
description:
Version 0.8.4.
diffstat:
CHANGES | 21 +++++++++++++++++++++
1 files changed, 21 insertions(+), 0 deletions(-)
diffs (28 lines):
diff -r adaeb3c3f59a -r 11d956c1577c CHANGES
--- a/CHANGES Mon Apr 08 22:47:28 2024 -0700
+++ b/CHANGES Mon Apr 15 16:40:21 2024 -0700
@@ -1,3 +1,24 @@
+Changes with njs 0.8.4 16 Apr 2024
+
+ nginx modules:
+
+ *) Feature: allowing to set Server header for outgoing headers.
+
+ *) Improvement: validating URI and args arguments in r.subrequest().
+
+ *) Improvement: checking for duplicate js_set variables.
+
+ *) Bugfix: fixed clear() method of a shared dictionary without
+ timeout introduced in 0.8.3.
+
+ *) Bugfix: fixed r.send() with Buffer argument.
+
+ Core:
+
+ *) Feature: added QuickJS engine support in CLI.
+
+ *) Bugfix: fixed atob() with non-padded base64 strings.
+
Changes with njs 0.8.3 07 Feb 2024
nginx modules:
More information about the nginx-devel
mailing list