changeset 2839:eeac73766df4

njs-0.7.3.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 11 Apr 2022 22:44:06 +0100
parents 2a4bd6782451
children 3b705c0a5af7
files xml/en/docs/njs/changes.xml xml/index.xml
diffstat 2 files changed, 72 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/njs/changes.xml	Mon Apr 04 18:34:46 2022 +0100
+++ b/xml/en/docs/njs/changes.xml	Mon Apr 11 22:44:06 2022 +0100
@@ -9,9 +9,72 @@
 <article name="Changes"
         link="/en/docs/njs/changes.html"
         lang="en"
-        rev="49"
+        rev="50"
         toc="no">
 
+<section id="njs0.7.3" name="Changes with njs 0.7.3">
+
+<para>
+Release Date:
+12 April 2022
+</para>
+
+<para>
+Core:
+<list type="bullet">
+
+<listitem>
+<para>
+Feature:
+added support of module resolution callback.
+This feature allows the host environment to control
+how imported modules are loaded.
+</para>
+</listitem>
+
+<listitem>
+<para>
+Bugfix:
+fixed backtraces while traversing imported user modules.
+</para>
+</listitem>
+
+<listitem>
+<para>
+Bugfix:
+fixed
+<literal>Array.prototype.concat()</literal>
+when <literal>this</literal> is a slow array.
+</para>
+</listitem>
+
+<listitem>
+<para>
+Bugfix:
+fixed frame allocation from an awaited frame.
+</para>
+</listitem>
+
+<listitem>
+<para>
+Bugfix:
+fixed allocation of large array literals.
+</para>
+</listitem>
+
+<listitem>
+<para>
+Bugfix:
+fixed interpreter when <literal>toString</literal> conversion fails.
+</para>
+</listitem>
+
+</list>
+</para>
+
+</section>
+
+
 <section id="njs0.7.2" name="Changes with njs 0.7.2">
 
 <para>
--- a/xml/index.xml	Mon Apr 04 18:34:46 2022 +0100
+++ b/xml/index.xml	Mon Apr 11 22:44:06 2022 +0100
@@ -7,6 +7,14 @@
 
 <news name="nginx news" link="/" lang="en">
 
+<event date="2022-04-12">
+<para>
+<link doc="en/docs/njs/index.xml">njs-0.7.3</link>
+version has been
+<link doc="en/docs/njs/changes.xml" id="njs0.7.3">released</link>.
+</para>
+</event>
+
 <event date="2022-01-25">
 <para>
 <link doc="en/download.xml">nginx-1.21.6</link>