Skip to content

v0.10.0 (New API)

Compare
Choose a tag to compare
@ghitchens ghitchens released this 16 Feb 06:20
· 1 commit to master since this release

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