View Source Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0-3-11-2023-05-04

[0.3.11] - 2023-05-04

added

ADDED

  • Added test to ensure get_table_cookies/1 returns error when node is not reachable.

fixed

Fixed

  • Fixed handling of :badrpc errors in copy_tables/1 and get_table_cookies/1 not being enumerable.

0-3-10-2023-05-04

[0.3.10] - 2023-05-04

changed

Changed

fixed-1

FIXED

  • Updated 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, closes #84.

0-3-9-2021-02-21

[0.3.9] - 2021-02-21

changed-1

Changed

  • Bumped OTP version.
  • Bumped Elixir version.
  • Updated Travis CI integration for new OTP release.
  • Updated dependencies.
  • Updated GitHub repo files.

0-3-8-2020-09-01

[0.3.8] - 2020-09-01

changed-2

Changed

  • Moved :mnesia out of extra_applications into included_applications.
  • Bumped OTP version.
  • Updated Travis CI integration for new OTP release.
  • Updated dependencies.
  • Updated GitHub repo files.

0-3-7-2020-07-17

[0.3.7] - 2020-07-17

changed-3

Changed

  • Bumped OTP version.
  • Bumped Elixir version.
  • Updated Travis CI integration for new OTP and Elixir releases.
  • Updated dependencies.
  • Updated GitHub repo files.

0-3-6-2020-03-01

[0.3.6] - 2020-03-01

added-1

Added

  • Additional GitHub repo files.

changed-4

Changed

  • Bumped OTP version.
  • Fixed Travis CI integration.

0-3-5-2020-02-27

[0.3.5] - 2020-02-27

changed-5

Changed

  • Bumped OTP version.
  • Bumped Elixir version.
  • Updated dependencies.

0-3-4-2019-08-20

[0.3.4] - 2019-08-20

fixed-2

Fixed

  • Logger crashes in Mnesiac module.
  • copy_table bug, closes #20.

changed-6

Changed

  • Bumped OTP version.
  • Bumped Elixir version.
  • Updated dependencies.

0-3-3-2019-02-25

[0.3.3] - 2019-02-25

fixed-3

Fixed

  • Apply regression fix to copy_store/0 and resolve_conflict/1.
  • Docs cleanup.

0-3-2-2019-02-22

[0.3.2] - 2019-02-22

fixed-4

Fixed

  • Regression that made defining a custom table name impossible.

0-3-1-2019-02-21

[0.3.1] - 2019-02-21

added-2

Added

  • Inch reports.

fixed-5

Fixed

  • Misc docs.

0-3-0-2019-02-14

[0.3.0] - 2019-02-14

added-3

Added

  • Distributed testing suite.
  • Implemented store as a macro, with overridable callbacks.

changed-7

Changed

  • Bumped OTP version.
  • Bumped Elixir version.
  • Updated dependencies.
  • Started using keepachangelog.com changelog format.
  • Hex doc improvements.
  • Travis CI improvements.

0-2-0-2018-07-30

[0.2.0] - 2018-07-30

added-4

Added

  • Additional tests.
  • Created .github folder and files.
  • Created badge links.
  • Created dev and test instructions.

0-1-0-2018-07-29

[0.1.0] - 2018-07-29

added-5

Added

  • Initial release.