]> git.kaiwu.me - njs.git/commitdiff
Version 0.8.6. 0.8.6
authorDmitry Volyntsev <xeioex@nginx.com>
Fri, 27 Sep 2024 00:47:07 +0000 (17:47 -0700)
committerDmitry Volyntsev <xeioexception@gmail.com>
Tue, 1 Oct 2024 23:30:57 +0000 (16:30 -0700)
CHANGES

diff --git a/CHANGES b/CHANGES
index 32eb840f51abb1aa56d3eadd1fadd1307bd68179..859ae07740d2806b862cb1818d58f3aad0d44e96 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,41 @@
+Changes with njs 0.8.6                                       02 Oct 2024
+
+    nginx modules:
+
+    *) Feature: introduced QuickJS engine.
+
+    *) Feature: added optional nocache flag for js_set directive.
+       Thanks to Thomas P.
+
+    *) Feature: exposed capture group variables in HTTP module.
+       Thanks to Thomas P.
+
+    Core:
+
+    *) Feature: added Buffer module for QuickJS engine.
+
+    *) Bugfix: fixed handling of empty labelled statement in a function.
+
+    *) Bugfix: fixed Function constructor handling when called without
+       arguments.
+
+    *) Bugfix: fixed Buffer.prototype.writeInt8() and friends.
+
+    *) Bugfix: fixed Buffer.prototype.writeFloat() and friends.
+
+    *) Bugfix: fixed Buffer.prototype.lastIndexOf().
+
+    *) Bugfix: fixed Buffer.prototype.write().
+
+    *) Bugfix: fixed maybe-uninitialized warnings in error creation.
+
+    *) Bugfix: fixed 'ctx.codepoint' initialization in UTF-8 decoding.
+
+    *) Bugfix: fixed 'length' initialization in Array.prototype.pop().
+
+    *) Bugfix: fixed handling of encode arg in fs.readdir() and
+       fs.realpath().
+
 Changes with njs 0.8.5                                       25 Jun 2024
 
     nginx modules: