Releases: Fishrock123/tide-compress
Releases · Fishrock123/tide-compress
Release list
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-rustlsfor 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-Typeheader 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
Regexcheck, which is customizable.
0.9.0
- Enabled
DEFLATEsupport 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
- Dependencies: updated to Tide 0.15 (Fixes #5))
0.7.0
- Added
Varyheader modification. - Docs: various updates, more examples.
- Dependencies: updated to Tide 0.14
- Dependencies: now depends on
futures-literather thanfutures-util.