File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ### 2.0.1 (December 2024)
34
4- ### 2.0.0
5+ * 2.0.0 was unable to compile when using an eviction or removal listener. This release fixes that by adding
6+ ` withEvictionListener ` and ` withRemovalListener ` extension functions to the ` Caffeine ` builder.
7+
8+ ### 2.0.0 (December 2024)
59
610* Deprecated cacheBuilder in favor of extending ` Caffeine.newBuilder ` . See [ README] ( README.md ) for full details.
7- * New extension functions for ` Caffeine ` builder support more natural coroutine operations.
11+ * New extension functions for ` Caffeine ` builder support more natural coroutine operations.
812* Deprecated ` aedile-micrometer ` module in favor of Micrometer's native support for Caffeine.
913* Fixed coroutine cancellation propagation #30
1014
11- ### 1.3.1
15+ ### 1.3.1 (June 2023)
1216
1317* Added ` getOrNull ` with compute that allows for the compute function to return nulls.
1418
You can’t perform that action at this time.
0 commit comments