Skip to content

Update dependency BitFaster.Caching to 2.5.4#1631

Merged
bording merged 1 commit into
masterfrom
renovate/bitfaster.caching-2.x
Aug 6, 2025
Merged

Update dependency BitFaster.Caching to 2.5.4#1631
bording merged 1 commit into
masterfrom
renovate/bitfaster.caching-2.x

Conversation

@dependencyupdates

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
BitFaster.Caching 2.5.3 -> 2.5.4 age adoption passing confidence

Release Notes

bitfaster/BitFaster.Caching (BitFaster.Caching)

v2.5.4

What's changed

  • Eagerly purge deleted items from internal ConcurrentLru queues. Previously, deleted items remain in the internal queues until fully cycled out of cold. Instead, purge them as items transition from queue to queue (e.g. from hot to warm) as part of cycle.
  • Fix UnobservedTaskException for value creation when using AsAsyncCache()/AsyncAtomicFactory/ScopedAsyncAtomicFactory. If there is an exception when invoking the value factory delegate, the internal TaskCompletionSource has an exception set that previously was not observed unless another thread concurrently evaluated the result. Fixed by @​advdotnet.
  • In ConcurrentLru.Trim() avoid incorrectly trimming an extra warm item when values are trimmed from cold but not warm.
  • ConcurrentLru.TrimExpired() is now thread safe.
  • Minor code cleanups by @​Joy-less.

Full changelog: bitfaster/BitFaster.Caching@v2.5.3...v2.5.4


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

Commands to ignore dependencies

You can trigger dependency actions by commenting on this PR:

  • @particularbot ignore this major version
  • @particularbot ignore this minor version
  • @particularbot ignore this dependency

@dependencyupdates dependencyupdates Bot added dependencies Pull requests that update a dependency file NuGet labels Jul 16, 2025
@dependencyupdates dependencyupdates Bot force-pushed the renovate/bitfaster.caching-2.x branch from e031ffe to 41382a7 Compare July 17, 2025 16:36
@dependencyupdates dependencyupdates Bot force-pushed the renovate/bitfaster.caching-2.x branch from 41382a7 to dc49652 Compare July 25, 2025 22:44
@bording bording merged commit 2dd1f9a into master Aug 6, 2025
4 checks passed
@bording bording deleted the renovate/bitfaster.caching-2.x branch August 6, 2025 17:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file NuGet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant