Skip to content

Releases: fastify/fastify-reply-from

v12.6.3

Choose a tag to compare

@climba03003 climba03003 released this 13 Jul 11:59
0297313

What's Changed

  • build(deps-dev): Bump @fastify/multipart from 9.4.0 to 10.0.0 by @dependabot[bot] in #468
  • chore: remove @types/tap by @mrazauskas in #471
  • refactor(types): migrate from tsd to tstyche by @Tony133 in #470
  • chore: update depedabot setting by @climba03003 in #473
  • chore: Bump fastify-plugin from 5.1.0 to 6.0.0 in the dependencies group by @dependabot[bot] in #475
  • docs: fix broken links by @Fdawgs in #477
  • chore: Bump @types/node from 25.9.4 to 26.0.0 in the dev-dependencies-typescript group by @dependabot[bot] in #479
  • fix: close downstream connection for incomplete HTTP/1 requests by @mcollina in #481

New Contributors

Full Changelog: v12.6.2...v12.6.3

v12.6.2

Choose a tag to compare

@climba03003 climba03003 released this 15 Apr 02:58
457ac75

⚠️ Security Release

This fixes CVE CVE-2026-33805 GHSA-gwhp-pf74-vj37.

What's Changed

  • fix: correct path traversal check to allow '...' in URL path segments by @q0rban in #461
  • build(deps): Bump fastify/workflows/.github/workflows/plugins-ci.yml from 5 to 6 by @dependabot[bot] in #462
  • build(deps-dev): Bump neostandard from 0.12.2 to 0.13.0 by @dependabot[bot] in #463
  • build(deps-dev): Bump proxy from 2.2.0 to 4.0.0 by @dependabot[bot] in #464
  • ci: add lock-threads workflow by @Fdawgs in #466

New Contributors

Full Changelog: v12.6.1...v12.6.2

v12.6.1

Choose a tag to compare

@Eomm Eomm released this 07 Mar 08:03
e61ac4d

What's Changed

  • build(deps-dev): Bump @sinonjs/fake-timers from 14.0.0 to 15.0.0 by @dependabot[bot] in #440
  • build(deps-dev): Bump @types/node from 24.10.4 to 25.0.3 by @dependabot[bot] in #447
  • fix: strip headers listed in Connection header per RFC 7230 Section 6.1 by @mcollina in #450
  • feat: preserve undici agent by default by @mcollina in #452
  • chore: removed unused files by @Tony133 in #453
  • chore(license): standardise license notice by @Fdawgs in #454
  • style: remove trailing whitespace by @Fdawgs in #455
  • build(deps-dev): Bump c8 from 10.1.3 to 11.0.0 by @dependabot[bot] in #456
  • fix: avoid trailing ? when queryString option resolves to empty string by @fooddilsn in #459

New Contributors

Full Changelog: v12.5.0...v12.6.1

v12.5.0

Choose a tag to compare

@mcollina mcollina released this 01 Dec 22:03
e740e22

⚠️ Security Release ⚠️

By crafting a malicious URL, an attacker could access routes that are not allowed, even though the reply.from is defined for specific routes in @fastify/reply-from.

Read more at GHSA-2q7r-29rg-6m5h. This is catalogued as CVE-2025-66415.

What's Changed

  • Add test for text/event-stream proxying with custom parser by @mcollina in #438

Full Changelog: v12.4.0...v12.5.0

v12.4.0

Choose a tag to compare

@mcollina mcollina released this 03 Nov 10:13
bb232f5

What's Changed

New Contributors

Full Changelog: v12.3.1...v12.4.0

v12.3.1

Choose a tag to compare

@mcollina mcollina released this 17 Aug 09:35

What's Changed

  • Improve typing and usage of getDefaultDelay by @Antiavanti in #432
  • test: migrated utils-filter-pseudo-headers.test.js from tap to node:test by @Tony133 in #427
  • Use isHttp2 check to detect we are canceling an HTTP2 request by @mcollina in #433

New Contributors

Full Changelog: v12.3.0...v12.3.1

v12.3.0

Choose a tag to compare

@Fdawgs Fdawgs released this 12 Aug 11:48

What's Changed

  • fix: handle closed HTTP/2 sessions after GOAWAY by @mcollina in #431

Full Changelog: v12.2.0...v12.3.0

v12.2.0

Choose a tag to compare

@Fdawgs Fdawgs released this 12 Aug 11:48
cd2ba08

What's Changed

New Contributors

Full Changelog: v12.1.0...v12.2.0

v12.1.0

Choose a tag to compare

@Eomm Eomm released this 29 Mar 06:50

What's Changed

  • ci(ci): set job permissions by @Fdawgs in #411
  • perf: use node: prefix to bypass require.cache call for builtins by @Fdawgs in #412
  • feat: add specific timeout for request by @leonied7 in #414

New Contributors

Full Changelog: v12.0.2...v12.1.0

v12.0.2

Choose a tag to compare

@Fdawgs Fdawgs released this 04 Feb 09:09
7cec1df

What's Changed

  • build(dependabot): reduce npm updates to monthly by @Fdawgs in #403
  • build(deps-dev): Bump nock from 13.5.6 to 14.0.0 by @dependabot in #407
  • chore: rename master to main by @Fdawgs in #406
  • types: Allow to pass any requestable undici instance by @g12i in #405

New Contributors

  • @g12i made their first contribution in #405

Full Changelog: v12.0.1...v12.0.2