Skip to content

chore(deps): bump github.com/onevcat/kingfisher from 8.9.0 to 8.10.0#17

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/swift/github.com/onevcat/kingfisher-8.10.0
Open

chore(deps): bump github.com/onevcat/kingfisher from 8.9.0 to 8.10.0#17
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/swift/github.com/onevcat/kingfisher-8.10.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown

Bumps github.com/onevcat/kingfisher from 8.9.0 to 8.10.0.

Release notes

Sourced from github.com/onevcat/kingfisher's releases.

8.10.0 - Bean Counter

Add

  • Add ImageCache.memoryStorageCacheCost and MemoryStorage.Backend.totalCacheCost() to report the total estimated in-memory cost of the memory cache, including expired-but-not-yet-evicted values. This is the in-memory counterpart of diskStorageSize and gives tangible data for tuning totalCostLimit. #2532 #2530 @​onevcat @​aronspringfield

Fix

  • Latch async download cancellation synchronously so cancelling before the underlying DownloadTask is attached is no longer lost, and avoid appending callbacks to already-completed downloads. #2526 @​onevcat
  • Absorb the cancellation token lifecycle into TaskPropertyAccessor, unifying how the shared setImage helper handles task identifiers and cancellation tokens across UIButton, NSButton, CPListItem and other call sites. No public API or behavior change. #2531 #2496 @​nenadvulic @​onevcat
Changelog

Sourced from github.com/onevcat/kingfisher's changelog.

Change Log


8.10.0 - Bean Counter (2026-06-12)

Add

  • Add ImageCache.memoryStorageCacheCost and MemoryStorage.Backend.totalCacheCost() to report the total estimated in-memory cost of the memory cache, including expired-but-not-yet-evicted values. This is the in-memory counterpart of diskStorageSize and gives tangible data for tuning totalCostLimit. #2532 #2530 @​onevcat @​aronspringfield

Fix

  • Latch async download cancellation synchronously so cancelling before the underlying DownloadTask is attached is no longer lost, and avoid appending callbacks to already-completed downloads. #2526 @​onevcat
  • Absorb the cancellation token lifecycle into TaskPropertyAccessor, unifying how the shared setImage helper handles task identifiers and cancellation tokens across UIButton, NSButton, CPListItem and other call sites. No public API or behavior change. #2531 #2496 @​nenadvulic @​onevcat

Commits
  • ac632bd Bump version to 8.10.0
  • 27fbad3 Upgrade gems
  • 9f4ac2b Merge pull request #2529 from onevcat/dependabot/bundler/jwt-2.10.3
  • 65d44f1 Merge pull request #2532 from onevcat/feature/cache-size
  • fd9b070 Make evicted-exclusion test deterministic, not reliant on NSCache eviction
  • bbbb92b Expose memory cost on ImageCache as memoryStorageCacheCost
  • 60b93d8 Keep totalCacheCost internal, avoid expanding the public value(forKey:) API
  • faa6a60 Access MemoryStore values with a filter parameter
  • 3576606 Add MemoryStorage.swift method totalCacheCost
  • 175345e Merge pull request #2531 from nenadvulic/refactor/absorb-cancellation-token-i...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/onevcat/kingfisher](https://github.com/onevcat/Kingfisher) from 8.9.0 to 8.10.0.
- [Release notes](https://github.com/onevcat/Kingfisher/releases)
- [Changelog](https://github.com/onevcat/Kingfisher/blob/master/CHANGELOG.md)
- [Commits](onevcat/Kingfisher@8.9.0...ac632bd)

---
updated-dependencies:
- dependency-name: github.com/onevcat/kingfisher
  dependency-version: 8.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file swift_package_manager Pull requests that update swift_package_manager code labels Jun 15, 2026
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 swift_package_manager Pull requests that update swift_package_manager code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants