Added
- util: Add
BoxCloneService
which is aClone + Send
boxedService
(#615) - util: Add
ServiceExt::boxed
andServiceExt::boxed_clone
for applying the
BoxService
andBoxCloneService
middleware (#616) - builder: Add
ServiceBuilder::boxed
andServiceBuilder::boxed_clone
for
applyingBoxService
andBoxCloneService
layers (#616)
Fixed
- util: Remove redundant
F: Clone
bound fromServiceExt::map_request
(#607) - util: Remove unnecessary
Debug
bounds fromimpl Debug for BoxService
(#617) - util: Remove unnecessary
Debug
bounds fromimpl Debug for UnsyncBoxService
(#617) - balance: Remove redundant
Req: Clone
bound fromClone
impls
forMakeBalance
, andMakeBalanceLayer
(#607) - balance: Remove redundant
Req: Debug
bound fromDebug
impls
forMakeBalance
,MakeFuture
,Balance
, andPool
(#607) - ready-cache: Remove redundant
Req: Debug
bound fromDebug
impl
forReadyCache
(#607) - steer: Remove redundant
Req: Debug
bound fromDebug
impl
forSteer
(#607) - docs: Fix
doc(cfg(...))
attributes
ofPeakEwmaDiscover
, andPendingRequestsDiscover
(#610)