Releases: beardedeagle/mnesiac
Releases · beardedeagle/mnesiac
v0.3.14
v0.3.13
- 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
- Changed
get_table_cookies/1
andget_table_cookies/2
to utilizetable_load_timeout/0
for:rpc.call/5
calls.
v0.3.11
- 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
- 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
- Updated dependencies.
- Updated GitHub repo files.
- Travis CI improvements.
v0.3.8
- Moved
:mnesia
out ofextra_applications
intoincluded_applications
. - Updated dependencies.
v0.3.7
- Updated dependencies.
v0.3.6
- Additional GitHub repo files.
- Fixed Travis CI integration.
v0.3.5
- Updated dependencies.