comparison xml/en/docs/njs/changes.xml @ 2785:64d030947d40

njs-0.7.0.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 19 Oct 2021 15:12:08 +0100
parents 37edee5922d4
children d84856836c20
comparison
equal deleted inserted replaced
2784:65591dd31d64 2785:64d030947d40
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="46" 12 rev="47"
13 toc="no"> 13 toc="no">
14
15 <section id="njs0.7.0" name="Changes with njs 0.7.0">
16
17 <para>
18 Release Date:
19 19 October 2021
20 </para>
21
22 <para>
23 nginx modules:
24 <list type="bullet">
25
26 <listitem>
27 <para>
28 Feature:
29 Added
30 <link doc="../http/ngx_http_js_module.xml" id="js_fetch_protocols">HTTPS</link>
31 support for
32 <link doc="reference.xml" id="ngx_fetch">Fetch API</link>.
33 </para>
34 </listitem>
35
36 <listitem>
37 <para>
38 Feature:
39 Added
40 <literal>setReturnValue()</literal> method for
41 <link doc="reference.xml" id="r_set_return_value">http</link> and
42 <link doc="reference.xml" id="s_set_return_value">stream</link>.
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 introduced <literal>Async/Await</literal> implementation.
57 </para>
58 </listitem>
59
60 <listitem>
61 <para>
62 Feature:
63 added
64 <link doc="reference.xml" id="builtin_crypto">WebCrypto API</link>
65 implementation.
66 </para>
67 </listitem>
68
69 <listitem>
70 <para>
71 Bugfix:
72 fixed copying of closures for declared functions.
73 The bug was introduced in
74 <link id="njs0.6.0">0.6.0</link>.
75 </para>
76 </listitem>
77
78 <listitem>
79 <para>
80 Bugfix:
81 fixed unhandled <literal>promise</literal> rejection in handle events.
82 </para>
83 </listitem>
84
85 <listitem>
86 <para>
87 Bugfix:
88 fixed Response.headers getter in Fetch API.
89 </para>
90 </listitem>
91
92 </list>
93
94 </para>
95
96 </section>
97
14 98
15 <section id="njs0.6.2" name="Changes with njs 0.6.2"> 99 <section id="njs0.6.2" name="Changes with njs 0.6.2">
16 100
17 <para> 101 <para>
18 Release Date: 102 Release Date: