Skip to content

1.0.0

Latest

Choose a tag to compare

@xeioex xeioex released this 23 Jun 21:36
· 2 commits to master since this release

njs-1.0.0 is a milestone release. With the QuickJS engine now at feature parity with the original njs engine, QuickJS becomes the recommended engine and the built-in njs engine is deprecated.

Deprecation does not mean removal. The njs engine will continue to be supported and have its bugs fixed for the foreseeable future, and it will remain available as an option for compatibility. We recommend migrating to QuickJS, which will eventually become the default engine.

This release focuses on security and stability hardening. Additionally, exception classes reported by the HTTP, Stream, Fetch, and core built-in APIs are now aligned between the njs and QuickJS engines (TypeError for API misuse, RangeError for out-of-range values), and the Fetch client rejects unsafe request targets, methods, and header values before request serialization. String-producing buffer growth is now bounded, so exceeding the maximum string length raises a catchable RangeError instead of exhausting worker memory.

Below is a release summary generated by GitHub.

What's Changed

Full Changelog: 0.9.9...1.0.0