Persistent Storage Versions Save

Stores and retrieves terms from small flat files on embedded systems.

v0.10.1

7 years ago
  • removed inappropriate debugging IO.puts that was left in code
  • added a dedicated process to own the ets tables

v0.10.0

7 years ago

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

v0.9.0

7 years ago

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.

0.8.0

9 years ago

Release Notes

Initial release