Releases: clio/jit_preloader
Releases · clio/jit_preloader
3.1.0
What's Changed
- Update preload_scoped_relation method to take both string and symbol base_association name
Full Changelog: 3.0.0...3.1.0
3.0.0
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
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
onhas_many_aggregate
aggregation loading method. - Adding new global variable
max_ids_per_query
to set a global limit for allhas_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
0.4.0
0.3.0
Support Rails 6
0.2.5
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
Add a preload_scoped_relation method onto instances of ActiveRecord::Base.