v3.2.0
- Add Ruby 3.2 to the CI matrix #275 @petergoldstein
- Handle default value of
false
#274 @ihollander - Run CI only one time per commit #273 @flavorjones
- Rails 7 support #272 @flavorjones
- Avoid interfere with AR's belongs_to arguments. #270 @koyo-miyamura
- Fix broken #pluck method with 3+ attrs specified #269 @h6ah4i
- Fix relations for Rails 7 support, and not modifying conditions #268 @pfeiffer
- docs: Remove the string 'F' #264 @tbotaq
- Show example using regex in where query #263 @scottharvey
- Improve performance of exists? #262 @ise-tang
- Remove redundant ActiveRecord version check #260 @yujideveloper
- Fix deprecation warnings #259 @yujideveloper
- Fix rspec config when SKIP_ACTIVE_RECORD enabled #258 @yujideveloper
- isolate tests with temporary classes #256 @machisuke
- Avoid ActiveRecordExtensions affects AR's belongs_to method. #255 @machisuke
- add option to disable erb parsing #202 @reedlaw
- add collection singular ids for associations #237 @1160054
- Fix the thread-safe spec for the updated cities fixture @adampal
- Add thread-safety to ActiveFile #229 @dmitriy-kiriyenko