Releases: fastify/fastify-compress
Releases · fastify/fastify-compress
v0.8.0
#34 - Inflate pre-compressed bodies for clients that do not support compression
0.7.1
#39 - Change log from warn
to debug
#36 - Update dependencies
v0.7.0
- make compressibleTypes user settable so custom types can be compressed - #32
v0.6.0
- remove content-length #27
v0.5.1
- accept-encoding can contain whitespace - #26
- Don't support br header if brotli option not set - #25
v0.4.0
- Updated to support the latest version of fastify - #17
- Added support for streams1 - #17
v0.2.1
- Updated dependencies
- Support for pump v2.0.0
v0.2.0
- Allow missing
accept-encoding
header - #6
- Support asterisk in
accept-encoding
header - #7