Skip to content

community/njs: upgrade to 0.7.6

Patrycja Rosa requested to merge ptrcnull/aports:njs into master

whew, the tests for this one run for ages..

https://nginx.org/en/docs/njs/changes.html

Changes with njs 0.7.6

Release Date: 19 July 2022

nginx modules:

  • Feature: improved r.args{} object. Added support for multiple arguments with the same key. Added case sensitivity for keys. Keys and values are percent-decoded now.

  • Bugfix: fixed r.headersOut{} setter for special headers.

Core:

  • Feature: added Symbol.for() and Symbol.keyfor().

  • Feature: added atob() and btoa() from WHATWG spec.

  • Bugfix: fixed large non-decimal literals.

  • Bugfix: fixed Unicode argument trimming in parseInt().

  • Bugfix: fixed break instruction in try-catch block.

  • Bugfix: fixed async function declaration in CLI.

Merge request reports