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