cachex v3.3.0 Release Notes

Release Date: 2020-08-13 // over 3 years ago
  • ๐Ÿš€ Cachex v3.3.0 is a minor release with a couple of new features and various improvements.

    ๐Ÿ›  Fixes:

    • ๐Ÿ›  Fixed a missing application in the project configuration.
    • ๐Ÿ›  Fixed an incorrect type specification in expiration records.

    ๐Ÿ‘Œ Improvements:

    • โž• Added latest Elixir/OTP builds to the CI matrix.
    • โž• Added new signatures for compatibility with latest Supervisor standards.
    • ๐Ÿ‘Œ Improved some type specifications for Dialyzer.
    • ๐Ÿ‘Œ Improved consistency of cache warmer initialization.
    • ๐Ÿ‘Œ Improved documentation around expiration options.
    • โšก๏ธ Updated all dependencies to their latest versions.

    Please make sure to file any issues found!


Previous changes from v3.2.0

  • ๐Ÿš€ Cachex v3.2.0 is a minor release with a couple of new features and various improvements.

    ๐Ÿ›  Fixes:

    • ๐Ÿ›  Fixes a broken return signature in execute/3.
    • ๐Ÿ“š Various fixes for typespecs and documentation.

    ๐Ÿ‘Œ Improvements:

    • โž• Added new Elixir/OTP versions to CI builds.
    • โž• Added some missing benchmark functions.
    • Introduced the ability to import to a cache via import/3.
    • Introduced the ability to enable ETS table compression.
    • โšก๏ธ Updated all dependencies to their latest versions.

    Please make sure to file any issues found!