Releases: plabayo/tower-async
Releases · plabayo/tower-async
tower-async-test 0.2.0
- Adapt to new
tower_async::Service
contract:call
takes now&self
instead of&mut self
;call
returnsimpl Future
instead of declared asasync fn
;
tower-async-service 0.2.0
- Change
Service
contract:call
takes now&self
instead of&mut self
;call
returnsimpl Future
instead of declared asasync fn
;
tower-async-layer 0.2.0
- Adapt to new
tower_async::Service
contract:call
takes now&self
instead of&mut self
;call
returnsimpl Future
instead of declared asasync fn
;
tower-async-hyper 0.1.0
- Initial release. Bridges
hyper
(v1) withtower-async
. - Compatible with new
tower_async::Service
contract:call
takes now&self
instead of&mut self
;call
returnsimpl Future
instead of declared asasync fn
;
tower-async-http 0.2.0
- Update to http-body 1.0;
- Update to http 1.0;
- Make library ready for
Hyper 1.0
usage; - Adapt to new
tower_async::Service
contract:call
takes now&self
instead of&mut self
;call
returnsimpl Future
instead of declared asasync fn
;
tower-async-bridge 0.2.0
- Adapt to new
tower_async::Service
contract:call
takes now&self
instead of&mut self
;call
returnsimpl Future
instead of declared asasync fn
;
tower-async 0.2.0
- Adapt to new
tower_async::Service
contract:call
takes now&self
instead of&mut self
;call
returnsimpl Future
instead of declared asasync fn
;
tower-async-http 0.1.4
Sync with https://github.com/tower-rs/tower-http/releases/tag/tower-http-0.4.4.
Added
- trace: Default implementations for trace bodies.
Fixed
- lots of changes due to new clippy rules or modifications to existing ones.
tower-async-http 0.1.3
- update
http-range-header
from0.3.0
to0.4.0
and fix range OOB test from reject to accept;
tower-async-http 0.1.2
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)