File tree 1 file changed +25
-0
lines changed
1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change
1
+ Changes with njs 0.8.7 22 Oct 2024
2
+
3
+ nginx modules:
4
+
5
+ *) Bugfix: eliminated unnecessary VM creation.
6
+ Previously, njs consumed memory proportionally to the number of
7
+ nginx locations. The issue was introduced in 9b674412 (0.8.6).
8
+
9
+ *) Improvement: added strict syntax validation for js_body_filter.
10
+
11
+ *) Improvement: improved error messages for module loading
12
+ failures.
13
+
14
+ Core:
15
+
16
+ *) Feature: implemented fs.readlink() and friends.
17
+
18
+ *) Improvement: implemented lazy stack symbolization.
19
+
20
+ *) Bugfix: fixed heap-buffer-overflow in Buffer.prototype.indexOf().
21
+ The issue was introduced in 5d15a8d6 (0.8.6).
22
+
23
+ *) Bugfix: fixed Buffer.prototype.lastIndexOf() when `from` is
24
+ provided.
25
+
1
26
Changes with njs 0.8.6 02 Oct 2024
2
27
3
28
nginx modules:
You can’t perform that action at this time.
0 commit comments