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

Bump glide from 4.12.0 to 4.14.0 #123

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 28, 2022

Bumps glide from 4.12.0 to 4.14.0.
Updates glide from 4.12.0 to 4.14.0

Release notes

Sourced from glide's releases.

Glide v4.13.2

Bugs

  • Update AVIF dependency to fix proguard stripping code erroneously (bumptech/glide#4761, e2b488c30d27138fecc7a3adc353c66b3756147f)

Glide v4.13.1

Bugs

Glide 4.13.0

Features

  • Add an integration library to support decoding AVIF (3fd8e777e2be6a3fedc5f5c5f688970a212a285f, f5e78ed03c99a9804285360b36b04d3089c80cff, 2b52437cd52bbacf0376d84aa2eec5b63ba53ac4)

Bugs

  • Improve performance of canceling pending requests (bumptech/glide@627d04a, thanks @​yorickhenning)
  • Improve memory overhead when decoding byte[] and ByteBuffer (bumptech/glide@042f6b5)
  • Avoid returning duplicate transcode classes in the registry (bumptech/glide@ce8b5e3, thanks @​fightyz)
  • Avoid cancelling higher tier (usually higher resolution) preload requests when a lower tier completes (bumptech/glide@4733d1d)
  • Decrease the maximum FD size limit for certain devices to avoid native crashes (808a685f3c538621d5dfecd9928d2f75a4b7f68e)
  • Fix memory leak caused by unusual activity/fragment lifecycle interactions (8bebf71e80c2cd1f260d919e6b0697436da6e302)
  • Fix decoding videos from assets (52a8cf84a9c10123777db805b235bf47e18ec234)

Deprecations

  • Deprecate .thumbnail(float) to simplify the thumbnail logic, particularly around request listeners. The same behavior can be easily reproduced by using .thumbnail() with a RequestBuilder on which you set size multiplier. (bumptech/glide@aa23eed)

Behavior Changes

  • Set the default color space to null instead of SRGB (bumptech/glide@ce6852d, bumptech/glide@9dc1f60, thanks @​skyinu)
  • Fallback to decoding data from source if possible when writing the source to the disk cache fails (bumptech/glide@755c39f)
  • Avoid using deprecated APIs for detecting connectivity state on API 24+ (dbdae568a37e9aabdab4ceb0ab9c7294de53861d, 833ef21d4edd9f907cecbdc9e780fc88058bf66f)
  • Added support for detecting animated webp's to Glide's ImageHeaderParser (42654b298ebf2d2931a1b6d099f9f2b901dc37b1)

Breaking Changes

Build Changes

Commits
  • fd8e68a Merge pull request #4904 from sjudd:bump_version_to_4.14.0
  • e220d3e Bump version to 4.14.0
  • e59554f Merge pull request #4902 from sjudd:add_dokka
  • b3f2216 Merge pull request #4900 from sjudd:add_compose_publish_task
  • e5a29be Add an integration with Dokka to generate Glide docs.
  • dafc7e2 Avoid a javadoc tag warning in GlideModule
  • 42a40ed Allow Glide's compose integration to be published.
  • 94b86cc Merge pull request #4899 from sjudd:compose_gallery_sample
  • 272c6c3 Convert Glide's Gallery sample to Compose.
  • 5366e7b Increase application minSdkVersion to 14.
  • Additional commits viewable in compare view

Updates compiler from 4.12.0 to 4.14.0

Release notes

Sourced from compiler's releases.

Glide v4.13.2

Bugs

  • Update AVIF dependency to fix proguard stripping code erroneously (bumptech/glide#4761, e2b488c30d27138fecc7a3adc353c66b3756147f)

Glide v4.13.1

Bugs

Glide 4.13.0

Features

  • Add an integration library to support decoding AVIF (3fd8e777e2be6a3fedc5f5c5f688970a212a285f, f5e78ed03c99a9804285360b36b04d3089c80cff, 2b52437cd52bbacf0376d84aa2eec5b63ba53ac4)

Bugs

  • Improve performance of canceling pending requests (bumptech/glide@627d04a, thanks @​yorickhenning)
  • Improve memory overhead when decoding byte[] and ByteBuffer (bumptech/glide@042f6b5)
  • Avoid returning duplicate transcode classes in the registry (bumptech/glide@ce8b5e3, thanks @​fightyz)
  • Avoid cancelling higher tier (usually higher resolution) preload requests when a lower tier completes (bumptech/glide@4733d1d)
  • Decrease the maximum FD size limit for certain devices to avoid native crashes (808a685f3c538621d5dfecd9928d2f75a4b7f68e)
  • Fix memory leak caused by unusual activity/fragment lifecycle interactions (8bebf71e80c2cd1f260d919e6b0697436da6e302)
  • Fix decoding videos from assets (52a8cf84a9c10123777db805b235bf47e18ec234)

Deprecations

  • Deprecate .thumbnail(float) to simplify the thumbnail logic, particularly around request listeners. The same behavior can be easily reproduced by using .thumbnail() with a RequestBuilder on which you set size multiplier. (bumptech/glide@aa23eed)

Behavior Changes

  • Set the default color space to null instead of SRGB (bumptech/glide@ce6852d, bumptech/glide@9dc1f60, thanks @​skyinu)
  • Fallback to decoding data from source if possible when writing the source to the disk cache fails (bumptech/glide@755c39f)
  • Avoid using deprecated APIs for detecting connectivity state on API 24+ (dbdae568a37e9aabdab4ceb0ab9c7294de53861d, 833ef21d4edd9f907cecbdc9e780fc88058bf66f)
  • Added support for detecting animated webp's to Glide's ImageHeaderParser (42654b298ebf2d2931a1b6d099f9f2b901dc37b1)

Breaking Changes

Build Changes

Commits
  • fd8e68a Merge pull request #4904 from sjudd:bump_version_to_4.14.0
  • e220d3e Bump version to 4.14.0
  • e59554f Merge pull request #4902 from sjudd:add_dokka
  • b3f2216 Merge pull request #4900 from sjudd:add_compose_publish_task
  • e5a29be Add an integration with Dokka to generate Glide docs.
  • dafc7e2 Avoid a javadoc tag warning in GlideModule
  • 42a40ed Allow Glide's compose integration to be published.
  • 94b86cc Merge pull request #4899 from sjudd:compose_gallery_sample
  • 272c6c3 Convert Glide's Gallery sample to Compose.
  • 5366e7b Increase application minSdkVersion to 14.
  • 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 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 `glide` from 4.12.0 to 4.14.0.

Updates `glide` from 4.12.0 to 4.14.0
- [Release notes](https://github.com/bumptech/glide/releases)
- [Commits](bumptech/glide@v4.12.0...v4.14.0)

Updates `compiler` from 4.12.0 to 4.14.0
- [Release notes](https://github.com/bumptech/glide/releases)
- [Commits](bumptech/glide@v4.12.0...v4.14.0)

---
updated-dependencies:
- dependency-name: com.github.bumptech.glide:glide
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.github.bumptech.glide:compiler
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 28, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 28, 2022

Dependabot tried to add @bmarty as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/openlocal/element-android/pulls/123/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the openlocal/element-android repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request

@dependabot dependabot bot added the java Pull requests that update Java code label Sep 28, 2022
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