tower-async-http 0.1.2
github-actions
released this
20 Jul 20:42
·
43 commits
to master
since this release
Sync with original tower-http
codebase from 0.4.1
to 0.4.3
.
Added
- cors: Add support for private network preflights (tower-rs/tower-http#373)
- compression: Implement
Default
forDecompressionBody
(tower-rs/tower-http#370)
Changed
- compression: Update to async-compression 0.4 (tower-rs/tower-http#371)
Fixed
- compression: Override default brotli compression level 11 -> 4 (tower-rs/tower-http#356)
- trace: Simplify dynamic tracing level application (tower-rs/tower-http#380)
- normalize_path: Fix path normalization for preceding slashes (tower-rs/tower-http#359)