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

Update coil3 to v3.0.0-alpha08 #241

Merged
merged 1 commit into from
Jul 9, 2024
Merged

Update coil3 to v3.0.0-alpha08 #241

merged 1 commit into from
Jul 9, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 9, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.coil-kt.coil3:coil 3.0.0-alpha07 -> 3.0.0-alpha08 age adoption passing confidence
io.coil-kt.coil3:coil-network-ktor 3.0.0-alpha07 -> 3.0.0-alpha08 age adoption passing confidence
io.coil-kt.coil3:coil-compose-core 3.0.0-alpha07 -> 3.0.0-alpha08 age adoption passing confidence
io.coil-kt.coil3:coil-compose 3.0.0-alpha07 -> 3.0.0-alpha08 age adoption passing confidence

Release Notes

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

v3.0.0-alpha08

Compare Source

  • BREAKING: Rename ImageRequest and ImageLoader dispatcher methods to coroutineContext. For instance, ImageRequest.Builder.dispatcher is now ImageRequest.Builder.coroutineContext. This was renamed as the method now accepts any CoroutineContext and no longer requires a Dispatcher.
  • Fix: Fix IllegalStateException: Reading a state that was created after the snapshot was taken or in a snapshot that has not yet been applied which could occur due to a race condition.
    • NOTE: This reintroduces a soft dependency on Dispatchers.Main.immediate. As a result you should re-add a dependency on kotlinx-coroutines-swing on JVM. If it's not imported then ImageRequests won't be dispatched immediately and will have one frame of delay before setting the ImageRequest.placeholder or resolving from the memory cache.

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot merged commit 815ae59 into master Jul 9, 2024
7 checks passed
@renovate renovate bot deleted the renovate/coil3 branch July 9, 2024 10:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants