File tree Expand file tree Collapse file tree 2 files changed +56
-1
lines changed Expand file tree Collapse file tree 2 files changed +56
-1
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments