<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
<pre style="color: rgb(0, 0, 0); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; overflow-wrap: break-word; white-space: pre-wrap;">Hello,
I'm glad to announce a new release of NGINX JavaScript module (njs).
This release focuses on stabilization of recently released features
including async/await and fixing bugs found by various fuzzers.
Learn more about njs:
- Overview and introduction: <a class="moz-txt-link-freetext" href="https://nginx.org/en/docs/njs/">https://nginx.org/en/docs/njs/</a>
- NGINX JavaScript in Your Web Server Configuration:
<a class="moz-txt-link-freetext" href="https://youtu.be/Jc_L6UffFOs">https://youtu.be/Jc_L6UffFOs</a>
- Extending NGINX with Custom Code: <a class="moz-txt-link-freetext" href="https://youtu.be/0CVhq4AUU7M">https://youtu.be/0CVhq4AUU7M</a>
- Using node modules with njs:
<a class="moz-txt-link-freetext" href="https://nginx.org/en/docs/njs/node_modules.html">https://nginx.org/en/docs/njs/node_modules.html</a>
- Writing njs code using TypeScript definition files:
<a class="moz-txt-link-freetext" href="https://nginx.org/en/docs/njs/typescript.html">https://nginx.org/en/docs/njs/typescript.html</a>
We are hiring:
If you are a C programmer, passionate about Open Source and you
love what we do, consider the following career opportunity:
<a class="moz-txt-link-freetext" href="https://ffive.wd5.myworkdayjobs.com/NGINX/job/Ireland-Homebase/Software-Engineer-III---NGNIX-NJS_RP1022237">https://ffive.wd5.myworkdayjobs.com/NGINX/job/Ireland-Homebase/Software-Engineer-III---NGNIX-NJS_RP1022237</a>
Feel free to try it and give us feedback on:
- Github: <a class="moz-txt-link-freetext" href="https://github.com/nginx/njs/issues">https://github.com/nginx/njs/issues</a>
- Mailing list: <a class="moz-txt-link-freetext" href="https://mailman.nginx.org/mailman/listinfo/nginx-devel">https://mailman.nginx.org/mailman/listinfo/nginx-devel</a>
Changes with njs 0.7.3 12 Apr 2022
Core:
*) Feature: added support of module resolution callback.
This feature allows a host environment to control
how imported modules are loaded.
*) Bugfix: fixed backtraces while traversing imported user
modules.
*) Bugfix: fixed Array.prototype.concat() when "this" is a slow
array.
*) Bugfix: fixed frame allocation from an awaited frame.
*) Bugfix: fixed allocation of large array literals.
*) Bugfix: fixed interpreter when "toString" conversion fails.</pre>
</body>
</html>