- Use
__STACKTRACE__instead of deprecatedSystem.stacktrace()function; - Do not crash when inspecting sagas with non-atom stage names (thanks to @peaceful-james);
- [Allows users to pass in their own Supervisor for async steps](...
Unclaimed project
Are you a maintainer of sage? Claim this project to take control of your public changelog and roadmap.
Changelog
A dependency-free tool to run distributed transactions in Elixir, inspired by Sagas pattern.
__STACKTRACE__ instead of deprecated System.stacktrace() function;Fixed bug where retrying would erase effects created before the stage #53