# HG changeset patch # User Yaroslav Zhuravlev # Date 1661889913 -3600 # Node ID 6a4f8a0d669fc4adab418e95f87c2d2ee52a1273 # Parent 88956e57f930ca39d22147c714f1213931bcdd7d njs-0.7.7. diff -r 88956e57f930 -r 6a4f8a0d669f xml/en/docs/njs/changes.xml --- a/xml/en/docs/njs/changes.xml Tue Aug 30 21:04:59 2022 +0100 +++ b/xml/en/docs/njs/changes.xml Tue Aug 30 21:05:13 2022 +0100 @@ -9,9 +9,143 @@
+
+ + +Release Date: +30 August 2022 + + + +nginx modules: + + + + +Feature: +the number of nginx configuration contexts where +js directives can be specified is extended. + + + + + +HTTP: +the , +, +, and + directives +are allowed in +server and location contexts. +The , + and + +are allowed in + context. + + + + + +Stream: +the , +, +, and + +are allowed in +server context. + + + + + + + + + + +Feature: +added +r.internal +property. + + + + + +Bugfix: +fixed reading response body in +Fetch API. + + + + + +Bugfix: +fixed + +in stream. + + + + + +Bugfix: +fixed socket leak with 0 fetch timeout. + + + + + + + +Core: + + + + +Feature: +extended +fs module. +Added +fs.openSync(), +fs.promises.open(), +fs.fstatSync(), +fs.readSync(), +fs.writeSync(). + + + +The following properties of +FileHandle +are implemented: +fd, +read(), +stat(), +write(), +close(). + + + + + +Bugfix: +fixed parseInt(), +parseFloat(), +Symbol.for() +with no arguments. + + + + + + +
+ +
diff -r 88956e57f930 -r 6a4f8a0d669f xml/index.xml --- a/xml/index.xml Tue Aug 30 21:04:59 2022 +0100 +++ b/xml/index.xml Tue Aug 30 21:05:13 2022 +0100 @@ -7,6 +7,17 @@ + + +njs-0.7.7 +version has been +released, +featuring advanced +fs API and +extended js directives scope. + + + nginx-1.23.1