v0.5.2
davidpdrsn
released this
23 Feb 08:16
·
27 commits
to main
since this release
Added:
- compression: Will now send a
vary: accept-encoding
header on compressed responses (#399) - compression: Support
x-gzip
as equivalent togzip
inaccept-encoding
request header (#467)
Fixed
- compression: Skip compression for range requests (#446)
- compression: Skip compression for SSE responses by default (#465)
- cors: Actually keep Vary headers set by the inner service when setting response headers (#473)
- Version 0.5.1 intended to ship this, but the implementation was buggy and didn't actually do anything