Skip to content

Commit

Permalink
Updated changelog for 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sksamuel committed Dec 3, 2024
1 parent d556acd commit ef89679
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog


### 2.0.0

* Deprecated cacheBuilder in favor of extending `Caffeine.newBuilder`. See [README](README.md) for full details.
* New extension functions for `Caffeine` builder support more natural coroutine operations.
* Deprecated `aedile-micrometer` module in favor of Micrometer's native support for Caffeine.
* Fixed coroutine cancellation propagation #30

### 1.3.1

* Added `getOrNull` with compute that allows for the compute function to return nulls.
Expand Down

0 comments on commit ef89679

Please sign in to comment.