[njs] Version 0.7.2.
Dmitry Volyntsev
xeioex at nginx.com
Tue Jan 25 13:38:43 UTC 2022
details: https://hg.nginx.org/njs/rev/3dd315b80bab
branches:
changeset: 1816:3dd315b80bab
user: Dmitry Volyntsev <xeioex at nginx.com>
date: Tue Jan 25 13:37:45 2022 +0000
description:
Version 0.7.2.
diffstat:
CHANGES | 29 +++++++++++++++++++++++++++++
1 files changed, 29 insertions(+), 0 deletions(-)
diffs (36 lines):
diff -r d29cddd07a32 -r 3dd315b80bab CHANGES
--- a/CHANGES Tue Jan 25 13:18:20 2022 +0000
+++ b/CHANGES Tue Jan 25 13:37:45 2022 +0000
@@ -1,3 +1,32 @@
+Changes with njs 0.7.2 25 Jan 2022
+
+ Core:
+
+ *) Bugfix: fixed Array.prototype.join() when array is changed
+ while iterating.
+
+ *) Bugfix: fixed Array.prototype.slice() when array is changed
+ while iterating.
+
+ *) Bugfix: fixed Array.prototype.concat() when array is changed
+ while iterating.
+
+ *) Bugfix: fixed Array.prototype.reverse() when array is changed
+ while iterating.
+
+ *) Bugfix: fixed Buffer.concat() with subarrays.
+ Thanks to Sylvain Etienne.
+
+ *) Bugfix: fixed type confusion bug while resolving promises.
+
+ *) Bugfix: fixed Function.prototype.apply() with large array
+ arguments.
+
+ *) Bugfix: fixed recursive async function calls.
+
+ *) Bugfix: fixed function redeclaration. The bug was introduced
+ in 0.7.0.
+
Changes with njs 0.7.1 28 Dec 2021
nginx modules:
More information about the nginx-devel
mailing list