]> git.kaiwu.me - njs.git/commitdiff
Version 0.8.7. 0.8.7
authorDmitry Volyntsev <xeioex@nginx.com>
Tue, 22 Oct 2024 01:04:48 +0000 (18:04 -0700)
committerDmitry Volyntsev <xeioexception@gmail.com>
Tue, 22 Oct 2024 02:04:22 +0000 (19:04 -0700)
CHANGES

diff --git a/CHANGES b/CHANGES
index 859ae07740d2806b862cb1818d58f3aad0d44e96..746039ec37b5cfdd323a3f2add3845d289230834 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,28 @@
+Changes with njs 0.8.7                                       22 Oct 2024
+
+    nginx modules:
+
+    *) Bugfix: eliminated unnecessary VM creation.
+       Previously, njs consumed memory proportionally to the number of
+       nginx locations. The issue was introduced in 9b674412 (0.8.6).
+
+    *) Improvement: added strict syntax validation for js_body_filter.
+
+    *) Improvement: improved error messages for module loading
+       failures.
+
+    Core:
+
+    *) Feature: implemented fs.readlink() and friends.
+
+    *) Improvement: implemented lazy stack symbolization.
+
+    *) Bugfix: fixed heap-buffer-overflow in Buffer.prototype.indexOf().
+       The issue was introduced in 5d15a8d6 (0.8.6).
+
+    *) Bugfix: fixed Buffer.prototype.lastIndexOf() when `from` is
+       provided.
+
 Changes with njs 0.8.6                                       02 Oct 2024
 
     nginx modules: