Skip to content

Releases: knox-networks/rex-sm

v0.6.1

07 Sep 04:11
0963a4a
Compare
Choose a tag to compare

handled child ref creation bug in StateExt::new_child

v0.6.0

06 Sep 14:53
d8991f7
Compare
Choose a tag to compare

What's Changed

TimeoutManager can now hold a Copy item (to be returned to sender) for a set amount of time:
https://github.com/knox-networks/rex-sm/blob/efb8b508209a02692a6bc4fd5d6064f54e45851c/src/timeout.rs#L172-L176

This opens the way for retry logic implementations that can re-run on a cadence without blocking StateMachine processors.

v0.5.3

24 Aug 18:12
4927774
Compare
Choose a tag to compare

Full Changelog: v0.5.2...v0.5.3

v0.5.1

29 Jul 14:47
b9a59e9
Compare
Choose a tag to compare
  • Updated bigerror to 0.9

Commit Statistics

  • 2 commits contributed to the release over the course of 2 calendar days.
  • 89 days passed between releases.
  • 0 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized

v0.5.0

30 Apr 15:48
b0a54d5
Compare
Choose a tag to compare

What's Changed in v0.5.0

  • added git cliff
  • Add NotificationQueue for priority notifications by @mkatychev in #4
  • Use &mut self in NotificationProcessor::init by @mkatychev in #3