Releases: fastify/fastify-compress
Releases · fastify/fastify-compress
v3.6.0
- Use comma separated form for
vary
header #173 #172
v3.5.0
📚 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
📚 PR:
- chore: fix heading in readme (#144)
- fix: avoid adding "accept-encoding" to vary header if already set (#146)
v3.4.1
📚 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
📚 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
📚 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
📚 PR:
- When compressing add
accept-encoding
to the Vary header, if the header exists concatenate it. (#120)
- Update typescript defs (#121)
v3.2.2
📚 PR:
- fix logger reference in onEnd (#119)
v3.2.1
📚 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
📚 PR:
- Don't log if there is no data to compress (#115)
- Support passing zlibOptions and brotliOptions (#113)