Skip to content

Commit

Permalink
Version 0.8.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
xeioex committed Oct 22, 2024
1 parent ed36e94 commit ba6b9e1
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit ba6b9e1

Please sign in to comment.