Bug Fixes
Features
- body:
- client:
- lib: update to
std::future::Future
(8f4b05ae) - service: use tower_service::Service for hyper::service (ec520d56)
Breaking Changes
- Usage of
send_data
should either be changed to
async/await or usetry_send_data
.
(62a96c07)
- Calls to
GaiResolver::new
andHttpConnector::new
no
longer should pass an integer argument for the number of threads.
(049b5132)
- All usage of async traits (
Future
,Stream
,
AsyncRead
,AsyncWrite
, etc) are updated to newer versions.
(8f4b05ae)