[njs] Version 0.7.8.
Dmitry Volyntsev
xeioex at nginx.com
Tue Oct 25 05:50:21 UTC 2022
details: https://hg.nginx.org/njs/rev/3308415d7de8
branches:
changeset: 1982:3308415d7de8
user: Dmitry Volyntsev <xeioex at nginx.com>
date: Mon Oct 24 21:29:44 2022 -0700
description:
Version 0.7.8.
diffstat:
CHANGES | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 50 insertions(+), 0 deletions(-)
diffs (57 lines):
diff -r 594821c68b83 -r 3308415d7de8 CHANGES
--- a/CHANGES Mon Oct 24 07:48:28 2022 -0700
+++ b/CHANGES Mon Oct 24 21:29:44 2022 -0700
@@ -1,3 +1,53 @@
+Changes with njs 0.7.8 25 Oct 2022
+
+ nginx modules:
+
+ *) Feature: added js_preload_object directive.
+
+ *) Feature: added ngx.conf_prefix property.
+
+ *) Feature: added s.sendUpstream() and s.sendDownstream()
+ in stream module.
+
+ *) Feature: added support for HEAD method in Fetch API.
+
+ *) Improvement: improved async callback support for s.send()
+ in stream module.
+
+ Core:
+
+ *) Feature: added "name" instance property for a function
+ object.
+
+ *) Feature: added njs.memoryStats object.
+
+ *) Bugfix: fixed String.prototype.trimEnd() with unicode
+ string.
+
+ *) Bugfix: fixed Object.freeze() with fast arrays.
+
+ *) Bugfix: fixed Object.defineProperty() with fast arrays.
+
+ *) Bugfix: fixed async token as a property name of an object.
+
+ *) Bugfix: fixed property set instruction when key modifies
+ base binding.
+
+ *) Bugfix: fixed complex assignments.
+
+ *) Bugfix: fixed handling of unhandled promise rejection.
+
+ *) Bugfix: fixed process.env when duplicate environ variables
+ are present.
+
+ *) Bugfix: fixed double declaration detection in modules.
+
+ *) Bugfix: fixed bound function calls according to the spec.
+
+ *) Bugfix: fixed break label for if statement.
+
+ *) Bugfix: fixed labeled empty statements.
+
Changes with njs 0.7.7 30 Aug 2022
nginx modules:
More information about the nginx-devel
mailing list