[njs] Version 0.8.2.

Dmitry Volyntsev xeioex at nginx.com
Tue Oct 24 04:43:13 UTC 2023


details:   https://hg.nginx.org/njs/rev/45f81882c780
branches:  
changeset: 2225:45f81882c780
user:      Dmitry Volyntsev <xeioex at nginx.com>
date:      Mon Oct 23 21:42:29 2023 -0700
description:
Version 0.8.2.

diffstat:

 CHANGES |  27 +++++++++++++++++++++++++++
 1 files changed, 27 insertions(+), 0 deletions(-)

diffs (34 lines):

diff -r c081cc5377a8 -r 45f81882c780 CHANGES
--- a/CHANGES	Mon Oct 23 21:19:03 2023 -0700
+++ b/CHANGES	Mon Oct 23 21:42:29 2023 -0700
@@ -1,3 +1,30 @@
+Changes with njs 0.8.2                                       24 Oct 2023
+
+    nginx modules:
+
+    *) Feature: introduced console object. The following methods
+       were introduced: error(), info(), log(), time(), timeEnd(),
+       warn().
+
+    *) Bugfix: fixed HEAD response handling with large Content-Length
+       in fetch API.
+
+    *) Bugfix: fixed items() method for a shared dictionary.
+
+    *) Bugfix: fixed delete() method for a shared dictionary.
+
+    Core:
+
+    *) Feature: extended "fs" module. Added existsSync().
+
+    *) Bugfix: fixed "xml" module. Fixed broken XML exception handling
+       in parse() method.
+
+    *) Bugfix: fixed RegExp.prototype.exec() with global regexp and
+       unicode input.
+
+    *) Bugfix: fixed return statement parsing with invalid expression.
+
 Changes with njs 0.8.1                                       12 Sep 2023
 
     nginx modules:


More information about the nginx-devel mailing list