Update dependency njs-types to v1 #146
Loading…
Reference in a new issue
No description provided.
Delete branch "renovate/njs-types-1.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
^0.9.1→^1.0.0Release Notes
nginx/njs (njs-types)
v1.0.0Compare Source
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 (
TypeErrorfor API misuse,RangeErrorfor 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 catchableRangeErrorinstead of exhausting worker memory.Below is a release summary generated by GitHub.
What's Changed
Full Changelog: https://github.com/nginx/njs/compare/0.9.9...1.0.0
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate CLI.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.