Skip to content

Glide v4.14.2

Compare
Choose a tag to compare
@sjudd sjudd released this 07 Oct 19:40
· 240 commits to master since this release

Bugs

  • Allow LibraryGlideModules to be processed in separate code modules when using KSP (#4911, 5245e82)
  • Fix recomposition when properties of RequestBuilder change (#4916, f3d6ff7)

Behavior Changes

  • Proper implementation of equals/hashcode for BaseRequestOptions and TransitionOptions subclasses. Previously comparing these objects was either not symmetric or certain properties were not included in equals() and hashCode(). Code that relied on the equals/hashcode methods may break if it accidentally relies on the old bad behavior. (f3d6ff7)