diff options
author | Dmitry Volyntsev <xeioex@nginx.com> | 2024-12-09 14:27:30 -0800 |
---|---|---|
committer | Dmitry Volyntsev <xeioexception@gmail.com> | 2024-12-09 20:55:16 -0800 |
commit | 78e3edf7505cd04a5df0b7936bcd2d89e95bdda8 (patch) | |
tree | c46bdc32e34cf6722403fdf981a91a09585fc835 | |
parent | f2955c8b25873d06527815a98e10e487cc1d55cf (diff) | |
download | njs-0.8.8.tar.gz njs-0.8.8.zip |
Version 0.8.8.0.8.8
-rw-r--r-- | CHANGES | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -1,3 +1,28 @@ +Changes with njs 0.8.8 10 Dec 2024 + + nginx modules: + + *) Feature: implemented shared dictionary for QuickJS engine. + + *) Improvement: js_preload_object is refactored. + + *) Bugfix: fixed limit rated output. + + *) Bugfix: optimized use of SSL contexts for + js_fetch_trusted_certificate directive. + + Core: + + *) Feature: implemented process object for QuickJS engine. + + *) Feature: implemented process.kill() method. + + *) Bugfix: fixed tests with libxml2 2.13 and later. + + *) Bugfix: fixed promise resolving when Promise is inherited. + + *) Bugfix: fixed absolute scope in cloned VMs. + Changes with njs 0.8.7 22 Oct 2024 nginx modules: |