Skip to content

Releases: fastify/fastify-reply-from

v6.4.1

26 Oct 06:55
Compare
Choose a tag to compare

What's Changed

  • build(deps-dev): bump tsd from 0.17.0 to 0.18.0 by @dependabot #202
  • build(deps-dev): bump split2 from 3.2.2 to 4.0.0 by @dependabot #203
  • build(deps): bump actions/checkout from 2.3.4 to 2.3.5 by @dependabot #204
  • style(test/index): make implicitly inserted semicolon explicit by @Fdawgs in #205
  • fix: spwan pool on request when use agent by @climba03003 in #207

New Contributors

Full Changelog: v6.4.0...v6.4.1

v6.4.0

01 Oct 22:47
Compare
Choose a tag to compare

What's Changed

  • feat: add custom undici instance by @dnlup in #201

Full Changelog: v6.3.0...v6.4.0

v6.3.0

30 Sep 16:33
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.2.0...v6.3.0

v6.2.0

28 Sep 15:31
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump fastify/github-action-merge-dependabot from 2.4.0 to 2.5.0 by @dependabot in #194
  • build(deps): bump actions/setup-node from 2.4.0 to 2.4.1 by @dependabot in #197
  • build(deps-dev): bump @sinonjs/fake-timers from 7.1.2 to 8.0.1 by @dependabot in #198
  • feat: add undici types definitions by @dnlup in #199

New Contributors

Full Changelog: v6.1.0...v6.2.0

v6.1.0

23 Sep 10:17
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump actions/setup-node from 2.1.5 to 2.2.0 by @dependabot in #182
  • build(deps-dev): bump @types/node from 15.14.1 to 16.0.0 by @dependabot in #183
  • build(deps): bump fastify/github-action-merge-dependabot from 2.1.1 to 2.2.0 by @dependabot in #184
  • build(deps): bump coverallsapp/github-action from 1.1.2 to 1.1.3 by @dependabot in #185
  • build(deps): bump actions/setup-node from 2.2.0 to 2.3.0 by @dependabot in #186
  • build(deps): bump actions/setup-node from 2.3.0 to 2.3.2 by @dependabot in #187
  • build(deps): bump fastify/github-action-merge-dependabot from 2.2.0 to 2.3.0 by @dependabot in #189
  • build(deps): bump fastify/github-action-merge-dependabot from 2.3.0 to 2.4.0 by @dependabot in #190
  • build(deps): bump actions/setup-node from 2.3.2 to 2.4.0 by @dependabot in #188
  • build(deps-dev): bump fastify-multipart from 4.0.7 to 5.0.0 by @dependabot in #191
  • fix: handle default port in base by @SimenB in #196

New Contributors

Full Changelog: v6.0.1...v6.1.0

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)