- Patch release to fix hex publish issues
- No functional changes in code
- Fix function warnings on recent Elixir versions
- Update minimum Elixir version to 1.14
- [Bugfix] Convert mnesia's
:"$end_of_table"
code to empty list- Previously raised UndefinedFunctionError during coercion
- [Bugfix] Catch Mnesia exits outside transactions (#2)
- This fixes issues where Memento would unintentionally mess with Mnesia's deadlock resolution algorithm by catching exits, finally causing Mnesia to throw cyclic abort errors in high concurrency, nested transactions
Check the commit history.