Skip to content
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.

Bump versions.glide from 4.10.0 to 4.11.0 #147

Merged
merged 3 commits into from
Jun 16, 2020

Conversation

dependabot-preview[bot]
Copy link

@dependabot-preview dependabot-preview bot commented Jan 13, 2020

Bumps versions.glide from 4.10.0 to 4.11.0.
Updates glide from 4.10.0 to 4.11.0

Release notes

Sourced from glide's releases.

Glide 4.11.0

Features

  • Add a thread timeout for Glide's threads to reduce memory when Glide is infrequently used in an application (db3acef)
  • Add getters to Bitmap Pool for cache statistics (1382e56, thanks to vtsuei@)
  • Add methods to concurrent integration libraries that allow releasing resources back to Glide's pool (277765705)
  • Allow decoding videos from ByteBuffers so that remote videos can be decoded when using a disk cache strategy other than the default (9190698, #4021)

Bugs

  • Improve ModelLoader error text (83ba102)
  • Fix errors with thumbnail loaders that could cause flashing to placeholders (690f815)
  • Fix an exception using Arrays.addAll on some devices/versions of Android (42d3f07)
  • Work around framework bug that breaks heic/heif decoding on Android Q for applications that opt in to legacy storage or request ACCESS_MEDIA_LOCATION (1c51b24)
  • Improve hardware bitmap use on P+ where more file descriptors are available (e8c841c)
  • Avoid removing caller added listeners in GlideFutures (0acd87c)
  • Avoid propagating unexpected callbacks from cancelled or failed model loaders (7e750ca)
  • Switch to the support exif library to avoid spurious logs (bd6f894, #3851)
  • Fix deadlock when recursively clearing resources, typically GIFs (100ac4a)

Deprecations

Behavior Changes

  • Allow decoding files via FileDescriptors when all other types fail so that files with headers exceeding the buffer size can be decoded (typically DNGs with metadata at the end of the file (9281d8e, thanks to timurrrr@)

Breaking Changes

Build Changes

Commits
  • f05dc60 Merge pull request #4040 from sjudd:bump_version_to_4.11.0
  • cd72124 Bump version to 4.11.0
  • 48875fa Merge pull request #4033 from sjudd:byte_buffer_video_decoder
  • 9190698 Add a VideoDecoder for ByteBuffers
  • 100ac4a Fix deadlock releasing resources that recursively clear when evicted from cache.
  • f4da653 Fix javadoc typo in GranularRoundedCorners
  • 9281d8e Roll forward "Try using ParcelFileDescriptor for local files" with fixes
  • 7ff5dc3 Merge pull request #3983 from sjudd:fix_gallery_on_q
  • 17dde9a Fix gallery sample app on Q.
  • 0327158 Roll forward "Try using ParcelFileDescriptor for local files" with fixes
  • Additional commits viewable in compare view

Updates compiler from 4.10.0 to 4.11.0

Release notes

Sourced from compiler's releases.

Glide 4.11.0

Features

  • Add a thread timeout for Glide's threads to reduce memory when Glide is infrequently used in an application (db3acef)
  • Add getters to Bitmap Pool for cache statistics (1382e56, thanks to vtsuei@)
  • Add methods to concurrent integration libraries that allow releasing resources back to Glide's pool (277765705)
  • Allow decoding videos from ByteBuffers so that remote videos can be decoded when using a disk cache strategy other than the default (9190698, #4021)

Bugs

  • Improve ModelLoader error text (83ba102)
  • Fix errors with thumbnail loaders that could cause flashing to placeholders (690f815)
  • Fix an exception using Arrays.addAll on some devices/versions of Android (42d3f07)
  • Work around framework bug that breaks heic/heif decoding on Android Q for applications that opt in to legacy storage or request ACCESS_MEDIA_LOCATION (1c51b24)
  • Improve hardware bitmap use on P+ where more file descriptors are available (e8c841c)
  • Avoid removing caller added listeners in GlideFutures (0acd87c)
  • Avoid propagating unexpected callbacks from cancelled or failed model loaders (7e750ca)
  • Switch to the support exif library to avoid spurious logs (bd6f894, #3851)
  • Fix deadlock when recursively clearing resources, typically GIFs (100ac4a)

Deprecations

Behavior Changes

  • Allow decoding files via FileDescriptors when all other types fail so that files with headers exceeding the buffer size can be decoded (typically DNGs with metadata at the end of the file (9281d8e, thanks to timurrrr@)

Breaking Changes

Build Changes

Commits
  • f05dc60 Merge pull request #4040 from sjudd:bump_version_to_4.11.0
  • cd72124 Bump version to 4.11.0
  • 48875fa Merge pull request #4033 from sjudd:byte_buffer_video_decoder
  • 9190698 Add a VideoDecoder for ByteBuffers
  • 100ac4a Fix deadlock releasing resources that recursively clear when evicted from cache.
  • f4da653 Fix javadoc typo in GranularRoundedCorners
  • 9281d8e Roll forward "Try using ParcelFileDescriptor for local files" with fixes
  • 7ff5dc3 Merge pull request #3983 from sjudd:fix_gallery_on_q
  • 17dde9a Fix gallery sample app on Q.
  • 0327158 Roll forward "Try using ParcelFileDescriptor for local files" with fixes
  • Additional commits viewable in compare view

Updates okhttp3-integration from 4.10.0 to 4.11.0

Release notes

Sourced from okhttp3-integration's releases.

Glide 4.11.0

Features

  • Add a thread timeout for Glide's threads to reduce memory when Glide is infrequently used in an application (db3acef)
  • Add getters to Bitmap Pool for cache statistics (1382e56, thanks to vtsuei@)
  • Add methods to concurrent integration libraries that allow releasing resources back to Glide's pool (277765705)
  • Allow decoding videos from ByteBuffers so that remote videos can be decoded when using a disk cache strategy other than the default (9190698, #4021)

Bugs

  • Improve ModelLoader error text (83ba102)
  • Fix errors with thumbnail loaders that could cause flashing to placeholders (690f815)
  • Fix an exception using Arrays.addAll on some devices/versions of Android (42d3f07)
  • Work around framework bug that breaks heic/heif decoding on Android Q for applications that opt in to legacy storage or request ACCESS_MEDIA_LOCATION (1c51b24)
  • Improve hardware bitmap use on P+ where more file descriptors are available (e8c841c)
  • Avoid removing caller added listeners in GlideFutures (0acd87c)
  • Avoid propagating unexpected callbacks from cancelled or failed model loaders (7e750ca)
  • Switch to the support exif library to avoid spurious logs (bd6f894, #3851)
  • Fix deadlock when recursively clearing resources, typically GIFs (100ac4a)

Deprecations

Behavior Changes

  • Allow decoding files via FileDescriptors when all other types fail so that files with headers exceeding the buffer size can be decoded (typically DNGs with metadata at the end of the file (9281d8e, thanks to timurrrr@)

Breaking Changes

Build Changes

Commits
  • f05dc60 Merge pull request #4040 from sjudd:bump_version_to_4.11.0
  • cd72124 Bump version to 4.11.0
  • 48875fa Merge pull request #4033 from sjudd:byte_buffer_video_decoder
  • 9190698 Add a VideoDecoder for ByteBuffers
  • 100ac4a Fix deadlock releasing resources that recursively clear when evicted from cache.
  • f4da653 Fix javadoc typo in GranularRoundedCorners
  • 9281d8e Roll forward "Try using ParcelFileDescriptor for local files" with fixes
  • 7ff5dc3 Merge pull request #3983 from sjudd:fix_gallery_on_q
  • 17dde9a Fix gallery sample app on Q.
  • 0327158 Roll forward "Try using ParcelFileDescriptor for local files" with fixes
  • 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency label Jan 13, 2020
@tunous-bot
Copy link

Test version of Dank has been automatically built from this pull request.
Click here to download it.

Tunous
Tunous previously approved these changes Jan 14, 2020
@tunous-bot
Copy link

Test version of Dank has been automatically built from this pull request.
Click here to download it.

Bumps `versions.glide` from 4.10.0 to 4.11.0.

Updates `glide` from 4.10.0 to 4.11.0
- [Release notes](https://github.com/bumptech/glide/releases)
- [Commits](bumptech/glide@v4.10.0...v4.11.0)

Updates `compiler` from 4.10.0 to 4.11.0
- [Release notes](https://github.com/bumptech/glide/releases)
- [Commits](bumptech/glide@v4.10.0...v4.11.0)

Updates `okhttp3-integration` from 4.10.0 to 4.11.0
- [Release notes](https://github.com/bumptech/glide/releases)
- [Commits](bumptech/glide@v4.10.0...v4.11.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/gradle/versions.glide-4.11.0 branch from 61a727b to cc0b72f Compare April 29, 2020 16:38
@tunous-bot
Copy link

Test version of Dank has been automatically built from this pull request.
Click here to download it.

@Tunous Tunous merged commit 7b83786 into master Jun 16, 2020
@Tunous Tunous deleted the dependabot/gradle/versions.glide-4.11.0 branch June 16, 2020 15:46
@Tunous Tunous added this to the 0.9.3 milestone Jun 16, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants