Xuanwo/backon
 Watch   
 Star   
 Fork   
2025-10-19 01:47:32
backon

backon-macros v1.0.0

The first release of backon-macros, enjoy!

2025-10-18 22:26:19
backon

v1.6.0

What's Changed

New Contributors

Full Changelog: https://github.com/Xuanwo/backon/compare/v1.5.2...v1.6.0

2025-07-30 17:44:54
backon

v1.5.2

What's Changed

New Contributors

Full Changelog: https://github.com/Xuanwo/backon/compare/v1.5.1...v1.5.2

2025-05-29 15:32:37
backon

v1.5.1

What's Changed

New Contributors

Full Changelog: https://github.com/Xuanwo/backon/compare/v1.5.0...v1.5.1

2025-04-09 17:16:38
backon

v1.5.0

What's Changed

New Contributors

Full Changelog: https://github.com/Xuanwo/backon/compare/v1.4.1...v1.5.0

2025-03-19 17:04:46
backon

v1.4.1

What's Changed

New Contributors

Full Changelog: https://github.com/Xuanwo/backon/compare/v1.4.0...v1.4.1

2025-02-18 18:12:35
backon

v1.4.0

What's Changed

New Contributors

Full Changelog: https://github.com/Xuanwo/backon/compare/v1.3.0...v1.4.0

2024-11-22 14:23:49
backon

v1.3.0

What's Changed

New Contributors

Full Changelog: https://github.com/Xuanwo/backon/compare/v1.2.0...v1.3.0

2024-09-02 13:22:48
backon

v1.2.0

  • 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

New Contributors

Full Changelog: https://github.com/Xuanwo/backon/compare/v1.1.0...v1.2.0

2024-08-30 01:46:48
backon

v1.1.0

A Letter to BackON Users

Hello everyone,

Thank you very much for using BackON!

Before releasing version 1.0.0, I thought it would be better to let users choose their own sleeper implementations, so I didn't enable them by default. However, many users encountered runtime panics. I apologize for not finding a solution that meets all requirements simultaneously: no API breaks, allowing sleeper passing at runtime, and no extra cost.

So in version 1.1.0, I have added tokio-sleeper and gloo-timers-sleep to the default feature. This change will make BackON behave like version 0.4.4, allowing users to upgrade without adding new features. Additionally, I have moved the panic to occur earlier during the poll feature instead of during the sleep call. This makes it easier to catch issues during development rather than at runtime. Furthermore, we will only panic during the debug profile and do nothing in the release profile. This should protect users from panics even in the worst-case scenarios.

Please let me know if you have better solutions! Thanks in advance!

Xuanwo

What's Changed

Full Changelog: https://github.com/Xuanwo/backon/compare/v1.0.2...v1.1.0