[nginx-announce] njs-0.8.2

Dmitry Volyntsev xeioex at nginx.com
Tue Oct 24 19:59:10 UTC 2023


Hello,

I'm glad to announce a new release of NGINX JavaScript module (njs).

Notable new features:
- console object in nginx modules:
Console object is a global object that provides access to the environment's
console. It can be used to log information to the console, using
console.log(), console.info(), console.warn(), console.error() methods.

This feature unifies logging in nginx modules and njs CLI.

Learn more about njs:

- Overview and introduction:
      https://nginx.org/en/docs/njs/
- NGINX JavaScript in Your Web Server Configuration:
      https://youtu.be/Jc_L6UffFOs
- Extending NGINX with Custom Code:
      https://youtu.be/0CVhq4AUU7M
- Using node modules with njs:
      https://nginx.org/en/docs/njs/node_modules.html
- Writing njs code using TypeScript definition files:
      https://nginx.org/en/docs/njs/typescript.html

Feel free to try it and give us feedback on:

- Github:
      https://github.com/nginx/njs/issues
- Mailing list:
      https://mailman.nginx.org/mailman/listinfo/nginx-devel

Additional examples and howtos can be found here:

- Github:
      https://github.com/nginx/njs-examples

Changes with njs 0.8.2                                       24 Oct 2023

    nginx modules:

    *) Feature: introduced console object. The following methods
       were introduced: error(), info(), log(), time(), timeEnd(),
       warn().

    *) Bugfix: fixed HEAD response handling with large Content-Length
       in fetch API.

    *) Bugfix: fixed items() method for a shared dictionary.

    *) Bugfix: fixed delete() method for a shared dictionary.

    Core:

    *) Feature: extended "fs" module. Added existsSync().

    *) Bugfix: fixed "xml" module. Fixed broken XML exception handling
       in parse() method.

    *) Bugfix: fixed RegExp.prototype.exec() with global regexp and
       unicode input.

    *) Bugfix: fixed return statement parsing with invalid expression.


More information about the nginx-announce mailing list