Added
- builder: Add
ServiceBuilder::boxed_clone_sync()helper (#804)
Fixed
- retry: Check that supplied jitter is not NaN (#843)
Unclaimed project
Are you a maintainer of tower? Claim this project to take control of your public changelog and roadmap.
ServiceBuilder::boxed_clone_sync() helper (#804)BoxCloneSyncService which is a Clone + Send + Sync boxed Service (#777)BoxCloneSyncServiceLayer which is a Clone + Send + Sync boxed Layer (#802)tower-layer dependency (#787)BoxService is now Sync ([#702])ServiceExt::ready_and method and ReadyAnd
future ([#652])retry::Policy::retry now accepts &mut Req and &mut Res instead of the previous mutable versions. This
increases the flexibility of the retry policy. To update, update your method sig...