What's Changed
- refactor: Remove the Debug requirement of Backoff by @Xuanwo in #141
- feat: Implement BackoffBuilder for Backoff itself by @Xuanwo in #142
- docs: mention sleep() in blocking retry examples by @SteveLauC in #143
- docs: document custom Sleeper impl by @SteveLauC in #147
- feat: Allow users to use &XxxBuilder by @Xuanwo in #148
- chore: Polish impl of saturating_mul by @Xuanwo in #151
- docs: Backon is
adaptable
by @Xuanwo in #155 - ci: Fix wasm unit test by @Xuanwo in #163
- Include license file in published crate by @ankane in #162
- fix: doc for
with_max_times
by @shikhar in #161 - feat: builder_without_max_(times|delay) by @nardoor in #160
- Bump version to 1.3.0 by @Xuanwo in #164
New Contributors
- @SteveLauC made their first contribution in #143
- @ankane made their first contribution in #162
- @shikhar made their first contribution in #161
- @nardoor made their first contribution in #160
Full Changelog: v1.2.0...v1.3.0