All Versions
28
Latest Version
Avg Release Cycle
81 days
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v4.2.0 Changes
- โ Add support for Rails 7.0 and Ruby 3.1.
-
v4.1.2 Changes
- ๐ Fix issue 88 which resulted in a stack overflow when
navigating from an
ActiveStorage::Attachment
to its associatedActiveStorage::Blob
.
- ๐ Fix issue 88 which resulted in a stack overflow when
navigating from an
-
v4.1.1 Changes
- ๐ Fix an issue where changes to
Goldiloader.globally_enabled
wouldn't propagate to threads that had already invokedGoldiloader.enabled
orGoldiloader.disabled
. Thanks @bdurand
- ๐ Fix an issue where changes to
-
v4.0.1 Changes
- ๐ Fix issue 105 - Handle polymorphic associations with scopes.
-
v4.0.0 Changes
- ๐ Fix Rails Edge for changes in
ActiveRecord::Associations::Preloader
API. - โ Add support for Ruby 3.0.
- โฌ๏ธ Drop support for Rails < 5.2.
- โฌ๏ธ Drop support for Ruby < 2.6.
- ๐ Fix Rails Edge for changes in
-
v3.2.0 Changes
- ๐ Rails 6.1 support.
-
v3.1.1 Changes
May 08, 2019- ๐ Fix to support Rails 6.0 beta 3.
-
v3.1.0 Changes
December 11, 2018- ๐ Initial support for Rails 6.0.
-
v3.0.3 Changes
December 10, 2018- โก๏ธ Optimize association eager loadable checks by caching information on the association's reflection.
- โก๏ธ Optimize association eager loading if we're only eager loading associations for a single model.