Skip to content

Commit b27b8c0

Browse files
committed
Updated changelog for 2.0.1
1 parent d3bcb80 commit b27b8c0

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

changelog.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
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

0 commit comments

Comments
 (0)