Skip to content

Releases: fastify/fastify-reply-from

v6.0.1

29 Jun 18:04
Compare
Choose a tag to compare

📚 PR:

  • fix: undici options should apply on handleUndici (#181)

v6.0.0

25 Jun 07:31
Compare
Choose a tag to compare

📚 PR:

  • build(deps): bump actions/checkout from 2 to 2.3.4 (#173)
  • build(deps): bump fastify/github-action-merge-dependabot (#175)
  • build(deps): bump fastify/github-action-merge-dependabot (#177)
  • Upgrade undici and update deps (#179)

v5.3.0

03 May 07:17
Compare
Choose a tag to compare

📚 PR:

  • docs(readme): minor grammar changes (#165)
  • build(deps-dev): bump @types/tap from 14.10.3 to 15.0.0 (#166)
  • ci: add nodejs v16 to test matrix (#169)
  • build(deps-dev): bump @types/node from 14.14.42 to 15.0.0 (#170)
  • Retry connection on ECONNRESET (#167)

v5.2.0

06 Apr 09:08
Compare
Choose a tag to compare

📚 PR:

  • fix: encoding when used with fastify-formbody plugin (#160)
  • Updated to tap v15 (#163)
  • build(deps): bump fastify/github-action-merge-dependabot (#155)
  • style(ci): use standardized template (#164)

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)