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 bug was introduced in 060 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 registered 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: