Skip to content

Releases: fastify/fastify-compress

v3.3.1

24 Sep 07:58

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

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

Choose a tag to compare

📚 PR:

  • fix logger reference in onEnd (#119)

v3.2.1

22 Jul 08:03

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

Choose a tag to compare

📚 PR:

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

v3.1.0

12 Jun 22:30

Choose a tag to compare

📚 PR:

  • Bumped v3.1.0
  • Bumped fastify@3.0.0-rc.4
  • Bump @types/node from 13.13.6 to 14.0.1 (#109)
  • Bump @typescript-eslint/parser from 2.34.0 to 3.0.0 (#111)
  • Uncompress request body (#110)

v3.0.0

28 Apr 15:25

Choose a tag to compare

📚 PR:

  • updated readme
  • Fastify V3 upgrade (#107)

v2.0.1

14 Feb 14:31

Choose a tag to compare

📚 PR:

  • chore(package): update @types/node to version 12.12.12 (#91)
  • Lock iltorb depepdency (#100)
  • chore(package): update @types/node to version 13.1.0 (#93)
  • bug fix - undefined value of compressible now does not compress (#102)

v2.0.0

13 Dec 22:08

Choose a tag to compare

📚 PR:

  • feature: per route compression (#92)

v1.1.0

17 Nov 14:13

Choose a tag to compare

Features:

  • Allowing custom error messaging on unsupported encoding - #88