Skip to content

Commit 4fd3ff9

Browse files
committed
Version 0.9.1.
1 parent 941c1f9 commit 4fd3ff9

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed

CHANGES

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,58 @@
1+
Changes with njs 0.9.1 10 Jul 2025
2+
3+
nginx modules:
4+
5+
*) Feature: added Fetch API for QuickJS engine.
6+
7+
*) Feature: added state file for a shared dictionary.
8+
9+
*) Bugfix: fixed handling of Content-Length header when
10+
a body is provided for Fetch API.
11+
12+
*) Bugfix: fixed qjs engine after bellard/quickjs@458c34d2.
13+
14+
*) Bugfix: fixed NULL pointer dereference when processing
15+
If-* headers.
16+
17+
Core:
18+
19+
*) Feature: added ECDH support for WebCrypto.
20+
21+
*) Improvement: reduced memory consumption by the object hash.
22+
The new hash uses 42% less memory per element.
23+
24+
*) Improvement: reduced memory consumption for concatenation of
25+
numbers and strings.
26+
27+
*) Improvement: reduced memory consumption of
28+
String.prototype.concat() with scalar values.
29+
30+
*) Bugfix: fixed segfault in njs_property_query().
31+
The issue was introduced in b28e50b1 (0.9.0).
32+
33+
*) Bugfix: fixed Function constructor template injection.
34+
35+
*) Bugfix: fixed GCC compilation with O3 optimization level.
36+
37+
*) Bugfix: fixed constant is too large for 'long' warning
38+
on MIPS -mabi=n32.
39+
40+
*) Bugfix: fixed compilation with GCC 4.1.
41+
42+
*) Bugfix: fixed %TypedArray%.from() with the buffer is detached
43+
by the mapper.
44+
45+
*) Bugfix: fixed %TypedArray%.prototype.slice() with overlapping
46+
buffers.
47+
48+
*) Bugfix: fixed handling of detached buffers for typed arrays.
49+
50+
*) Bugfix: fixed frame saving for async functions with
51+
closures.
52+
53+
*) Bugfix: fixed RegExp compilation of patterns with
54+
escaped '[' characters.
55+
156
Changes with njs 0.9.0 06 May 2025
257

358
Core:

0 commit comments

Comments
 (0)