All Versions
28
Latest Version
Avg Release Cycle
81 days
Latest Release
-

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 associated ActiveStorage::Blob.
  • v4.1.1 Changes

    • ๐Ÿ›  Fix an issue where changes to Goldiloader.globally_enabled wouldn't propagate to threads that had already invoked Goldiloader.enabled or Goldiloader.disabled. Thanks @bdurand
  • v4.1.0 Changes

    • โž• Add support for selectively enabling/disabling Goldiloader for sections of code. See 106 for details. Thanks @fsateler
  • 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.
  • 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.