Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

fix(deps): update coil to v3.0.2 #2092

Closed
wants to merge 1 commit into from
Closed

fix(deps): update coil to v3.0.2 #2092

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 28, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.coil-kt.coil3:coil-network-ktor2 3.0.0-rc01 -> 3.0.2 age adoption passing confidence
io.coil-kt.coil3:coil-compose 3.0.0-rc01 -> 3.0.2 age adoption passing confidence
io.coil-kt.coil3:coil-core 3.0.0-rc01 -> 3.0.2 age adoption passing confidence

Release Notes

coil-kt/coil (io.coil-kt.coil3:coil-network-ktor2)

v3.0.2

Compare Source

  • Fix crash when invoking OkHttpNetworkFetcherFactory with a custom CacheStrategy on Android.
  • Fix CacheControlCacheStrategy computing the age of a cache entry incorrectly.
  • Fix case where ImageRequest.bitmapConfig would only be respected on >= API 28 if it was ARGB_8888 or HARDWARE.

v3.0.1

Compare Source

  • Fix crash when calling Image.toBitmap with a hardware bitmap-backed BitmapImage.
  • Fix AsyncImageModelEqualityDelegate.Default comparing equality incorrectly for non-ImageRequest models.

v3.0.0

Compare Source

Coil 3.0.0 is the next major release of Coil with full support for Compose Multiplatform.

For the full list of improvements and important changes in 3.0.0, check out the upgrade guide.

Changes since 3.0.0-rc02:

  • Remove remaining deprecated methods.

v3.0.0-rc02

Compare Source

For the full list of improvements and important changes in 3.x, check out the upgrade guide. Changes since 3.0.0-rc01:

  • Add BlackholeDecoder. This simplifies disk-cache only preloading.
  • Add remember functions for ConstraintsSizeResolver and DrawScopeSizeResolver.
  • Remove EqualityDelegate as a parameter to AsyncImage. Instead, it should be set through LocalAsyncImageModelEqualityDelegate.
  • Fix AsyncImage not rendering when parent composable uses IntrinsicSize.
  • Fix AsyncImage filling the available constraints when AsyncImagePainter has no child painter.
  • Fix rememberAsyncImagePainter recomposing infinitely when its state is observed due to EqualityDelegate being ignored.
  • Fix parsing File/Path paths with special characters.
  • Fix using custom FileSystem implementations with VideoFrameDecoder.
  • Update Ktor to 3.0.0.
  • Update androidx.annotation to 1.9.0.

Configuration

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

🚦 Automerge: Enabled.

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 these updates 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 enabled auto-merge (rebase) October 28, 2024 21:42
@renovate renovate bot force-pushed the renovate/coil branch 5 times, most recently from 443fb4c to f8bcde3 Compare November 4, 2024 22:56
@renovate renovate bot changed the title fix(deps): update coil to v3.0.0-rc02 fix(deps): update coil Nov 4, 2024
@renovate renovate bot changed the title fix(deps): update coil fix(deps): update coil to v3.0.0 Nov 6, 2024
@renovate renovate bot changed the title fix(deps): update coil to v3.0.0 fix(deps): update coil to v3.0.1 Nov 7, 2024
@renovate renovate bot force-pushed the renovate/coil branch 2 times, most recently from 5275224 to 8922562 Compare November 8, 2024 03:58
@renovate renovate bot changed the title fix(deps): update coil to v3.0.1 fix(deps): update coil Nov 10, 2024
@renovate renovate bot changed the title fix(deps): update coil fix(deps): update coil to v3.0.2 Nov 10, 2024
@chrisbanes chrisbanes closed this Nov 12, 2024
auto-merge was automatically disabled November 12, 2024 18:57

Pull request was closed

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant