Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Renovate] Update dependency onevcat/Kingfisher to v8 #517

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 18, 2024

This PR contains the following updates:

Package Update Change
onevcat/Kingfisher major from: "7.11.0" -> from: "8.2.0"

Release Notes

onevcat/Kingfisher (onevcat/Kingfisher)

v8.2.0

Compare Source

Add
  • Add a ThumbnailImageDataProvider to get a thumbnail image from a URL directly with CGImageSourceCreateThumbnailAtIndex. @​onevcat #​2349
  • Add iOS-only XCFramework distribution for smaller package size when only iOS platform is needed. You can download it from the Release page. @​onevcat #​2350
Fix
  • Fix a performance issue when referring the same animated image source, which was introduced in 8.1.4. Special thanks to @​pNre for the report and @​yeatse for the quick fix. #​2357
  • Fix a compiling issue when building under certain CI environments that triggers a Swift compiler error. @​onevcat #​2353

v8.1.4

Compare Source

Fix
  • Avoid recreating the animated image if the options are the same. This improves the reloading performance. @​yeatse #​2347

v8.1.3

Compare Source

Fix

v8.1.2

Compare Source

Fix

v8.1.1

Compare Source

Fix
  • Resolved an issue where the completion handler could be called multiple times under certain circumstances, potentially leading to crashes if the download task is cancelled. #​2319 @​onevcat

v8.1.0

Compare Source

Add
  • Live Photo support. Now you can use the kf extension on PHLivePhotoView to load a live photo from network. Check its documentation for more information. #​2302 @​onevcat
  • A set of new APIs (new resource types, optional parameters for existing methods and error types, etc) for Live Photo support. #​2302 @​onevcat
Fix

v8.0.3

Compare Source

Fix

v8.0.2

Compare Source

Fix
  • An issue the the blurred image has a wrong size if the image contains a scale value other than one. #​2293 @​Semty

v8.0.1

Compare Source

Fix
  • A build issue in Xcode 15.2. Now the project builds and runs again in that old Xcode version. #​2289

v8.0.0

Compare Source

Add
  • Full Swift 6 support. Now Kingfisher compiles with both Swift 5 and Swift 6 language mode. #​2259 @​onevcat
  • Swift Concurrency prepared. All necessary public APIs in Kingfisher are now async compatible. Kingfisher is also now built under strict concurrency mode. #​2239 @​onevcat
  • Xcode 16 support. Explicitly built modules option is enabled and now Kingfisher can get better build performance under Xcode 16. #​2260 @​onevcat
  • Refined documentation and beautified tutorials with DocC. #​2160 @​onevcat
Fix

v7.12.0

Compare Source

Add
  • Mark the removeSizeExceededValues method in DiskStorage as public. Now it is possible to call this method to trigger a cleanup of the disk cache manually. #​2214 @​nickruddeni
  • A new PHPickerResultImageDataProvider for loading and caching images from PHPickerResult. #​2233 @​nuomi1
  • An option of reducePriorityOnDisappear for SwiftUI. It sets a lower priority for the image download task when the view disappears, and restore it when re-appears. #​2211 @​Aelx-Vaiman
Fix


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 is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the renovate label Sep 18, 2024
@renovate renovate bot force-pushed the renovate/onevcat-kingfisher-8.x branch 3 times, most recently from 4a42647 to 0aeef95 Compare September 22, 2024 05:58
@renovate renovate bot force-pushed the renovate/onevcat-kingfisher-8.x branch from 0aeef95 to b2b9130 Compare October 14, 2024 01:00
@renovate renovate bot force-pushed the renovate/onevcat-kingfisher-8.x branch from b2b9130 to 0ceff2d Compare November 20, 2024 01:01
@renovate renovate bot force-pushed the renovate/onevcat-kingfisher-8.x branch from 0ceff2d to 223c3ba Compare December 7, 2024 08:38
@renovate renovate bot force-pushed the renovate/onevcat-kingfisher-8.x branch from 223c3ba to ebbae0b Compare December 18, 2024 01:01
@renovate renovate bot force-pushed the renovate/onevcat-kingfisher-8.x branch from ebbae0b to e7a9501 Compare January 30, 2025 00:57
@renovate renovate bot force-pushed the renovate/onevcat-kingfisher-8.x branch from e7a9501 to e7ba32d Compare February 5, 2025 00:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants