con_cache v0.12.0 Release Notes

Release Date: 2017-01-08 // over 7 years ago
  • ๐Ÿ’ฅ Breaking changes

    • Elixir 1.4 is now required.
    • ๐Ÿ‘ท The process started through ConCache.start_link is a supervisor (previously it was a worker). Make sure to adapt your supervisor specifications accordingly.
    • ๐Ÿšš ConCache.start has been removed.

    ๐Ÿ‘Œ Improvements

    • You can now use bag, and duplicate_bag (thanks to fcevado for implementing it).
    • ๐Ÿ”’ Lock processes are now specific for each cache instance (previously they were shared between all of them). Multiple cache instances in the same system will not block each other.