hammer v6.1.0 Release Notes
Release Date: 2022-06-13 // almost 3 years ago-
๐ Changed
- ๐ฆ Updgrade dependency packages
- ๐ Merged https://github.com/ExHammer/hammer/pull/41 resulting in ETC without GenServer (and therefore better performance)
- ๐ Merged https://github.com/ExHammer/hammer/pull/46 remove additional whitespace
- โก๏ธ Updated Docs based on https://github.com/ExHammer/hammer/pull/45
- โ Adds CREDITS.md
Previous changes from v6.0.0
-
๐ Changed
- ๐ Change the
ETS
backend to throw an error if eitherexpiry_ms
orcleanup_interval_ms
config values are missing. This should have been fixed ages ago. - Default
:pool_max_overflow
changed to0
. It's a better default, given that some users have seen weird errors when using a higher overflow. In general, capacity should be increased by using a higher:pool_size
instead - ๐ Changed how the ETS backend does cleanups of data, should be more performant.
- ๐ Change the