Skip to content

Releases: static-web-server/headers-accept-encoding

v1.1.0

05 Dec 01:05
v1.1.0
b01d6ae
Compare
Choose a tag to compare

Updates

Breaking

Note: This particular headers update bumps up http to 1.0.0.
If you use hyper 0.14.x then keep using 1.0.x for now.

# Use this config as an example
hyper = { version = "0.14", features = ["stream", "http1", "http2", "tcp", "server"] }
headers = { package = "headers-accept-encoding", version = "=1.0" }

v1.0.1

05 Dec 00:42
v1.0.1
af3b26b
Compare
Choose a tag to compare

Updates

v1.0.0

19 Apr 22:46
v1.0.0
7abc45b
Compare
Choose a tag to compare

Features

  • 8c9e99e Zstandard (zstd) Content-Encoding support.