comparison xml/en/docs/njs/changes.xml @ 3010:758e2e1dfd22

njs-0.8.1.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 12 Sep 2023 21:32:57 +0100
parents 3184864bbb3f
children 3a85326ed38c
comparison
equal deleted inserted replaced
3009:2e8c1384d211 3010:758e2e1dfd22
7 <!DOCTYPE article SYSTEM "../../../../dtd/article.dtd"> 7 <!DOCTYPE article SYSTEM "../../../../dtd/article.dtd">
8 8
9 <article name="Changes" 9 <article name="Changes"
10 link="/en/docs/njs/changes.html" 10 link="/en/docs/njs/changes.html"
11 lang="en" 11 lang="en"
12 rev="63" 12 rev="64"
13 toc="no"> 13 toc="no">
14
15 <section id="njs0.8.1" name="Changes with njs 0.8.1">
16
17 <para>
18 Release Date:
19 12 September 2023
20 </para>
21
22 <para>
23 nginx modules:
24 <list type="bullet">
25
26 <listitem>
27 <para>
28 Feature:
29 introduced the <literal>js_periodic</literal> directive for
30 <link doc="../http/ngx_http_js_module.xml" id="js_periodic">http</link>
31 and
32 <link doc="../stream/ngx_stream_js_module.xml" id="js_periodic">stream</link>
33 that allows specifying a JS handler to run at regular intervals.
34 </para>
35 </listitem>
36
37 <listitem>
38 <para>
39 Feature:
40 implemented
41 <link doc="reference.xml" id="dict_items"><literal>items()</literal></link>
42 method of a
43 <link doc="reference.xml" id="ngx_shared">shared dictionary</link>.
44 The method returns all the non-expired key-value pairs.
45 </para>
46 </listitem>
47
48 <listitem>
49 <para>
50 Bugfix:
51 fixed
52 <link doc="reference.xml" id="dict_size"><literal>size()</literal></link>
53 and
54 <link doc="reference.xml" id="dict_keys"><literal>keys()</literal></link>
55 methods of a
56 <link doc="reference.xml" id="ngx_shared">shared dictionary</link>.
57 </para>
58 </listitem>
59
60 <listitem>
61 <para>
62 Bugfix:
63 fixed erroneous exception in
64 <link doc="reference.xml" id="r_internal_redirect"><literal>r.internalRedirect()</literal></link>
65 introduced in <link id="njs0.8.0">0.8.0</link>.
66 </para>
67 </listitem>
68
69 </list>
70 </para>
71
72 <para>
73 Core:
74 <list type="bullet">
75
76 <listitem>
77 <para>
78 Bugfix:
79 fixed incorrect order of keys in
80 <literal>Object.getOwnPropertyNames()</literal>.
81 </para>
82 </listitem>
83
84 </list>
85 </para>
86
87 </section>
88
14 89
15 <section id="njs0.8.0" name="Changes with njs 0.8.0"> 90 <section id="njs0.8.0" name="Changes with njs 0.8.0">
16 91
17 <para> 92 <para>
18 Release Date: 93 Release Date: