Skip to content

chore(deps): bump coil from 3.2.0 to 3.3.0 #478

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

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 23, 2025

Bumps coil from 3.2.0 to 3.3.0.
Updates io.coil-kt.coil3:coil from 3.2.0 to 3.3.0

Release notes

Sourced from io.coil-kt.coil3:coil's releases.

3.3.0

See CHANGELOG.md.

Changelog

Sourced from io.coil-kt.coil3:coil's changelog.

[3.3.0] - July 22, 2025

  • New: Introduce a new API to limit MemoryCache.maxSize on Android while the app is backgrounded.
    • If ImageLoader.Builder.memoryCacheMaxSizePercentWhileInBackground is set, the ImageLoader's memory cache will be limited to a percent of its max size while the app is backgrounded. This setting is currently disabled by default.
    • Images will be trimmed from the memory cache to reach the limited max size when the app is backgrounded, however the memory cache's weak references to recently trimmed images are unaffected. This means if an image is currently referenced elsewhere (e.g. AsyncImage, ImageView, etc.) it will still be present in the memory cache.
    • This API is useful to reduce background memory usage, keep your app from being killed earlier, and help reduce memory pressure on your users' devices.
  • New: Add an Svg.Parser argument to SvgDecoder.
    • This enables using custom SVG parsers if the default SVG parser doesn't meet your needs.
  • Add a density argument to SvgDecoder to support providing a custom density multiplier.
  • Add Uri.Builder to support copying and modifying Uris.
  • Add ImageLoader.Builder.mainCoroutineContext to support overriding Coil's Dispatchers.main.immediate usage in tests.
  • Fix CrossfadePainter.intrinsicSize changing when the start image is dereferenced at the end of the animation. This aligns with the behaviour of CrossfadeDrawable.
  • Fix ImageLoaders.executeBlocking being inaccessible from Java.
  • Use kotlinx.io's Okio interop module in coil-network-ktor3.
  • Update kotlinx-datetime to 0.7.1.
    • This release includes binary incompatible changes that only affect the coil-network-cache-control module. See here for more info.
  • Update Kotlin to 2.2.0.
  • Update Compose to 1.8.2.
  • Update Okio to 3.15.0.
  • Update Skiko to 0.9.4.2.
Commits
  • 1731511 Prepare 3.3.0.
  • c68534c Fix accidental binary incompatible change in SvgDecoder. (#3089)
  • 732f7a7 chore(deps): update plugin spotless to v7.2.1 (#3088)
  • fbf7897 chore(deps): update plugin poko to v0.19.2 (#3087)
  • ce87117 chore(deps): update plugin spotless to v7.2.0 (#3085)
  • b9b0232 Add density function to SvgDecoder. (#3081)
  • a709859 Add a new language (persian) to the translations of README.md (#3082)
  • b80e2dd chore(deps): update plugin spotless to v7.1.0 (#3079)
  • 0f6965f fix(deps): update dependency com.vanniktech:gradle-maven-publish-plugin to v0...
  • e507a3f fix(deps): update dependency com.android.tools.build:gradle to v8.11.1 (#3078)
  • Additional commits viewable in compare view

Updates io.coil-kt.coil3:coil-network-ktor3 from 3.2.0 to 3.3.0

Release notes

Sourced from io.coil-kt.coil3:coil-network-ktor3's releases.

3.3.0

See CHANGELOG.md.

Changelog

Sourced from io.coil-kt.coil3:coil-network-ktor3's changelog.

[3.3.0] - July 22, 2025

  • New: Introduce a new API to limit MemoryCache.maxSize on Android while the app is backgrounded.
    • If ImageLoader.Builder.memoryCacheMaxSizePercentWhileInBackground is set, the ImageLoader's memory cache will be limited to a percent of its max size while the app is backgrounded. This setting is currently disabled by default.
    • Images will be trimmed from the memory cache to reach the limited max size when the app is backgrounded, however the memory cache's weak references to recently trimmed images are unaffected. This means if an image is currently referenced elsewhere (e.g. AsyncImage, ImageView, etc.) it will still be present in the memory cache.
    • This API is useful to reduce background memory usage, keep your app from being killed earlier, and help reduce memory pressure on your users' devices.
  • New: Add an Svg.Parser argument to SvgDecoder.
    • This enables using custom SVG parsers if the default SVG parser doesn't meet your needs.
  • Add a density argument to SvgDecoder to support providing a custom density multiplier.
  • Add Uri.Builder to support copying and modifying Uris.
  • Add ImageLoader.Builder.mainCoroutineContext to support overriding Coil's Dispatchers.main.immediate usage in tests.
  • Fix CrossfadePainter.intrinsicSize changing when the start image is dereferenced at the end of the animation. This aligns with the behaviour of CrossfadeDrawable.
  • Fix ImageLoaders.executeBlocking being inaccessible from Java.
  • Use kotlinx.io's Okio interop module in coil-network-ktor3.
  • Update kotlinx-datetime to 0.7.1.
    • This release includes binary incompatible changes that only affect the coil-network-cache-control module. See here for more info.
  • Update Kotlin to 2.2.0.
  • Update Compose to 1.8.2.
  • Update Okio to 3.15.0.
  • Update Skiko to 0.9.4.2.
Commits
  • 1731511 Prepare 3.3.0.
  • c68534c Fix accidental binary incompatible change in SvgDecoder. (#3089)
  • 732f7a7 chore(deps): update plugin spotless to v7.2.1 (#3088)
  • fbf7897 chore(deps): update plugin poko to v0.19.2 (#3087)
  • ce87117 chore(deps): update plugin spotless to v7.2.0 (#3085)
  • b9b0232 Add density function to SvgDecoder. (#3081)
  • a709859 Add a new language (persian) to the translations of README.md (#3082)
  • b80e2dd chore(deps): update plugin spotless to v7.1.0 (#3079)
  • 0f6965f fix(deps): update dependency com.vanniktech:gradle-maven-publish-plugin to v0...
  • e507a3f fix(deps): update dependency com.android.tools.build:gradle to v8.11.1 (#3078)
  • Additional commits viewable in compare view

Updates io.coil-kt.coil3:coil-compose-core from 3.2.0 to 3.3.0

Release notes

Sourced from io.coil-kt.coil3:coil-compose-core's releases.

3.3.0

See CHANGELOG.md.

Changelog

Sourced from io.coil-kt.coil3:coil-compose-core's changelog.

[3.3.0] - July 22, 2025

  • New: Introduce a new API to limit MemoryCache.maxSize on Android while the app is backgrounded.
    • If ImageLoader.Builder.memoryCacheMaxSizePercentWhileInBackground is set, the ImageLoader's memory cache will be limited to a percent of its max size while the app is backgrounded. This setting is currently disabled by default.
    • Images will be trimmed from the memory cache to reach the limited max size when the app is backgrounded, however the memory cache's weak references to recently trimmed images are unaffected. This means if an image is currently referenced elsewhere (e.g. AsyncImage, ImageView, etc.) it will still be present in the memory cache.
    • This API is useful to reduce background memory usage, keep your app from being killed earlier, and help reduce memory pressure on your users' devices.
  • New: Add an Svg.Parser argument to SvgDecoder.
    • This enables using custom SVG parsers if the default SVG parser doesn't meet your needs.
  • Add a density argument to SvgDecoder to support providing a custom density multiplier.
  • Add Uri.Builder to support copying and modifying Uris.
  • Add ImageLoader.Builder.mainCoroutineContext to support overriding Coil's Dispatchers.main.immediate usage in tests.
  • Fix CrossfadePainter.intrinsicSize changing when the start image is dereferenced at the end of the animation. This aligns with the behaviour of CrossfadeDrawable.
  • Fix ImageLoaders.executeBlocking being inaccessible from Java.
  • Use kotlinx.io's Okio interop module in coil-network-ktor3.
  • Update kotlinx-datetime to 0.7.1.
    • This release includes binary incompatible changes that only affect the coil-network-cache-control module. See here for more info.
  • Update Kotlin to 2.2.0.
  • Update Compose to 1.8.2.
  • Update Okio to 3.15.0.
  • Update Skiko to 0.9.4.2.
Commits
  • 1731511 Prepare 3.3.0.
  • c68534c Fix accidental binary incompatible change in SvgDecoder. (#3089)
  • 732f7a7 chore(deps): update plugin spotless to v7.2.1 (#3088)
  • fbf7897 chore(deps): update plugin poko to v0.19.2 (#3087)
  • ce87117 chore(deps): update plugin spotless to v7.2.0 (#3085)
  • b9b0232 Add density function to SvgDecoder. (#3081)
  • a709859 Add a new language (persian) to the translations of README.md (#3082)
  • b80e2dd chore(deps): update plugin spotless to v7.1.0 (#3079)
  • 0f6965f fix(deps): update dependency com.vanniktech:gradle-maven-publish-plugin to v0...
  • e507a3f fix(deps): update dependency com.android.tools.build:gradle to v8.11.1 (#3078)
  • Additional commits viewable in compare view

Updates io.coil-kt.coil3:coil-gif from 3.2.0 to 3.3.0

Release notes

Sourced from io.coil-kt.coil3:coil-gif's releases.

3.3.0

See CHANGELOG.md.

Changelog

Sourced from io.coil-kt.coil3:coil-gif's changelog.

[3.3.0] - July 22, 2025

  • New: Introduce a new API to limit MemoryCache.maxSize on Android while the app is backgrounded.
    • If ImageLoader.Builder.memoryCacheMaxSizePercentWhileInBackground is set, the ImageLoader's memory cache will be limited to a percent of its max size while the app is backgrounded. This setting is currently disabled by default.
    • Images will be trimmed from the memory cache to reach the limited max size when the app is backgrounded, however the memory cache's weak references to recently trimmed images are unaffected. This means if an image is currently referenced elsewhere (e.g. AsyncImage, ImageView, etc.) it will still be present in the memory cache.
    • This API is useful to reduce background memory usage, keep your app from being killed earlier, and help reduce memory pressure on your users' devices.
  • New: Add an Svg.Parser argument to SvgDecoder.
    • This enables using custom SVG parsers if the default SVG parser doesn't meet your needs.
  • Add a density argument to SvgDecoder to support providing a custom density multiplier.
  • Add Uri.Builder to support copying and modifying Uris.
  • Add ImageLoader.Builder.mainCoroutineContext to support overriding Coil's Dispatchers.main.immediate usage in tests.
  • Fix CrossfadePainter.intrinsicSize changing when the start image is dereferenced at the end of the animation. This aligns with the behaviour of CrossfadeDrawable.
  • Fix ImageLoaders.executeBlocking being inaccessible from Java.
  • Use kotlinx.io's Okio interop module in coil-network-ktor3.
  • Update kotlinx-datetime to 0.7.1.
    • This release includes binary incompatible changes that only affect the coil-network-cache-control module. See here for more info.
  • Update Kotlin to 2.2.0.
  • Update Compose to 1.8.2.
  • Update Okio to 3.15.0.
  • Update Skiko to 0.9.4.2.
Commits
  • 1731511 Prepare 3.3.0.
  • c68534c Fix accidental binary incompatible change in SvgDecoder. (#3089)
  • 732f7a7 chore(deps): update plugin spotless to v7.2.1 (#3088)
  • fbf7897 chore(deps): update plugin poko to v0.19.2 (#3087)
  • ce87117 chore(deps): update plugin spotless to v7.2.0 (#3085)
  • b9b0232 Add density function to SvgDecoder. (#3081)
  • a709859 Add a new language (persian) to the translations of README.md (#3082)
  • b80e2dd chore(deps): update plugin spotless to v7.1.0 (#3079)
  • 0f6965f fix(deps): update dependency com.vanniktech:gradle-maven-publish-plugin to v0...
  • e507a3f fix(deps): update dependency com.android.tools.build:gradle to v8.11.1 (#3078)
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 `coil` from 3.2.0 to 3.3.0.

Updates `io.coil-kt.coil3:coil` from 3.2.0 to 3.3.0
- [Release notes](https://github.com/coil-kt/coil/releases)
- [Changelog](https://github.com/coil-kt/coil/blob/main/CHANGELOG.md)
- [Commits](coil-kt/coil@3.2.0...3.3.0)

Updates `io.coil-kt.coil3:coil-network-ktor3` from 3.2.0 to 3.3.0
- [Release notes](https://github.com/coil-kt/coil/releases)
- [Changelog](https://github.com/coil-kt/coil/blob/main/CHANGELOG.md)
- [Commits](coil-kt/coil@3.2.0...3.3.0)

Updates `io.coil-kt.coil3:coil-compose-core` from 3.2.0 to 3.3.0
- [Release notes](https://github.com/coil-kt/coil/releases)
- [Changelog](https://github.com/coil-kt/coil/blob/main/CHANGELOG.md)
- [Commits](coil-kt/coil@3.2.0...3.3.0)

Updates `io.coil-kt.coil3:coil-gif` from 3.2.0 to 3.3.0
- [Release notes](https://github.com/coil-kt/coil/releases)
- [Changelog](https://github.com/coil-kt/coil/blob/main/CHANGELOG.md)
- [Commits](coil-kt/coil@3.2.0...3.3.0)

---
updated-dependencies:
- dependency-name: io.coil-kt.coil3:coil
  dependency-version: 3.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.coil-kt.coil3:coil-network-ktor3
  dependency-version: 3.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.coil-kt.coil3:coil-compose-core
  dependency-version: 3.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.coil-kt.coil3:coil-gif
  dependency-version: 3.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jul 23, 2025
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 java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants