Mnesiac Versions Save

Mnesia autoclustering made easy!

v0.3.14

1 year ago
  • Bumped OTP version.
  • Bumped Elixir version.
  • Updated GitHub repo files.
  • Converted from TravisCI to Github Actions for CI.
  • Fixed dialyzer errors.
  • Fixed credo warnings/errors.

v0.3.13

1 year ago
  • Updated GitHub repo files.
  • Removed inch in favor of doctor for doc coverage reporting.
  • Fixed test suite polluting output with warnings about unused variables.

v0.3.12

1 year ago
  • Changed get_table_cookies/1 and get_table_cookies/2 to utilize table_load_timeout/0 for :rpc.call/5 calls.

v0.3.11

1 year ago
  • Fixed handling of :badrpc errors in copy_tables/1 and get_table_cookies/1 not being enumerable.
  • Added test to ensure get_table_cookies/1 returns error when node is not reachable.

v0.3.10

1 year ago
  • Changed get_table_cookies/1 to use :local_tables instead of :tables to properly identify table copies that don't exist locally to a given node.
  • Assert that Mnesiac.init_mnesia/1 is called successfully.
  • Updated dependencies.
  • Updated GitHub repo files.

v0.3.9

3 years ago
  • Updated dependencies.
  • Updated GitHub repo files.
  • Travis CI improvements.

v0.3.8

3 years ago
  • Moved :mnesia out of extra_applications into included_applications.
  • Updated dependencies.

v0.3.7

3 years ago
  • Updated dependencies.

v0.3.6

4 years ago
  • Additional GitHub repo files.
  • Fixed Travis CI integration.

v0.3.5

4 years ago
  • Updated dependencies.