From 4182786519999dd15b25484822a0c60cea76d04d Mon Sep 17 00:00:00 2001 From: Dmitry Volyntsev Date: Mon, 27 Oct 2025 15:45:00 -0700 Subject: [PATCH] Version 0.9.4. --- CHANGES | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGES b/CHANGES index 3f1e43179..1b5eb5467 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,15 @@ +Changes with njs 0.9.4 28 Oct 2025 + + nginx modules: + + *) Feature: added HTTP forward proxy support for ngx.fetch() API. + + Core: + + *) Bugfix: fixed r.subrequest() to a location with JS handler + for QuickJS. The bug became visible after + bellard/quickjs@42eb2795. + Changes with njs 0.9.3 07 Oct 2025 nginx modules: