Skip to content

Releases: clio/jit_preloader

3.0.0

13 Jun 17:30
a411d51
Compare
Choose a tag to compare

What's Changed

  • Fix false alarm N+1 notification on polymorphic association with nil type
  • Upgrade to ruby 3.1

Full Changelog: 2.1.0...3.0.0

2.1.0

29 Apr 15:42
27c5769
Compare
Choose a tag to compare

What's Changed

  • Fix gem to be compatible with 7.x.x and 6.x.x ActiveRecord versions
  • Adding new argument max_ids_per_query on has_many_aggregate aggregation loading method.
  • Adding new global variable max_ids_per_query to set a global limit for all has_many_aggregate aggregation loading method.
  • Refactor gem_push.yml github action to remove the deprecated action.

Full Changelog: 2.1.0...c52acf4

0.5.0

18 May 17:43
9664842
Compare
Choose a tag to compare

Adds Rails 7 support.

0.4.0

01 Oct 21:27
5c66539
Compare
Choose a tag to compare
  • Add support for Rails 6.1.4.1

0.3.0

26 May 23:53
Compare
Choose a tag to compare

Support Rails 6

0.2.5

07 May 21:24
7f4b47d
Compare
Choose a tag to compare

Support custom table_alias_name for executing the query of has_many_aggregate. When the code fails to use the correct alias name used by the query, one can override the value.

0.2.4

07 May 21:22
Compare
Choose a tag to compare

Add a preload_scoped_relation method onto instances of ActiveRecord::Base.