Skip to content

Releases: fastify/fastify-compress

v5.0.0

27 Apr 15:20
0636ee5

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.1...v5.0.0

v4.0.1

14 Dec 07:50

Choose a tag to compare

📚 PR:

  • chore(deps): bump fastify/github-action-merge-dependabot (#207)
  • types: add removeContentLengthHeader types (#206)

v4.0.0

04 Dec 16:31

Choose a tag to compare

What's Changed

  • test: reorganize, group, rename and improve tests suite by @darkgl0w in #201
  • fix: remove zip payloads uncompress behavior by @darkgl0w in #203
  • feat: support Accept-Encoding token x-gzip as an alias for gzip by @darkgl0w in #204
  • feat: add removeContentLengthHeader option by @darkgl0w in #205

Full Changelog: v3.7.0...v4.0.0

v3.7.0

01 Dec 14:10
ac6849c

Choose a tag to compare

What's Changed

  • Bump actions/checkout from 2.3.4 to 2.3.5 by @dependabot in #190
  • Bump actions/checkout from 2.3.5 to 2.4.0 by @dependabot in #192
  • chore(deps): bump fastify/github-action-merge-dependabot from 2.5.0 to 2.6.0 by @dependabot in #194
  • chore(deps-dev): bump tsd from 0.18.0 to 0.19.0 by @dependabot in #195
  • test: achieve 100% code coverage by @darkgl0w in #196
  • build(dependabot): ignore minor and patch github-actions updates by @Fdawgs in #197
  • chore(deps): bump fastify/github-action-merge-dependabot from 2.6.0 to 2.7.0 by @dependabot in #200
  • feat: move to compress and decompress route options and typescript improvements by @darkgl0w in #199

New Contributors

Full Changelog: v3.6.1...v3.7.0

v3.6.1

14 Oct 17:32

Choose a tag to compare

What's Changed

Full Changelog: v3.6.0...v3.6.1

v3.6.0

14 Jun 12:11
b921b08

Choose a tag to compare

  • Use comma separated form for vary header #173 #172

v3.5.0

19 May 07:56

Choose a tag to compare

📚 PR:

  • chore(gitignore): use latest github ignore template (#147)
  • ci(dependabot): update github actions (#148)
  • Bump actions/checkout from v1 to v2.3.4 (#151)
  • Bump actions/setup-node from v1 to v2.1.5 (#150)
  • Bump fastify/github-action-merge-dependabot from v1 to v1.2.1 (#149)
  • Bump fastify/github-action-merge-dependabot from v1.2.1 to v2.0.0 (#152)
  • chore: ci updates and style change (#153)
  • feat: move to tap15 (#157)
  • ci: remove redundant conditional (#158)
  • Bump @types/node from 14.14.42 to 15.0.0 (#160)
  • ci: add nodejs v16 to test matrix (#161)
  • Bump tsd from 0.14.0 to 0.15.0 (#162)
  • Bump actions/checkout from 2 to 2.3.4 (#163)
  • docs: notice to work with fastify-static (#165)
  • fix brotli responses being double-compressed (#167)

v3.4.2

02 Mar 11:00

Choose a tag to compare

📚 PR:

  • chore: fix heading in readme (#144)
  • fix: avoid adding "accept-encoding" to vary header if already set (#146)

v3.4.1

22 Dec 15:39

Choose a tag to compare

📚 PR:

  • Bump tsd from 0.13.1 to 0.14.0
  • Merge pull request #139 from fastify/dependabot/npm_and_yarn/tsd-0.14.0
  • chore: add dependabot automerge (#138)
  • ci: fix node-version matrix parameter name (#142)
  • Do not set the compress onSend hook twice (#141)

v3.4.0

02 Nov 19:23

Choose a tag to compare

📚 PR:

  • Bump fastify-plugin from 2.3.4 to 3.0.0
  • feat: add stale (#130)
  • fix: prevent compressing text/event-stream (#133)
  • Added Vary header to all responses (#135)
  • Bumped standard, removing var. (#137)