Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 11, 2025

Bumps coil3 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-core from 3.2.0 to 3.3.0

Release notes

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

3.3.0

See CHANGELOG.md.

Changelog

Sourced from io.coil-kt.coil3:coil-network-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

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Aug 11, 2025
@dependabot dependabot bot requested a review from jan-tennert as a code owner August 11, 2025 20:40
@jan-tennert
Copy link
Contributor

@dependabot rebase

Bumps `coil3` 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-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)

---
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-core
  dependency-version: 3.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/gradle/coil3-3.3.0 branch from 0221f25 to 4e7fcbd Compare August 13, 2025 13:58
@jan-tennert jan-tennert merged commit 6d4e77c into main Aug 20, 2025
7 of 10 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/coil3-3.3.0 branch August 20, 2025 13:41
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.

1 participant