New
tower 0.5.0
Fixed
- util:
BoxServiceis nowSync(#702)
Changed
- util: Removed deprecated
ServiceExt::ready_andmethod andReadyAndfuture (#652) - retry: Breaking Change
retry::Policy::retrynow accepts&mut Reqand&mut Resinstead of the previous mutable versions. This increases the flexibility of the retry policy. To update, update your method signature to includemutfor both parameters. ()