Changes with njs 0.7.0 Release Date: 19 October 2021 nginx modules: Feature: Added HTTPS support for Eetch APL: Feature: Added setReturnValue ( ) method for http and stream Core: Feature: introduced Async, Await implementation: Feature: added WebCrypto APL implementation. Bugfix: fixed copying of closures for declared functions. The was introduced in 06.0 Bugfix: fixed unhandled promise rejection in handle events Bugfix: fixed Response.headers getter in Fetch API Changes with njs 0.6.2 Release Date: 31 August 2021 nginx modules: Bugfix: fixed CPU hog when js filter IS registered in both directions_ Core: Feature: introduced AggregateError implementation. Feature: added remaining Promise constructor methods The following methods were added: Promise.all() Promise.allsettled ( ) Promise.any( ) Promise. race( ) Improvement: removed recursion from code generator: Bugfix: fixed rest parameter parsing without binding identifier: Bugfix: fixed resolvelreject callback for Promise.prototype. finally() Bugfix: fixed sTypedArrays. prototype join( ) with detached buffer Bugfix: fixed memory leak in interactive shell: Changes with njs 0.6.1 Release Date: 29 June 2021 Bugfix: fixed RegExpBuiltinExec ( ) with UTF-8 only regexps The bug was introduced in 0.42 Bugfix: fixed parsing of export default declaration with non-assignment expressions. Thanks to Artem S. Povalyukhin. Changes with njs 0.6.0 Release Date: 15 June 2021 bug