-
-
Save xeioex/f0b92be070038301d61c55c67a833095 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/CHANGES b/CHANGES | |
| index af7e4b61..aae01e8c 100644 | |
| --- a/CHANGES | |
| +++ b/CHANGES | |
| @@ -1,3 +1,60 @@ | |
| +Changes with njs 0.9.1 10 Jul 2025 | |
| + | |
| + nginx modules: | |
| + | |
| + *) Feature: added Fetch API for QuickJS engine. | |
| + | |
| + *) Feature: added state file for a shared dictionary. | |
| + | |
| + *) Bugfix: fixed handling of Content-Length header when | |
| + body is provided. | |
| + | |
| + *) Bugfix: fixed qjs engine after bellard/quickjs@458c34d2. | |
| + | |
| + *) Bugfix: fixed NULL pointer dereference when processing | |
| + If-* headers. | |
| + | |
| + Core: | |
| + | |
| + *) Feature: added ECDH support for WebCrypto. | |
| + | |
| + *) Improvement: reduced memory consumption by object hash. | |
| + The new hash takes 42% less memory per element. | |
| + | |
| + *) Improvement: reduced memory consumption for concatenation of | |
| + numbers and strings. | |
| + | |
| + *) Improvement: reduced memory consumption of | |
| + String.prototype.concat() with scalar values. | |
| + | |
| + *) Bugfix: fixed segfault at error message in njs_property_query(). | |
| + The issue was introduced in b28e50b1 (0.9.0). | |
| + | |
| + *) Bugfix: fixed Function constructor template injection. | |
| + | |
| + *) Bugfix: fixed gcc compilation with O3 optimization level. | |
| + | |
| + *) Bugfix: fixed constant is too large for 'long' warning | |
| + on mips -mabi=n32. | |
| + | |
| + *) Bugfix: fixed compilation with gcc-4.1. | |
| + | |
| + *) Bugfix: fixed %TypedArray%.from() with buffer is detached | |
| + by mapper. | |
| + | |
| + *) Bugfix: fixed %TypedArray%.prototype.slice() with overlapping | |
| + buffers. | |
| + | |
| + *) Bugfix: fixed handling of detached buffer for typed arrays. | |
| + | |
| + *) Bugfix: fixed frame saving for async functions with | |
| + closures. | |
| + | |
| + *) Bugfix: fixed regexp compilation of patterns with | |
| + escaped '[' characters | |
| + | |
| + *) Bugfix: fixed Function constructor template injection. | |
| + | |
| Changes with njs 0.9.0 06 May 2025 | |
| Core: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment