Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 3, 2025

Bumps njs-types from 0.9.1 to 0.9.4.

Release notes

Sourced from njs-types's releases.

0.9.4

This release adds HTTP forward proxy support to ngx.fetch() API.

What's Changed

Full Changelog: nginx/njs@0.9.3...0.9.4

0.9.3

This is a bugfix release. It fixes js_set variables in log phase broken in nginx/njs@04f6dfb (0.9.2).

What's Changed

Full Changelog: nginx/njs@0.9.2...0.9.3

0.9.2

This release adds HTTP keepalive support to ngx.fetch() API. Additionally, the njs.on('exit') API was added for qjs engine.

What's Changed

Full Changelog: nginx/njs@0.9.1...0.9.2

Changelog

Sourced from njs-types's changelog.

Changes with njs 0.9.4 28 Oct 2025

nginx modules:

*) Feature: added HTTP forward proxy support for ngx.fetch() API.

Core:

*) Bugfix: fixed r.subrequest() to a location with JS handler
for QuickJS. The bug became visible after
bellard/quickjs@42eb2795.

Changes with njs 0.9.3 07 Oct 2025

nginx modules:

*) Bugfix: fixed heap-use-after-free while module loading.

*) Bugfix: fixed heap-use-after-free in js_set handler used
in log phase. The issue was introduced in 04f6dfb (0.9.2).

Changes with njs 0.9.2 23 Sep 2025

nginx modules:

*) Feature: added HTTP keepalive support for ngx.fetch() API.

*) Improvement: added configure time check when js_import is
not defined.

*) Bugfix: fixed merging of js_path directives.

*) Bugfix: fixed building when http_ssl and stream_ssl
unavailable.

Core:

*) Change: increased the default stack size to 160k for njs VM.

*) Feature: added njs.on('exit') API for qjs engine.

*) Improvement: optimized memory consumption while streaming
in qjs.

*) Bugfix: fixed building qjs engine with clang 19.

*) Bugfix: fixed building with GCC 15 and -O3.

Changes with njs 0.9.1 10 Jul 2025

... (truncated)

Commits
  • 927d38d Version 0.9.4.
  • dea8318 Fetch: added forward proxy support with HTTPS tunneling.
  • 4d54ee5 Fetch: added default user agent.
  • 932fb6f Fetch: introduced ngx_js_chain_to_buf() helper function.
  • 6594528 Fetch: refactored request building logic into separate function.
  • 38325eb Fetch: introduced port and protocol helper macros.
  • 36893bf Tests: making sure dns stub in js_fetch_https.t resolves only known hosts.
  • b63ac8c Fetch: simplified ngx_js_http_resolve().
  • 47aa7ca Modules: added error handling when logging a js exception string.
  • 82a588c QuickJS: fixed r.subrequest() to a location with JS handler.
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 3, 2025
@dependabot dependabot bot requested a review from a team as a code owner November 3, 2025 00:08
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 3, 2025
Bumps [njs-types](https://github.com/nginx/njs) from 0.9.1 to 0.9.4.
- [Release notes](https://github.com/nginx/njs/releases)
- [Changelog](https://github.com/nginx/njs/blob/master/CHANGES)
- [Commits](nginx/njs@0.9.1...0.9.4)

---
updated-dependencies:
- dependency-name: njs-types
  dependency-version: 0.9.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dekobon dekobon force-pushed the dependabot/npm_and_yarn/njs-types-0.9.4 branch from f18e87b to 8bf2b30 Compare December 15, 2025 18:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant