Skip to content

Commit ea784af

Browse files
xeioexy82
authored andcommitted
njs-0.9.4
1 parent 35a9b92 commit ea784af

File tree

2 files changed

+56
-1
lines changed

2 files changed

+56
-1
lines changed

xml/en/docs/njs/changes.xml

Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,51 @@
99
<article name="Changes"
1010
link="/en/docs/njs/changes.html"
1111
lang="en"
12-
rev="80"
12+
rev="81"
1313
toc="no">
1414

15+
<section id="njs0.9.4" name="Changes with njs 0.9.4">
16+
17+
<para>
18+
Release Date:
19+
28 October 2025
20+
</para>
21+
22+
<para>
23+
nginx modules:
24+
<list type="bullet">
25+
26+
<listitem>
27+
<para>
28+
Feature:
29+
added HTTP forward proxy support for
30+
<link doc="reference.xml" id="ngx_fetch">ngx.fetch()</link> API.
31+
</para>
32+
</listitem>
33+
34+
</list>
35+
</para>
36+
37+
<para>
38+
Core:
39+
<list type="bullet">
40+
41+
<listitem>
42+
<para>
43+
Bugfix:
44+
fixed <link doc="reference.xml" id="subrequest">r.subrequest()</link>
45+
to a location with JS handler for QuickJS.
46+
The bug became visible after
47+
<link url="https://github.com/bellard/quickjs/commit/42eb2795">bellard/quickjs@42eb2795</link>.
48+
</para>
49+
</listitem>
50+
51+
</list>
52+
</para>
53+
54+
</section>
55+
56+
1557
<section id="njs0.9.3" name="Changes with njs 0.9.3">
1658

1759
<para>

xml/index.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,19 @@ mainline version has been released.
3434
</para>
3535
</event>
3636

37+
<event date="2025-10-28">
38+
<para>
39+
<link doc="en/docs/njs/index.xml">njs-0.9.4</link>
40+
version has been
41+
<link doc="en/docs/njs/changes.xml" id="njs0.9.4">released</link>,
42+
featuring HTTP forward proxy support for
43+
<link doc="en/docs/njs/reference.xml" id="ngx_fetch">ngx.fetch()</link> API in
44+
<link doc="en/docs/http/ngx_http_js_module.xml" id="js_fetch_proxy">http</link>
45+
and
46+
<link doc="en/docs/stream/ngx_stream_js_module.xml" id="js_fetch_proxy">stream</link>.
47+
</para>
48+
</event>
49+
3750
<event date="2025-10-07">
3851
<para>
3952
<link doc="en/download.xml">nginx-1.29.2</link>

0 commit comments

Comments
 (0)