Skip to content

Releases: cellulose/persistent_storage

v0.10.1

16 Feb 23:44
Compare
Choose a tag to compare
  • removed inappropriate debugging IO.puts that was left in code
  • added a dedicated process to own the ets tables

v0.10.0 (New API)

16 Feb 06:20
Compare
Choose a tag to compare

IMPORTANT!! -- The API has changed a fair in an incompatible way since v0.9.x. Reference cellulose/persistent_storage and specify version ~>0.9.0 in your deps if you have code compiled against the old API.

  • Backwards incompatible changes
    • now configured in config.exs not in setup()
    • APIs now take a storage as first parameter
    • setting of multiple keys in a single put is no longer supported (this was not used heavily and complicated the API)
    • put(), delete() return better responses, but might break previous matches

Final release of old API

16 Feb 05:57
Compare
Choose a tag to compare

After this release, the API changes significantly. If you have code that depends on this version, make sure you specify v0.9.0 in your mix deps.

v0.8.0

08 Apr 17:22
Compare
Choose a tag to compare
v0.8.0 Pre-release
Pre-release

Release Notes

Initial release