Skip to content

Releases: Fishrock123/tide-compress

0.11.0

16 Jan 20:10
Compare
Choose a tag to compare
  • Feat: add brotli_quality and defalte_quality to Config.

0.10.3

29 Jun 19:19
Compare
Choose a tag to compare
  • Docs: minor updates, linking, readme badges, etc
  • Meta: attempt to fix doc.rs build.

0.10.2

20 Jun 17:42
Compare
Choose a tag to compare
  • 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

17 Jun 21:19
Compare
Choose a tag to compare
  • Docs: fix mention of outdated body size threshold configuration.

0.10.0

17 Jun 21:14
Compare
Choose a tag to compare

0.9.0

29 Jan 20:49
Compare
Choose a tag to compare
  • 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.
  • Dependencies: updated to Tide 0.16

0.8.1

20 Nov 01:04
Compare
Choose a tag to compare
  • Dependencies: do not require any Tide features
    • This should prevent the default Tide logger from being included when using this crate.

0.8.0

18 Nov 21:01
Compare
Choose a tag to compare
  • Dependencies: updated to Tide 0.15 (Fixes #5))

0.7.0

17 Oct 17:55
Compare
Choose a tag to compare
  • Added Vary header modification.
  • Docs: various updates, more examples.
  • Dependencies: updated to Tide 0.14
  • Dependencies: now depends on futures-lite rather than futures-util.