cachex v3.3.0 Release Notes
Release Date: 2020-08-13 // over 4 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!
- ๐ Fixes a broken return signature in