Tower 0.4.11
·
109 commits
to master
since this release
Added
- util: Add
BoxCloneServicewhich is aClone + SendboxedService(#615) - util: Add
ServiceExt::boxedandServiceExt::boxed_clonefor applying the
BoxServiceandBoxCloneServicemiddleware (#616) - builder: Add
ServiceBuilder::boxedandServiceBuilder::boxed_clonefor
applyingBoxServiceandBoxCloneServicelayers (#616)
Fixed
- util: Remove redundant
F: Clonebound fromServiceExt::map_request(#607) - util: Remove unnecessary
Debugbounds fromimpl Debug for BoxService(#617) - util: Remove unnecessary
Debugbounds fromimpl Debug for UnsyncBoxService(#617) - balance: Remove redundant
Req: Clonebound fromCloneimpls
forMakeBalance, andMakeBalanceLayer(#607) - balance: Remove redundant
Req: Debugbound fromDebugimpls
forMakeBalance,MakeFuture,Balance, andPool(#607) - ready-cache: Remove redundant
Req: Debugbound fromDebugimpl
forReadyCache(#607) - steer: Remove redundant
Req: Debugbound fromDebugimpl
forSteer(#607) - docs: Fix
doc(cfg(...))attributes
ofPeakEwmaDiscover, andPendingRequestsDiscover(#610)