Skip to content

Releases: beardedeagle/mnesiac

v0.3.14

13 May 07:25
c404e98
Compare
Choose a tag to compare
  • 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

07 May 06:35
8e33a52
Compare
Choose a tag to compare
  • 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

06 May 05:53
7603cae
Compare
Choose a tag to compare
  • Changed get_table_cookies/1 and get_table_cookies/2 to utilize table_load_timeout/0 for :rpc.call/5 calls.

v0.3.11

06 May 04:45
e0ce918
Compare
Choose a tag to compare
  • 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

04 May 06:50
a83fed4
Compare
Choose a tag to compare
  • 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

16 May 21:20
f504b1b
Compare
Choose a tag to compare
  • Updated dependencies.
  • Updated GitHub repo files.
  • Travis CI improvements.

v0.3.8

01 Sep 21:07
e7f8875
Compare
Choose a tag to compare
  • Moved :mnesia out of extra_applications into included_applications.
  • Updated dependencies.

v0.3.7

18 Jul 04:09
3cf56c7
Compare
Choose a tag to compare
  • Updated dependencies.

v0.3.6

02 Mar 02:05
82c32af
Compare
Choose a tag to compare
  • Additional GitHub repo files.
  • Fixed Travis CI integration.

v0.3.5

27 Feb 21:11
dc17d5a
Compare
Choose a tag to compare
  • Updated dependencies.