Skip to content

Releases: fastify/fastify-compress

v3.6.0

14 Jun 12:11
b921b08
Compare
Choose a tag to compare
  • Use comma separated form for vary header #173 #172

v3.5.0

19 May 07:56
Compare
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
Compare
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
Compare
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
Compare
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)

v3.3.1

24 Sep 07:58
Compare
Choose a tag to compare

📚 PR:

  • Bump into-stream from 5.1.1 to 6.0.0
  • Bump typescript from 3.9.7 to 4.0.2
  • Bump @typescript-eslint/parser from 3.10.1 to 4.0.0
  • fix: use 'include' instead of 'some' (#122)
  • Do not log missing payload (#128)

v3.3.0

06 Aug 17:49
3006ce7
Compare
Choose a tag to compare

📚 PR:

  • When compressing add accept-encoding to the Vary header, if the header exists concatenate it. (#120)
  • Update typescript defs (#121)

v3.2.2

22 Jul 08:05
Compare
Choose a tag to compare

📚 PR:

  • fix logger reference in onEnd (#119)

v3.2.1

22 Jul 08:03
Compare
Choose a tag to compare

📚 PR:

  • Fix types for v3
  • Merge pull request #118 from fastify/fix-v3
  • Bump tsd from 0.11.0 to 0.12.0 (#116)
  • Bump tsd from 0.12.1 to 0.13.1 (#117)

v3.2.0

26 Jun 09:08
Compare
Choose a tag to compare

📚 PR:

  • Don't log if there is no data to compress (#115)
  • Support passing zlibOptions and brotliOptions (#113)