Skip to content

Releases: fastify/light-my-request

v5.9.2

06 Jun 11:15
da1435e
Compare
Choose a tag to compare

What's Changed

  • chore(.gitignore): add bun lockfile by @Fdawgs in #238
  • build(deps-dev): bump tsd from 0.25.0 to 0.26.0 by @dependabot in #239
  • build(deps-dev): bump tsd from 0.26.1 to 0.27.0 by @dependabot in #240
  • build(deps-dev): bump tsd from 0.27.0 to 0.28.0 by @dependabot in #241
  • ci: only trigger on pushes to main branches by @Fdawgs in #243
  • build(deps-dev): bump @types/node from 18.16.5 to 20.1.0 by @dependabot in #245
  • fix: add missing type for request body by @Fdawgs in #246
  • Calling req.destroy() after reading the whole payload should not error by @mcollina in #247

Full Changelog: v5.9.1...v5.9.2

v5.9.1

15 Feb 08:41
bfee719
Compare
Choose a tag to compare

Revert of #237

Full Changelog: v5.9.0...v5.9.1

v5.9.0

15 Feb 08:38
e444e9e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.8.0...v5.9.0

v5.8.0

05 Dec 00:12
b0f9f0f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.7.0...v5.8.0

v5.7.0

25 Nov 10:50
8accb43
Compare
Choose a tag to compare

What's Changed

  • build(deps-dev): bump tsd from 0.23.0 to 0.24.1 by @dependabot in #225
  • build(deps-dev): bump form-auto-content from 2.2.1 to 3.0.0 by @dependabot in #226
  • fix: Response.json() should not check the content-type by @WoH in #229

New Contributors

  • @WoH made their first contribution in #229

Full Changelog: v5.6.1...v5.7.0

v5.6.1

16 Sep 07:54
44e6651
Compare
Choose a tag to compare

What's Changed

  • fix: add back headers copying code by @SimenB in #224

Full Changelog: v5.6.0...v5.6.1

v5.6.0

09 Sep 13:08
338e70a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.5.1...v5.6.0

v5.5.1

22 Aug 08:56
162efe4
Compare
Choose a tag to compare

What's Changed

  • fix: request has aborted flag set to false by @simoneb in #218

New Contributors

Full Changelog: v5.5.0...v5.5.1

v5.5.0

17 Aug 13:14
021111b
Compare
Choose a tag to compare

What's Changed

  • make user-agent and content-type overwritable with undefined by @Uzlopak in #216

New Contributors

Full Changelog: v5.4.0...v5.5.0

v5.4.0

05 Aug 16:54
Compare
Choose a tag to compare

📚 PR:

  • build(deps-dev): replace pre-commit with @fastify/pre-commit
  • Update package.json
  • Merge pull request #210 from fastify/Fdawgs-patch-1
  • fix: pass req to ServerResponse to support pipeline() on node 16
  • Merge pull request #213 from xiedacon/fix-pipeline
  • ci: enable license checking (#211)