Release Date: 07 February 2023
nginx modules:
- Feature: added
Request
,Response
, andHeaders
ctors in Fetch API. - Bugfix: fixed nginx logger callback for calls in the master process.
Core:
- Feature: added signal support in CLI.
- Feature: added
xml
module for working with XML documents. - Feature: extended support for symmetric and asymmetric keys in WebCrypto. Most notably
JWK
format forimportKey()
was added. - Feature: extended support for symmetric and asymmetric keys in WebCrypto API. Most notably
JWK
format forimportKey()
was added.generateKey()
andexportKey()
were also implemented. - Feature: added
String.prototype.replaceAll()
. - Bugfix: fixed
for(expr1;
conditional syntax error handling. - Bugfix:
Object.values()
andObject.entries()
with external objects. - Bugfix: fixed
RegExp.prototype[@@replace]()
.