comparison xml/en/docs/njs/changes.xml @ 2935:918ec12be507

njs-0.7.10.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 07 Feb 2023 17:42:18 +0000
parents 5f1d472f6a97
children 0f468b4e01d6
comparison
equal deleted inserted replaced
2934:41870b949ac9 2935:918ec12be507
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="57" 12 rev="58"
13 toc="no"> 13 toc="no">
14
15 <section id="njs0.7.10" name="Changes with njs 0.7.10">
16
17 <para>
18 Release Date:
19 07 February 2023
20 </para>
21
22 <para>
23 nginx modules:
24 <list type="bullet">
25
26 <listitem>
27 <para>
28 Feature:
29 added
30 <link doc="reference.xml" id="request"><literal>Request</literal></link>,
31 <link doc="reference.xml" id="response"><literal>Response</literal></link>,
32 and
33 <link doc="reference.xml" id="headers"><literal>Headers</literal></link>
34 ctors in
35 <link doc="reference.xml" id="ngx_fetch">Fetch API</link>.
36 </para>
37 </listitem>
38
39 <listitem>
40 <para>
41 Bugfix:
42 fixed nginx logger callback for calls in the master process.
43 </para>
44 </listitem>
45
46 </list>
47 </para>
48
49 <para>
50 Core:
51 <list type="bullet">
52
53 <listitem>
54 <para>
55 Feature:
56 added signal support in CLI.
57 </para>
58 </listitem>
59
60 <listitem>
61 <para>
62 Feature:
63 added
64 <link doc="reference.xml" id="xml"><literal>xml</literal></link>
65 module for working with XML documents.
66 </para>
67 </listitem>
68
69 <listitem>
70 <para>
71 Feature:
72 extended support for symmetric and asymmetric keys in WebCrypto.
73 Most notably <literal>JWK</literal> format for
74 <link doc="reference.xml" id="crypto_subtle_import_key"><literal>importKey()</literal></link>
75 was added.
76 </para>
77 </listitem>
78
79 <listitem>
80 <para>
81 Feature:
82 extended support for symmetric and asymmetric keys in
83 <link doc="reference.xml" id="builtin_crypto">WebCrypto API</link>.
84 Most notably <literal>JWK</literal> format for
85 <link doc="reference.xml" id="crypto_subtle_import_key"><literal>importKey()</literal></link>
86 was added.
87 <link doc="reference.xml" id="crypto_subtle_generate_key"><literal>generateKey()</literal></link>
88 and
89 <link doc="reference.xml" id="crypto_subtle_export_key"><literal>exportKey()</literal></link>
90 were also implemented.
91 </para>
92 </listitem>
93
94 <listitem>
95 <para>
96 Feature:
97 added
98 <literal>String.prototype.replaceAll()</literal>.
99 </para>
100 </listitem>
101
102 <listitem>
103 <para>
104 Bugfix:
105 fixed <literal>for(expr1;</literal> conditional syntax error handling.
106 </para>
107 </listitem>
108
109 <listitem>
110 <para>
111 Bugfix:
112 <literal>Object.values()</literal>
113 and
114 <literal>Object.entries()</literal>
115 with external objects.
116 </para>
117 </listitem>
118
119 <listitem>
120 <para>
121 Bugfix:
122 fixed <literal>RegExp.prototype[@@replace]()</literal>.
123 </para>
124 </listitem>
125
126 </list>
127 </para>
128
129 </section>
130
14 131
15 <section id="njs0.7.9" name="Changes with njs 0.7.9"> 132 <section id="njs0.7.9" name="Changes with njs 0.7.9">
16 133
17 <para> 134 <para>
18 Release Date: 135 Release Date: