Releases: bumptech/glide
Releases · bumptech/glide
Glide v5.0.7
Compose
N/A
KTX
N/A
Build Changes
- Add missing version bump
Changes
N/A
Full Changelog: v5.0.6...v5.0.7
Glide v5.0.6
Compose
- Version bump to 1.0.0-beta09
KTX
- Version bump to 1.0.0-beta09
Build Changes
N/A
Changes
- Set the background memory category only when trim level is higher than TRIM_MEMORY_UI_HIDDEN. See #5669
- Stop appending requireOriginal to URIs loaded by Glide on Android R+. See #5668
- Converting a second set of Groovy Gradle files to Kotlin DSL. See #5639
- Migrate from Robolectric's Util.readBytes to Guava ByteStreams. See #5636
Full Changelog: v5.0.5...v5.0.6
Glide v5.0.5
Compose
- Version bump to 1.0.0-beta08
KTX
- Version bump to 1.0.0-beta08
Build Changes
N/A
Bugs
- Restores GlideUrl fix for urls with IPV6 addresses fix that was accidentally reverted in 5.0.4. See #5444 for details
Full Changelog: v5.0.4...v5.0.5
Glide v5.0.4
Compose
- Version bump to 1.0.0-beta07
KTX
- Version bump to 1.0.0-beta07
Build Changes
N/A
Bugs
- Fixes compiler module missing in published artifacts. See #5591.
Full Changelog: v5.0.3...v5.0.4
Glide v5.0.3
Compose
- Version bump to 1.0.0-beta06
KTX
- Version bump to 1.0.0-beta06
Build Changes
N/A
Bugs
- Fixes missing gif_decoder modules. See #5580.
Full Changelog: v5.0.2...v5.0.3
Glide v5.0.2
Compose
- Version bump to 1.0.0-beta05
KTX
- Version bump to 1.0.0-beta05
Build Changes
N/A
Bugs
- Fixes missing gifdecoder and disklrucache modules. See #5580.
Full Changelog: v5.0.1...v5.0.2
Glide v5.0.1
Compose
- Version bump to 1.0.0-beta04
KTX
- Version bump to 1.0.0-beta04
Build Changes
N/A
Bugs
- Doesn't fix missing gifdecoder and disklrucache modules. See #5580. Going to go to 5.0.2.
Full Changelog: v5.0.0-rc05...v5.0.1
Glide v5.0.0-rc05
Compose
- Reverting recent Compose updates. See #5512
- Version bump to 1.0.0-beta03
KTX
- Version bump to 1.0.0-beta03
Build Changes
- Update Glide to java 8, AGP to 8.1.0, Gradle to 8.3. See #5285
- Update to AGP 8.1.1. See #5295
- Fix outdated JavaDoc for BitmapPoolAdapter. See #5309
- Update AVIF dependency to latest version to align with 16KB page size. See #5465
Bugs
- Use the correct bucket for AVIF GlideModule. See #5326
- Update TransformationUtils#rotateImageExif to preserve gainmap. See #5334 by @falhassen
- Add workaround for AOSP bug with decoding single channel hardware gainmaps. See #5357
- Clean up
preserveGainmapAndColorSpaceForTransformationsflag. See #5366 - Clean up
setEnableHardwareGainmapFixOnUflag. See #5386 by @falhassen - Avoid referencing resource names within Resource Loader. See #5388 by @benjaminRomano
Full Changelog: v5.0.0-rc01...v5.0.0-rc05
Glide v.5.0.0
Glide 5.0 contains no major changes from Glide 4.16 except that we now compile against Java 8 and Kotlin 1.8.
Note that version was accidentally published and has issue #5580 that prevents its usage.
Compose
- Add a Painter variant of the placeholder APIs in the Compose integration by @sjudd in #5296
- Avoid modifying constraints when a scale factor can't be computed by @sjudd in #5264
- Avoid duplicating Modifiers in GlideModifer by @sjudd in #5276
- Finish animation ignoring cancellation. by @kanelbulle in #5279
Build Changes
- Update Glide to java 8, AGP to 8.1.0, Gradle to 8.3 #5284 by @sjudd in #5285
- Update to AGP 8.1.1 by @sjudd in #5295
- Remove custom MediaMetadataRetriever shadow in GlideTest by @hoisie in #5292
Breaking Changes
- Updated Glide to build against Java 8 and Kotlin 1.8. We may update to compile against Kotlin 1.9 before releasing 5.0 / Compose 1.0
- 4.16 added
@Nullableand@NonNullannotations toRequestListenervia 60b567e. This was not mentioned in the 4.16 release notes, but it will break Kotlin implementations that make different assumptions about nullability.
Full Changelog: v4.16.0...v5.0.0
Glide 5.0.0-rc01, Compose 1.0.0-beta01
Glide 5.0 contains no major changes from Glide 4.16 except that we now compile against Java 8 and Kotlin 1.8.
Compose
- Add a Painter variant of the placeholder APIs in the Compose integration by @sjudd in #5296
- Avoid modifying constraints when a scale factor can't be computed by @sjudd in #5264
- Avoid duplicating Modifiers in GlideModifer by @sjudd in #5276
- Finish animation ignoring cancellation. by @kanelbulle in #5279
Build Changes
- Update Glide to java 8, AGP to 8.1.0, Gradle to 8.3 #5284 by @sjudd in #5285
- Update to AGP 8.1.1 by @sjudd in #5295
- Remove custom MediaMetadataRetriever shadow in GlideTest by @hoisie in #5292
Breaking Changes
- Updated Glide to build against Java 8 and Kotlin 1.8. We may update to compile against Kotlin 1.9 before releasing 5.0 / Compose 1.0
- 4.16 added
@Nullableand@NonNullannotations toRequestListenervia 60b567e. This was not mentioned in the 4.16 release notes, but it will break Kotlin implementations that make different assumptions about nullability.
Full Changelog: v4.16.0...v5.0.0-rc01