Skip to content

Bump srvx from 0.11.21 to 0.12.1#37

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/srvx-0.12.1
Open

Bump srvx from 0.11.21 to 0.12.1#37
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/srvx-0.12.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 22, 2026

Copy link
Copy Markdown
Contributor

Bumps srvx from 0.11.21 to 0.12.1.

Release notes

Sourced from srvx's releases.

v0.12.0

compare changes

🚀 Enhancements

  • static: ⚠️ Security hardenings and general improvements (#252)
  • static: Add Last-Modified and ETag conditional caching (#269)
  • static: Add opt-in Cache-Control via maxAge/immutable (#273)
  • static: Add byte-range request support (#275)

🔥 Performance

  • middleware: Precompose the middleware chain at construction time (#264)
  • log: Batch stdout writes and cache the timestamp (#266, #274)

💅 Refactors

  • ⚠️ Rename subpath exports to *Middleware / *Plugin (#278)

🩹 Fixes

  • service-worker: Call respondWith synchronously and drop extension bypass (#226)
  • node/web: Correct body handling in toFetchHandler compat layer (#232)
  • Handle file:// entry in loader and node-level TLS in mtls (#231)
  • node: Prevent body-read crashes and wire corruption in the Node adapter (#228)
  • Prevent waitUntil leak and reject NaN ports (#225)
  • cli: Stabilization batch and add CLI test suite (#234)
  • url: Repair FastURL origin-form string and HTTP/2 char normalization (#227)
  • Resolve x-forwarded-* hop-aware, right-to-left (#229)
  • node: Node adapter correctness fixes (statusText, empty body, HEAD streaming, send errors, sync bridge) (#243)
  • node: Make patchGlobalRequest idempotent (#255)
  • node/web: Remove "data" listener from the socket it was added to (#261)
  • node: Guard already-destroyed streamBody cancel against unhandled rejection (#257)
  • node: Enable SO_REUSEPORT for reusePort option (#258)
  • node: Don't permanently cache a missed kNeedDrain symbol lookup (#256)
  • node: Reject body reads after the body is consumed (#254)
  • node/web: Supply next to connect-style middleware on the synthetic bridge path (#259)
  • node: Answer 500 for unhandled handler errors (#251)
  • node: Copy FastResponse init headers instead of adopting them (#263)
  • node: Keep req.headers live and consistent across _request materialization (#265)
  • node/web: Strip explicit Transfer-Encoding to avoid corrupting the bridged body (#268)
  • node/web: Strip hop-by-hop headers from toWebResponse() (#270)
  • node/web: Stream bridged responses instead of buffering until end() (#248, #271)
  • url: Keep searchParams identity and reflect mutations across deopt (#276)
  • Improve edge adapters and tests (#242)

📖 Documentation

  • Improvements (#238)
  • Rename onError option to error (#246)

... (truncated)

Changelog

Sourced from srvx's changelog.

v0.12.1

compare changes

🔥 Performance

  • node: Fast path for FastResponse.json (2d28bae)

🏡 Chore

  • Apply automated updates (b0e2274)

❤️ Contributors

v0.12.0

compare changes

🚀 Enhancements

  • static: ⚠️ Security hardenings and general improvements (#252)
  • static: Add Last-Modified and ETag conditional caching (#269)
  • static: Add opt-in Cache-Control via maxAge/immutable (#273)
  • log: Flush on default-handled SIGTERM/SIGINT and add batch option (#274)
  • static: Add byte-range request support (#275)

🔥 Performance

  • middleware: Precompose the middleware chain at construction time (#264)
  • log: Batch stdout writes and cache the timestamp (#266)

🩹 Fixes

  • service-worker: Call respondWith synchronously and drop extension bypass (#226)
  • node/web: Correct body handling in toFetchHandler compat layer (#232)
  • Handle file:// entry in loader and node-level TLS in mtls (#231)
  • node: Prevent body-read crashes and wire corruption in the Node adapter (#228)
  • Prevent waitUntil leak and reject NaN ports (#225)
  • cli: Stabilization batch and add CLI test suite (#234)
  • url: Repair FastURL origin-form string and HTTP/2 char normalization (#227)
  • Resolve x-forwarded-* hop-aware, right-to-left (#229)
  • node: Node adapter correctness fixes (statusText, empty body, HEAD streaming, send errors, sync bridge) (#243)
  • node: Make patchGlobalRequest idempotent (#255)
  • node/web: Remove "data" listener from the socket it was added to (#261)
  • node: Guard already-destroyed streamBody cancel against unhandled rejection (#257)
  • node: Enable SO_REUSEPORT for reusePort option (#258)
  • node: Don't permanently cache a missed kNeedDrain symbol lookup (#256)
  • node: Reject body reads after the body is consumed (#254)

... (truncated)

Commits
  • 4cf9c63 chore(release): v0.12.1
  • 2d28bae perf(node): fast path for FastResponse.json
  • b0e2274 chore: apply automated updates
  • 340c5b4 chore(release): v0.12.0
  • ae9c5c5 refactor!: rename subpath exports to *Middleware / *Plugin (#278)
  • bd6cd8d fix(url): keep searchParams identity and reflect mutations across deopt (#276)
  • 0e77d9f feat(static): add byte-range request support (#275)
  • aad353f feat(log): flush on default-handled SIGTERM/SIGINT and add batch option (#274)
  • c239925 perf(log): batch stdout writes and cache the timestamp (#266)
  • 0bfdef3 feat(static): add opt-in Cache-Control via maxAge/immutable (#273)
  • 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 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)

Bumps [srvx](https://github.com/h3js/srvx) from 0.11.21 to 0.12.1.
- [Release notes](https://github.com/h3js/srvx/releases)
- [Changelog](https://github.com/h3js/srvx/blob/main/CHANGELOG.md)
- [Commits](h3js/srvx@v0.11.21...v0.12.1)

---
updated-dependencies:
- dependency-name: srvx
  dependency-version: 0.12.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 22, 2026
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.

0 participants