Skip to content

Commit c9f5a56

Browse files
committed
njs-0.8.8.
1 parent b44ef9c commit c9f5a56

File tree

2 files changed

+102
-1
lines changed

2 files changed

+102
-1
lines changed

xml/en/docs/njs/changes.xml

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

15+
<section id="njs0.8.8" name="Changes with njs 0.8.8">
16+
17+
<para>
18+
Release Date:
19+
10 December 2024
20+
</para>
21+
22+
<para>
23+
nginx modules:
24+
<list type="bullet">
25+
26+
<listitem>
27+
<para>
28+
Feature:
29+
implemented <link doc="reference.xml" id="ngx_shared">shared dictionary</link>
30+
for the <link doc="../njs/engine.xml">QuickJS</link> engine.
31+
</para>
32+
</listitem>
33+
34+
<listitem>
35+
<para>
36+
Improvement:
37+
<link doc="../http/ngx_http_js_module.xml" id="js_preload_object">js_preload_object</link>
38+
is refactored.
39+
</para>
40+
</listitem>
41+
42+
<listitem>
43+
<para>
44+
Bugfix: fixed limit rated output.
45+
</para>
46+
</listitem>
47+
48+
<listitem>
49+
<para>
50+
Bugfix: optimized use of SSL contexts for the
51+
<link doc="../http/ngx_http_js_module.xml" id="js_fetch_trusted_certificate">js_fetch_trusted_certificate</link>
52+
directive.
53+
</para>
54+
</listitem>
55+
56+
</list>
57+
</para>
58+
59+
<para>
60+
Core:
61+
<list type="bullet">
62+
63+
<listitem>
64+
<para>
65+
Feature:
66+
implemented <link doc="reference.xml" id="process">process object</link>
67+
for the <link doc="../njs/engine.xml">QuickJS</link> engine.
68+
</para>
69+
</listitem>
70+
71+
<listitem>
72+
<para>
73+
Feature:
74+
implemented the
75+
<link doc="reference.xml" id="process_kill">process.kill()</link> method.
76+
</para>
77+
</listitem>
78+
79+
<listitem>
80+
<para>
81+
Bugfix: fixed XML tests with
82+
<link url="https://gitlab.gnome.org/GNOME/libxml2">libxml2</link> 2.13
83+
and later.
84+
</para>
85+
</listitem>
86+
87+
<listitem>
88+
<para>
89+
Bugfix: fixed promise resolving when Promise is inherited.
90+
</para>
91+
</listitem>
92+
93+
<listitem>
94+
<para>
95+
Bugfix: fixed absolute scope in cloned VMs.
96+
</para>
97+
</listitem>
98+
99+
</list>
100+
</para>
101+
102+
</section>
103+
104+
15105
<section id="njs0.8.7" name="Changes with njs 0.8.7">
16106

17107
<para>

xml/index.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,17 @@
2626
<year href="2009.html" year="2009" />
2727
</years>
2828

29+
<event date="2024-12-10">
30+
<para>
31+
<link doc="en/docs/njs/index.xml">njs-0.8.8</link>
32+
version has been
33+
<link doc="en/docs/njs/changes.xml" id="njs0.8.8">released</link>,
34+
featuring
35+
<link doc="en/docs/njs/reference.xml" id="ngx_shared">shared dictionary</link>
36+
for the <link doc="en/docs/njs/engine.xml">QuickJS</link> engine.
37+
</para>
38+
</event>
39+
2940
<event date="2024-11-26">
3041
<para>
3142
<link doc="en/download.xml">nginx-1.27.3</link>

0 commit comments

Comments
 (0)