Skip to content

Releases: fastify/fastify-reply-from

v8.2.1

11 Aug 15:03
b59d589
Compare
Choose a tag to compare

What's Changed

  • Revert "fix: wrong FastifyReplyFromOptions.http type, could be boolean" by @Uzlopak in #267

Full Changelog: v8.2.0...v8.2.1

v8.2.0

11 Aug 13:30
345a9e6
Compare
Choose a tag to compare

What's Changed

  • build(deps-dev): bump tsd from 0.21.0 to 0.22.0 by @dependabot in #259
  • build(deps): bump fastify-plugin from 3.0.1 to 4.0.0 by @dependabot in #260
  • replace http-errors with @fastify/error by @Uzlopak in #261
  • build(deps-dev): replace pre-commit with @fastify/pre-commit by @Fdawgs in #262
  • ci: enable license checking by @Fdawgs in #263
  • chore: replace use of deprecated variadic listen() by @Fdawgs in #264
  • fix: wrong FastifyReplyFromOptions.http type, could be boolean by @ACHP in #266

New Contributors

Full Changelog: v8.1.0...v8.2.0

v8.1.0

26 Jun 21:24
a5dcde4
Compare
Choose a tag to compare

What's Changed

  • ci: migrate to fastify reusable workflow by @Fdawgs in #251
  • chore(index): add plugin name to metadata by @Fdawgs in #252
  • chore(.gitignore): use updated skeleton template by @Fdawgs in #253
  • build(deps-dev): bump tsd from 0.20.0 to 0.21.0 by @dependabot in #254
  • build: bump dependencies by @Fdawgs in #255
  • chore(package): remove engines field by @Fdawgs in #256
  • build(deps-dev): bump @types/node from 17.0.45 to 18.0.0 by @dependabot in #257
  • feat(#232): added option disableRequestLogging to disable request logging by @dancastillo in #258

New Contributors

Full Changelog: v8.0.0...v8.1.0

v8.0.0

12 May 07:39
eb049b1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.0.1...v8.0.0

v7.0.1

01 May 18:06
f151f73
Compare
Choose a tag to compare

What's Changed

  • docs: update references to old fastify-* modules by @Fdawgs in #246
  • fix: update warning text thrown to reference new module names by @Fdawgs in #247
  • build(deps): bump fastify/github-action-merge-dependabot from 3.0.2 to 3.1.4 by @dependabot in #248
  • 7.0.1 by @RafaelGSS in #249

New Contributors

Full Changelog: v7.0.0...v7.0.1

v7.0.0

27 Apr 14:09
c789921
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.6.0...v7.0.0

v6.6.0

17 Mar 09:15
8562c74
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.5.0...v6.6.0

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)