Skip to content

Commit ba6b9e1

Browse files
committed
Version 0.8.7.
1 parent ed36e94 commit ba6b9e1

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGES

+25
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
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+
126
Changes with njs 0.8.6 02 Oct 2024
227

328
nginx modules:

0 commit comments

Comments
 (0)