build(deps): Bump fastify from 5.8.2 to 5.8.3#38
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
build(deps): Bump fastify from 5.8.2 to 5.8.3#38dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [fastify](https://github.com/fastify/fastify) from 5.8.2 to 5.8.3. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](fastify/fastify@v5.8.2...v5.8.3) --- updated-dependencies: - dependency-name: fastify dependency-version: 5.8.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Contributor
⚡ Benchmark Results
|
| Suite — Benchmark | ops/sec | mean (µs) | p99 (µs) | ±rme | vs main |
|---|---|---|---|---|---|
| SharedRingBuffer – small payload (64 B) — write 64 bytes | 567.1 K | 0.0018 | 0.0072 | ±1.20% | +8.2% |
| SharedRingBuffer – small payload (64 B) — write + read 64 bytes | 520.1 K | 0.0019 | 0.0077 | ±0.60% | +9.3% |
| SharedRingBuffer – medium payload (1 KB) — write 1 KB | 301.7 K | 0.0033 | 0.0148 | ±0.55% | +18.8% 🚀 |
| SharedRingBuffer – medium payload (1 KB) — write + read 1 KB | 264.7 K | 0.0038 | 0.0180 | ±0.47% | +20.4% 🚀 |
| SharedRingBuffer – large payload (16 KB) — write 16 KB | 54.5 K | 0.0184 | 0.0426 | ±1.28% | +34.1% 🚀 |
| SharedRingBuffer – large payload (16 KB) — write + read 16 KB | 76.6 K | 0.0130 | 0.0439 | ±28.75% | -6.8% |
| SharedRingBuffer – sequential throughput (100 × 64 B) — 100 write + read cycles | 40.1 K | 0.0249 | 0.0442 | ±0.44% | ~0% |
| SharedRingBuffer – introspection — availableToRead | 14.23 M | 0.0001 | 0.0001 | ±0.11% | ~0% |
| SharedRingBuffer – introspection — isEmpty | 14.56 M | 0.0001 | 0.0001 | ±0.10% | -1.7% |
| SharedRingBuffer – introspection — isFull | 14.49 M | 0.0001 | 0.0001 | ±0.09% | ~0% |
benchmarks/renderer/shared-buffer.bench.ts
| Suite — Benchmark | ops/sec | mean (µs) | p99 (µs) | ±rme | vs main |
|---|---|---|---|---|---|
| SharedBuffer – allocation — createSharedBuffer(4 KB) | 602.6 K | 0.0017 | 0.0072 | ±1.51% | +3.9% |
| SharedBuffer – allocation — createSharedBuffer(64 KB) | 50.0 K | 0.0200 | 0.0418 | ±5.23% | -4.4% |
| SharedBuffer – small payload round-trip — write small JSON | 334.6 K | 0.0030 | 0.0125 | ±0.42% | +7.8% |
| SharedBuffer – small payload round-trip — write + read small JSON | 239.6 K | 0.0042 | 0.0137 | ±1.49% | +2.8% |
| SharedBuffer – medium payload round-trip — write medium JSON (~2 KB) | 99.0 K | 0.0101 | 0.0286 | ±0.38% | +9.4% |
| SharedBuffer – medium payload round-trip — write + read medium JSON (~2 KB) | 57.2 K | 0.0175 | 0.0424 | ±0.43% | +4.9% |
| SharedBuffer – large payload round-trip — write large JSON (~10 KB) | 15.4 K | 0.0648 | 0.0958 | ±0.34% | +3.6% |
| SharedBuffer – large payload round-trip — write + read large JSON (~10 KB) | 7.6 K | 0.1313 | 0.1688 | ±0.39% | +1.1% |
benchmarks/utils/ip-address.bench.ts
| Suite — Benchmark | ops/sec | mean (µs) | p99 (µs) | ±rme | vs main |
|---|---|---|---|---|---|
| getClientIPAddress – no IP headers — no IP-related headers → null | 2.67 M | 0.0004 | 0.0008 | ±0.21% | +6.0% |
| getClientIPAddress – single header — cf-connecting-ip (Cloudflare) | 1.70 M | 0.0006 | 0.0011 | ±0.40% | +1.7% |
| getClientIPAddress – single header — x-forwarded-for (simple) | 1.97 M | 0.0005 | 0.0007 | ±0.39% | ~0% |
| getClientIPAddress – single header — x-real-ip | 1.55 M | 0.0006 | 0.0010 | ±0.29% | +6.7% |
| getClientIPAddress – single header — true-client-ip (Akamai / Cloudflare Enterprise) | 1.58 M | 0.0006 | 0.0008 | ±0.10% | +2.3% |
| getClientIPAddress – x-forwarded-for multi-hop — 2-hop chain | 1.90 M | 0.0005 | 0.0007 | ±0.13% | +2.3% |
| getClientIPAddress – x-forwarded-for multi-hop — 4-hop chain | 1.68 M | 0.0006 | 0.0009 | ±1.48% | +7.5% |
| getClientIPAddress – Forwarded header (RFC 7239) — simple for= directive | 996.3 K | 0.0010 | 0.0013 | ±1.22% | +5.3% |
| getClientIPAddress – Forwarded header (RFC 7239) — for= with port | 756.2 K | 0.0013 | 0.0020 | ±0.41% | +3.2% |
| getClientIPAddress – Forwarded header (RFC 7239) — IPv6 literal | 753.6 K | 0.0013 | 0.0021 | ±1.37% | +1.7% |
| getClientIPAddress – Forwarded header (RFC 7239) — multi-hop Forwarded | 834.0 K | 0.0012 | 0.0020 | ±0.40% | +4.6% |
| getClientIPAddress – IPv6 addresses — x-forwarded-for IPv6 | 1.13 M | 0.0009 | 0.0016 | ±2.32% | -4.9% |
benchmarks/utils/promise.bench.ts
| Suite — Benchmark | ops/sec | mean (µs) | p99 (µs) | ±rme | vs main |
|---|---|---|---|---|---|
| promiseHash – concurrent resolution — 2 already-resolved promises | 851.6 K | 0.0012 | 0.0031 | ±1.09% | ~0% |
| promiseHash – concurrent resolution — 5 already-resolved promises | 521.7 K | 0.0019 | 0.0033 | ±1.39% | ~0% |
| promiseHash – concurrent resolution — 10 already-resolved promises | 304.5 K | 0.0033 | 0.0087 | ±1.32% | ~0% |
| promiseHash – concurrent resolution — 5 promises with object values | 476.8 K | 0.0021 | 0.0029 | ±0.35% | ~0% |
| timeout – wrapping fast promises — timeout wrapping an already-resolved promise (1 s budget) | 940.1 K | 0.0011 | 0.0017 | ±0.33% | +1.0% |
| timeout – wrapping fast promises — timeout wrapping an already-resolved object (5 s budget) | 910.7 K | 0.0011 | 0.0017 | ±0.35% | +4.6% |
benchmarks/utils/safe-redirect.bench.ts
| Suite — Benchmark | ops/sec | mean (µs) | p99 (µs) | ±rme | vs main |
|---|---|---|---|---|---|
| safeRedirect – valid paths — root path / | 7.07 M | 0.0001 | 0.0003 | ±0.39% | +2.6% |
| safeRedirect – valid paths — simple path /dashboard | 3.58 M | 0.0003 | 0.0003 | ±0.09% | ~0% |
| safeRedirect – valid paths — nested path /settings/profile | 3.13 M | 0.0003 | 0.0005 | ±0.34% | +3.3% |
| safeRedirect – valid paths — path with query string /search?q=hello | 3.43 M | 0.0003 | 0.0003 | ±0.11% | +2.5% |
| safeRedirect – valid paths — path with hash /docs#section | 3.46 M | 0.0003 | 0.0003 | ±1.37% | +3.2% |
| safeRedirect – rejected inputs — absolute URL https://evil.com | 4.74 M | 0.0002 | 0.0002 | ±0.14% | +4.1% |
| safeRedirect – rejected inputs — protocol-relative URL //evil.com | 4.52 M | 0.0002 | 0.0002 | ±0.10% | ~0% |
| safeRedirect – rejected inputs — backslash-relative /\evil.com | 4.56 M | 0.0002 | 0.0002 | ±0.10% | +2.7% |
| safeRedirect – rejected inputs — path traversal /../etc/passwd | 4.05 M | 0.0002 | 0.0003 | ±0.12% | +2.8% |
| safeRedirect – rejected inputs — null input | 16.15 M | 0.0001 | 0.0001 | ±0.10% | ~0% |
| safeRedirect – rejected inputs — undefined input | 16.24 M | 0.0001 | 0.0001 | ±0.10% | +3.1% |
| safeRedirect – rejected inputs — empty string | 16.23 M | 0.0001 | 0.0001 | ±0.10% | +3.1% |
| safeRedirect – percent-encoded bypass — percent-encoded // (%2F%2F) | 4.77 M | 0.0002 | 0.0002 | ±0.10% | +5.0% |
| safeRedirect – percent-encoded bypass — percent-encoded path traversal (%2e%2e) | 4.76 M | 0.0002 | 0.0002 | ±0.10% | +4.8% |
| safeRedirect – percent-encoded bypass — mixed percent-encoded absolute URL | 4.52 M | 0.0002 | 0.0002 | ±0.10% | +4.1% |
| safeRedirect – custom default redirect — valid path with custom default | 3.52 M | 0.0003 | 0.0003 | ±0.10% | ~0% |
| safeRedirect – custom default redirect — invalid input with custom default | 4.86 M | 0.0002 | 0.0002 | ±0.10% | +3.8% |
🔬 Compared against the latest benchmark run on
main.⚠️ = >10% slower · 🚀 = >10% faster.
Contributor
Coverage Report
File CoverageNo changed files found. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps fastify from 5.8.2 to 5.8.3.
Release notes
Sourced from fastify's releases.
Commits
a3e77ceBumped v5.8.34e1db5bfix: gate host and protocol getters on proxy trust functiona22217fci(lock-threads): use shared lock-threads workflow (#6592)1851f20docs: update links (#6593)9cc5187types: Allow port to be null in request type definition (#6589)722d83bdocs: replace redirected npm.im http-errors link (#6588)a1413dedocs: fix incorrect code examples in Reply and Request reference (#6582)d7f01b6docs: clarify content-type parser/schema mismatch is outside threat model (#6...a0649e9docs: update syntax markdown, absolute paths and links (#6569)d477915ci(link-checker): fix root-relative links resolution (#6535)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.