# HG changeset patch # User Yaroslav Zhuravlev # Date 1653417998 -3600 # Node ID d9ef72e0217f684b84a74ccbdabb49b7a268867d # Parent eb9f8829330470c1d4d03e051befa678dae1b929 njs-0.7.4. diff --git a/xml/en/docs/njs/changes.xml b/xml/en/docs/njs/changes.xml --- a/xml/en/docs/njs/changes.xml +++ b/xml/en/docs/njs/changes.xml @@ -9,9 +9,180 @@
+
+ + +Release Date: +24 May 2022 + + + +nginx modules: + + + + +Feature: +added extended directives for configuring +Fetch API. +The following directives were added for +http and +stream: + + + + +, + + + + + +, + + + + + +, + + + + + +. + + + + + + + + + + +Change: +r.internalRedirect() now accepts escaped URIs. + + + + + +Bugfix: +fixed +Response parsing +with more than 8 headers in +Fetch API. + + + + + + + +Core: + + + + +Feature: +added +njs.version_number property. + + + + + +Feature: +added compatibility with BoringSSL for +WebCrypto API. + + + + + +Bugfix: +fixed +Array.prototype.sort() +when arr size is changed in a comparator. + + + + + +Bugfix: +fixed +Array.prototype.slice() +with slow this argument. + + + + + +Bugfix: +fixed aggregation methods of Promise ctor +with array-like object. + + + + + +Bugfix: +fixed String.prototype.lastIndexOf() +with unicode string as this. + + + + + +Bugfix: +fixed +JSON.parse() +when reviver function is provided. + + + + + +Bugfix: +fixed +Object.defineProperty() +when a recursive descriptor is provided. + + + + + +Bugfix: +fixed Array.prototype.fill() for typed-arrays. + + + + + +Bugfix: +making function expression binding immutable according to the specs. + + + + + +Bugfix: +fixed redefinition of special props in +Object.defineProperty(). + + + + + + +
+ + +
diff --git a/xml/index.xml b/xml/index.xml --- a/xml/index.xml +++ b/xml/index.xml @@ -9,6 +9,20 @@ +njs-0.7.4 +version has been +released, +featuring extended directives for +Fetch API: +, +, +, +. + + + + + nginx-1.22.0 stable version has been released, incorporating new features and bug fixes from the 1.21.x mainline branch —