- removed inappropriate debugging IO.puts that was left in code
- added a dedicated process to own the ets tables
- added warnings
IMPORTANT!! -- The API has changed a fair in an incompatible way since v0.9.x. It also has a new home (for now) at ghitchens/persistent_storage
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.exsnot 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
-
Other changes
- now using Apache-2.0 LICENSE
- Broken out from http://github.com:/ghitchens/echo