Skip to content

Update dependency media.kamel:kamel-image to v0.8.3 - autoclosed #342

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

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 28, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
media.kamel:kamel-image 0.7.0 -> 0.8.3 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.3

  • Kotlin 1.9.20
  • Compose 1.5.10
  • #​68 Remove kotlin reflection depenedency for jvm by @​luca992
    • Fixes #​47 Proguard removing necessary fetcher classes

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)
    }
}

v0.7.3

Updates to Kotlin 1.9.10 and Compose Multiplatform 1.5.1

v0.7.2

v0.7.1

Updates to Kotlin 1.9.0 and Compose Multiplatform 1.4.3


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 force-pushed the renovate/kamelimage branch from 62964b9 to c91948a Compare July 28, 2023 17:19
@renovate renovate bot force-pushed the renovate/kamelimage branch from c91948a to 26854bd Compare August 9, 2023 19:01
@renovate renovate bot force-pushed the renovate/kamelimage branch from 26854bd to db8b2fd Compare August 22, 2023 17:20
@renovate renovate bot changed the title Update dependency media.kamel:kamel-image to v0.7.1 Update dependency media.kamel:kamel-image to v0.7.2 Aug 30, 2023
@renovate renovate bot force-pushed the renovate/kamelimage branch from db8b2fd to 8e8d148 Compare August 30, 2023 07:57
@renovate renovate bot changed the title Update dependency media.kamel:kamel-image to v0.7.2 Update dependency media.kamel:kamel-image to v0.7.3 Sep 7, 2023
@renovate renovate bot force-pushed the renovate/kamelimage branch from 8e8d148 to 30b0912 Compare September 7, 2023 01:20
@renovate renovate bot force-pushed the renovate/kamelimage branch from 30b0912 to 3a7a94b Compare October 16, 2023 03:25
@renovate renovate bot changed the title Update dependency media.kamel:kamel-image to v0.7.3 Update dependency media.kamel:kamel-image to v0.8.0 Oct 16, 2023
@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 18, 2023
@renovate renovate bot force-pushed the renovate/kamelimage branch 2 times, most recently from 9eb74fa to 94a07d6 Compare October 23, 2023 01:53
@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 changed the title Update dependency media.kamel:kamel-image to v0.8.2 Update dependency media.kamel:kamel-image to v0.8.3 Nov 5, 2023
@renovate renovate bot force-pushed the renovate/kamelimage branch from 94a07d6 to cd33799 Compare November 5, 2023 00:59
@renovate renovate bot changed the title Update dependency media.kamel:kamel-image to v0.8.3 Update dependency media.kamel:kamel-image to v0.8.3 - autoclosed Nov 10, 2023
@renovate renovate bot closed this Nov 10, 2023
@renovate renovate bot deleted the renovate/kamelimage branch November 10, 2023 21:58
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