Releases: cellulose/persistent_storage
Releases · cellulose/persistent_storage
v0.10.1
v0.10.0 (New API)
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 insetup()
- 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
- now configured in
Final release of old API
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
Release Notes
Initial release