[njs] Version 0.5.1.
Dmitry Volyntsev
xeioex at nginx.com
Tue Feb 16 13:27:07 UTC 2021
details: https://hg.nginx.org/njs/rev/d355071f55ef
branches:
changeset: 1604:d355071f55ef
user: Dmitry Volyntsev <xeioex at nginx.com>
date: Tue Feb 16 13:24:47 2021 +0000
description:
Version 0.5.1.
diffstat:
CHANGES | 33 +++++++++++++++++++++++++++++++++
1 files changed, 33 insertions(+), 0 deletions(-)
diffs (40 lines):
diff -r 6c37b561e923 -r d355071f55ef CHANGES
--- a/CHANGES Mon Feb 15 15:25:00 2021 +0000
+++ b/CHANGES Tue Feb 16 13:24:47 2021 +0000
@@ -1,3 +1,36 @@
+
+Changes with njs 0.5.1 16 Feb 2021
+
+ nginx modules:
+
+ *) Feature: introduced ngx.fetch() method implementing Fetch API.
+ The following init options are supported:
+ body, headers, buffer_size (nginx specific),
+ max_response_body_size (nginx specific), method.
+
+ The following properties and methods of Response object are
+ implemented: arrayBuffer(), bodyUsed, json(), headers, ok,
+ redirect, status, statusText, text(), type, url.
+
+ The following properties and methods of Header object are
+ implemented: get(), getAll(), has().
+
+ Notable limitations: only the http:// scheme is supported,
+ redirects are not handled.
+
+ In collaboration with 洪志道 (Hong Zhi Dao).
+
+ *) Feature: added the "js_header_filter" directive.
+
+ *) Bugfix: fixed processing buffered data in body filter
+ in stream module.
+
+ Core:
+
+ *) Bugfix: fixed safe mode bypass in Function constructor.
+
+ *) Bugfix: fixed Date.prototype.toISOString() with invalid date
+ values.
Changes with njs 0.5.0 01 Dec 2020
More information about the nginx-devel
mailing list