- 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 (thanks to @Adzz);
- Add support for function and mfa for tracing (tanks to @ulissesalmeida);
- Switch to GitHub Actions as the new CI;
- Various fixes for the documentation.