Skip to content

Releases: fastify/fastify-reply-from

v6.5.0

15 Feb 23:36
Compare
Choose a tag to compare

📚 PR:

  • build(deps): bump tiny-lru from 7.0.6 to 8.0.1 (#229)
  • feat: support passing a function to the queryString option (#231)
  • types: add contentTypesToEncode option (#230)

v6.4.3

06 Feb 13:11
Compare
Choose a tag to compare

📚 PR:

  • build: reduce dependabot update frequency (#226)
  • build(deps-dev): bump @sinonjs/fake-timers from 8.1.0 to 9.0.0 (#227)
  • Added request args to rewriteHeaders (#228)

v6.4.2

25 Jan 17:56
Compare
Choose a tag to compare

📚 PR:

  • build(deps): bump actions/checkout from 2.3.5 to 2.4.0 (#209)
  • build(deps): bump fastify/github-action-merge-dependabot (#210)
  • build(deps-dev): bump tsd from 0.18.0 to 0.19.0 (#211)
  • build(dependabot): ignore minor and patch github-actions updates (#212)
  • build(deps): bump fastify/github-action-merge-dependabot (#213)
  • build(deps): bump fastify/github-action-merge-dependabot (#214)
  • chore: upgrade github-action-merge-dependabot to v3 (#217)
  • build(deps): bump fastify/github-action-merge-dependabot (#218)
  • build(deps): bump fastify/github-action-merge-dependabot (#219)
  • build(deps-dev): bump @types/node from 16.11.14 to 17.0.0 (#220)
  • build(deps): bump http-errors from 1.8.1 to 2.0.0 (#222)
  • fix: onResponse request argument (#225)

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)