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

fix(deps): update bumptech.glide to v4.16.0 #688

Merged
merged 1 commit into from
Dec 22, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 3, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.github.bumptech.glide:compiler 4.15.1 -> 4.16.0 age adoption passing confidence
com.github.bumptech.glide:glide 4.15.1 -> 4.16.0 age adoption passing confidence

Warning

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


Release Notes

bumptech/glide (com.github.bumptech.glide:compiler)

v4.16.0: Glide 4.16.0

This release focuses on some build improvements and Compose. The two major Compose improvements are adding support for Compose specific transitions (e.g. cross fade) and supporting recomposition based on request state using GlideSubcomposition. There's also been a bunch of internal refactoring to move away from Painters to Modifier nodes based on feedback from the Compose team. This is still an alpha release of Compose, but barring unexpectedly negative feedback, the next release should be beta.

This should be the last release of Glide that targets Java 7. That probably means our next release will be a major version change.

Features

Compose

Bugs

Deprecations

  • placeholderOf(@​Composable) in GlideImage is deprecated, use GlideSubcomposition instead. Keep in mind that using either forces a recomposition each time the state of the image load changes. Recomposition will have a significant performance penalty in scrolling lists and should be avoided.

Behavior Changes

Breaking Changes

  • [Late edit, sorry!]: Added @Nullable and @NonNull annotations to RequestListener via 60b567e. This will break Kotlin implementations that make different assumptions about nullability.

Build Changes

New Contributors

Full Changelog: bumptech/glide@v4.15.0...v4.16.0

Note - there's been a change in the gpg key used to sign these releases. The new public key is attached


Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@github-actions github-actions bot added the dependencies Pull requests that update a dependency file label Aug 3, 2024
@renovate renovate bot force-pushed the renovate/bumptech.glide branch from af4cd86 to 884ad77 Compare August 5, 2024 07:08
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto approved automated PR

@renovate renovate bot force-pushed the renovate/bumptech.glide branch from 884ad77 to f52751d Compare August 6, 2024 19:00
Copy link
Contributor

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@renovate renovate bot enabled auto-merge (squash) November 7, 2024 16:51
@renovate renovate bot force-pushed the renovate/bumptech.glide branch 3 times, most recently from 6ea0a36 to 90eb705 Compare November 9, 2024 06:24
@renovate renovate bot force-pushed the renovate/bumptech.glide branch from 90eb705 to c56fc47 Compare November 16, 2024 03:11
@renovate renovate bot force-pushed the renovate/bumptech.glide branch from c56fc47 to 3c6ee39 Compare November 23, 2024 04:30
@renovate renovate bot force-pushed the renovate/bumptech.glide branch from 3c6ee39 to a677839 Compare November 30, 2024 04:35
@renovate renovate bot force-pushed the renovate/bumptech.glide branch 3 times, most recently from 6cfc93b to 329fb69 Compare December 21, 2024 12:07
Copy link
Contributor Author

renovate bot commented Dec 21, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@wax911 wax911 force-pushed the renovate/bumptech.glide branch from 329fb69 to b7bbd03 Compare December 22, 2024 15:25
@renovate renovate bot merged commit c6a4f1d into develop Dec 22, 2024
7 of 8 checks passed
@renovate renovate bot deleted the renovate/bumptech.glide branch December 22, 2024 15:29
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants