cachex v3.1.0 Release Notes

Release Date: 2018-10-13 // over 5 years ago
  • Cachex v3.1.0 contains the re-introduction of distributed caches, provided in a backwards compatible manner. Alongside this, the internal action routing has been rewritten and should perform a little faster than previously.

    ๐Ÿ‘Œ Improvements:

    • โž• Added latest Elixir/OTP builds to the CI matrix.
    • โž• Added support for testing against local cache clusters.
    • Introduced a new routing module for all cache interactions.
    • ๐Ÿ‘ Introduced support for running caches in multiple Erlang processes.
    • โšก๏ธ Optimized several places we were using MapSet unnecessarily.

    Please make sure to file any issues found and they'll be addressed as soon as possible!