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

fix(deps): update dependency io.coil-kt:coil-compose to v2.7.0 #871

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 31, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.coil-kt:coil-compose 2.4.0 -> 2.7.0 age adoption passing confidence

Release Notes

coil-kt/coil (io.coil-kt:coil-compose)

v2.7.0

Compare Source

  • Slightly optimize internal coroutines usage to improve the performance of ImageLoader.execute, AsyncImage, SubcomposeAsyncImage, and rememberAsyncImagePainter. (#​2205)
  • Fix duplicate network calls for chunked responses. (#​2363)
  • Update Kotlin to 2.0.0.
  • Update Compose UI to 1.6.8.
  • Update Okio to 3.9.0.

v2.6.0

Compare Source

  • Make rememberAsyncImagePainter, AsyncImage, and SubcomposeAsyncImage restartable and skippable. This improves performance by avoiding recomposition unless one of the composable's arguments changes.
    • Add an optional modelEqualityDelegate argument to rememberAsyncImagePainter, AsyncImage, and SubcomposeAsyncImage to control whether the model will trigger a recomposition.
  • Update ContentPainterModifier to implement Modifier.Node.
  • Fix: Lazily register component callbacks and the network observer on a background thread. This fixes slow initialization that would often occur on the main thread.
  • Fix: Avoid relaunching a new image request in rememberAsyncImagePainter, AsyncImage, and SubcomposeAsyncImage if ImageRequest.listener or ImageRequest.target change.
  • Fix: Don't observe the image request twice in AsyncImagePainter.
  • Update Kotlin to 1.9.22.
  • Update Compose to 1.6.1.
  • Update Okio to 3.8.0.
  • Update androidx.collection to 1.4.0.
  • Update androidx.lifecycle to 2.7.0.

v2.5.0

Compare Source

  • New: Add MediaDataSourceFetcher.Factory to support decoding MediaDataSource implementations in coil-video. (#​1795)
  • Add the SHIFT6m device to the hardware bitmap blocklist. (#​1812)
  • Fix: Guard against painters that return a size with one unbounded dimension. (#​1826)
  • Fix: Disk cache load fails after 304 Not Modified when cached headers include non-ASCII characters. (#​1839)
  • Fix: FakeImageEngine not updating the interceptor chain's request. (#​1905)
  • Update compile SDK to 34.
  • Update Kotlin to 1.9.10.
  • Update Coroutines to 1.7.3.
  • Update accompanist-drawablepainter to 0.32.0.
  • Update androidx.annotation to 1.7.0.
  • Update androidx.compose.foundation to 1.5.4.
  • Update androidx.core to 1.12.0.
  • Update androidx.exifinterface:exifinterface to 1.3.6.
  • Update androidx.lifecycle to 2.6.2.
  • Update com.squareup.okhttp3 to 4.12.0.
  • Update com.squareup.okio to 3.6.0.

Configuration

📅 Schedule: Branch creation - "before 4am" in timezone Asia/Seoul, 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 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 enabled auto-merge (rebase) October 31, 2023 17:36
@renovate renovate bot force-pushed the renovate/coil.compose branch 7 times, most recently from 6e02bf4 to 7290382 Compare November 5, 2023 22:38
@renovate renovate bot force-pushed the renovate/coil.compose branch 4 times, most recently from d82510e to 70db2c5 Compare November 16, 2023 18:39
@renovate renovate bot force-pushed the renovate/coil.compose branch 2 times, most recently from 7469755 to c76fd08 Compare November 19, 2023 18:12
@renovate renovate bot force-pushed the renovate/coil.compose branch 2 times, most recently from 8d7027e to 76adb86 Compare November 29, 2023 18:14
@renovate renovate bot changed the title fix(deps): update dependency io.coil-kt:coil-compose to v2.5.0 fix(deps): update dependency io.coil-kt:coil-compose to v2.6.0 Feb 24, 2024
@renovate renovate bot changed the title fix(deps): update dependency io.coil-kt:coil-compose to v2.6.0 fix(deps): update dependency io.coil-kt:coil-compose to v2.7.0 Jul 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants