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 dependency media.kamel:kamel-image to v0.8.2 - autoclosed #976

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 16, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
media.kamel:kamel-image 0.7.3 -> 0.8.2 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

Kamel-Media/Kamel (media.kamel:kamel-image)

v0.8.2

  • Resolves #​64: publish all android library variants for kamel-core

v0.8.1

  • Fixes #​63 changes the disk cache location to be in user space on apple devices.

v0.8.0

NEW

  • Huge shoutout to @​psuzn for #​61 which adds a persistent disk cache implementation by leveraging ktor's CacheStorage feature
Disk Cache size (in MiB)

Kamel can now create a persistent disk cache for images by implementing ktor's CacheStorage feature.
The default config KamelConfig.Default installs this feature with a 10 MiB disk cache size.
The underlying disk cache is based on coil's multiplatform DiskLruCache implementation, (which itself is a port from libcore disklrucache).

KamelConfig {
    httpFetcher {
        // The size of the cache can be defined in bytes. Or `DefaultHttpCacheSize` (10 MiB) can be used. 
        httpCache(DefaultHttpCacheSize)
    }
}

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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

@renovate renovate bot changed the title Update dependency media.kamel:kamel-image to v0.8.0 Update dependency media.kamel:kamel-image to v0.8.1 Oct 19, 2023
@renovate renovate bot force-pushed the renovate/kamelimage branch from fbea894 to 21eb6e7 Compare October 19, 2023 00:12
@renovate renovate bot changed the title Update dependency media.kamel:kamel-image to v0.8.1 Update dependency media.kamel:kamel-image to v0.8.2 Oct 23, 2023
@renovate renovate bot force-pushed the renovate/kamelimage branch from 21eb6e7 to 1858f03 Compare October 23, 2023 00:25
@renovate renovate bot force-pushed the renovate/kamelimage branch from 1858f03 to 4211b1e Compare October 25, 2023 16:54
@renovate renovate bot changed the title Update dependency media.kamel:kamel-image to v0.8.2 Update dependency media.kamel:kamel-image to v0.8.2 - autoclosed Oct 26, 2023
@renovate renovate bot closed this Oct 26, 2023
@renovate renovate bot deleted the renovate/kamelimage branch October 26, 2023 10:25
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