[njs] Version 0.9.0.

noreply at nginx.com noreply at nginx.com
Tue May 6 00:20:02 UTC 2025


details:   https://github.com/nginx/njs/commit/fcb99b68f86a72c96e21b81b3b78251174dbd3bf
branches:  master
commit:    fcb99b68f86a72c96e21b81b3b78251174dbd3bf
user:      Vadim Zhestikov <v.zhestikov at f5.com>
date:      Mon, 5 May 2025 12:38:32 -0700
description:
Version 0.9.0.


---
 CHANGES | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/CHANGES b/CHANGES
index 87392f4c..af7e4b61 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,20 @@
+Changes with njs 0.9.0                                       06 May 2025
+
+     Core:
+
+     *) Feature: refactored working with built-in strings, symbols
+        and small integers.
+        Performance improvements (arewefastyet/benchmarks/v8-v7 benchmark):
+        Richards: +57% (631 → 989)
+        Crypto: +7% (1445 → 1551)
+        RayTrace: +37% (562 → 772)
+        NavierStokes: +20% (2062 → 2465)
+        Overall score: +29% (1014 → 1307)
+
+    *) Bugfix: fixed regexp undefined value of captured group.
+
+    *) Bugfix: fixed GCC 15 build with -Wunterminated-string-initialization.
+
 Changes with njs 0.8.10                                      08 Apr 2025
 
     nginx modules:


More information about the nginx-devel mailing list