Releases: Fishrock123/tide-compress
Releases · Fishrock123/tide-compress
0.11.0
0.10.3
- Docs: minor updates, linking, readme badges, etc
- Meta: attempt to fix doc.rs build.
0.10.2
- Deps: uses
h1-client-rustls
for Surf in build-deps- Avoids some compilation dependency issues on some platforms
- Deps: reduced dependance on http-types features
0.10.1
- Docs: fix mention of outdated body size threshold configuration.
0.10.0
- Feat:
Content-Type
header compressibility checking.- First via a check to jshttp's comprehensive database, which is compiled to a perfect hash function at build time.
- Falls back to a
Regex
check, which is customizable.
0.9.0
- Enabled
DEFLATE
support by default, since there is no real drawbacks to doing so.- Is the same algorithm and dependency as used for
GZIP
, just with no meta-info.
- Is the same algorithm and dependency as used for
- Dependencies: updated to Tide 0.16
0.8.1
- Dependencies: do not require any Tide features
- This should prevent the default Tide logger from being included when using this crate.
0.8.0
0.7.0
- Added
Vary
header modification. - Docs: various updates, more examples.
- Dependencies: updated to Tide 0.14
- Dependencies: now depends on
futures-lite
rather thanfutures-util
.