Skip to content

v1.2.0

Latest
Compare
Choose a tag to compare
@Xuanwo Xuanwo released this 02 Sep 05:24
· 5 commits to main since this release
v1.2.0
50ce185
  • backon is now available under no_std.
  • backon now supports use users own blocking sleeper too.
  • backon now raises build time error if sleeper not provided.

What's Changed

  • fix: NoopSleeper should implement default by @Xuanwo in #135
  • fix: compile to fail when using DefaultSleeper with no features enabled by @bdbai in #136
  • docs: Polish MaybeSleeper names by @Xuanwo in #137
  • feat: Add blocking sleeper for blocking retry by @Xuanwo in #138
  • Add no_std flag, hide blocking retrys behind std flag by @adrian-kong in #125
  • Bump to version 1.2.0 by @Xuanwo in #139

New Contributors

Full Changelog: v1.1.0...v1.2.0