Skip to content

Releases: fastify/fastify-reply-from

v5.1.0

22 Mar 09:21
Compare
Choose a tag to compare

📚 PR:

  • build(deps): bump fastify/github-action-merge-dependabot (#152)
  • chore(gitignore): use latest github ignore template (#153)
  • ci: add windows-os to matrix.os array (#156)
  • 158: Added a hook to get the url base based on URL object (#157)

v5.0.2

04 Mar 18:48
Compare
Choose a tag to compare

📚 PR:

  • build(deps): bump fastify/github-action-merge-dependabot (#149)
  • fix: send correct error message when rewriting body fails (#150) (#151)

v5.0.1

26 Feb 09:28
7fb25fb
Compare
Choose a tag to compare

📚 PR:

  • Support paths within base (#148)

v5.0.0

24 Feb 18:00
Compare
Choose a tag to compare
  • Use undici by default (#143)
  • Merge pull request from GHSA-qmw8-3v4g-gwj4
  • fix: add port to host header if available (#146)
  • Bump form-data from 3.0.1 to 4.0.0 (#145)
  • Bump undici from 2.2.1 to 3.3.1 (#140)
  • ci: specify version of coveralls github action to use (#142)
  • Bump undici from 2.2.1 to 3.3.1 (#140)
  • ci: specify version of coveralls github action to use (#142)
  • Bump fastify-multipart from 3.3.1 to 4.0.0 (#139)
  • chore: documentation and ci updates (#134)
  • style: make the implicitly inserted semicolon explicit (#136)
  • Bump @sinonjs/fake-timers from 6.0.1 to 7.0.0

v4.0.2

19 Feb 17:49
Compare
Choose a tag to compare

Security Fix, CVE-2021-21321

v4.0.0

07 Jan 09:41
Compare
Choose a tag to compare

📚 PR:

  • Bump form-data from 2.5.1 to 3.0.0
  • Merge pull request #123 from fastify/dependabot/npm_and_yarn/form-data-3.0.0
  • Bump msgpack5 from 4.5.0 to 5.0.0
  • Merge pull request #127 from fastify/dependabot/npm_and_yarn/msgpack5-5.0.0
  • fix: sanitize url to avoid attack
  • fix: throw when source url is invalid
  • Merge pull request #128 from fastify/sanitize-url
  • Fixes a typo in the README (#124)
  • Fixes another typo in README.md (#125)

v3.5.0

07 Dec 15:18
Compare
Choose a tag to compare

📚 PR:

  • Bump snazzy from 8.0.0 to 9.0.0
  • Bump standard from 15.0.1 to 16.0.3
  • fix lint
  • Bump tsd from 0.13.1 to 0.14.0
  • Merge pull request #122 from fastify/dependabot/npm_and_yarn/tsd-0.14.0
  • chore: create dependabot config (#116)
  • added test for multipart/form-data request with text and file (#121)

v3.4.0

24 Oct 14:59
Compare
Choose a tag to compare

📚 PR:

  • Bump fastify-plugin from 2.3.4 to 3.0.0
  • Bump standard from 14.3.4 to 15.0.0
  • Updated dependencies
  • Fix spelling of decorates (#102)
  • Document onResponse replacing reply body (#104)
  • feat: add stale (#107)
  • issue-108: Add an option to provide custom http/s agent (#109)

v3.3.0

10 Sep 15:36
Compare
Choose a tag to compare

📚 PR:

  • support reply.from being returned from async route handler (#100)
  • Updated to undici@2 (#101)

v3.2.0

28 Aug 14:59
Compare
Choose a tag to compare

📚 PR:

  • Bump typescript from 3.9.7 to 4.0.2
  • New interface FastifyReplyFromHooks (#98)
  • issue #95 - adding onError hook (#96)