Breaking Changes
- Drop support for ActiveRecord 7.0.x by @mateuscruz in #100
- Drop support for Ruby 3.1.x by @mateuscruz in #101
What's Changed
- Update Changelog by @mateuscruz in #121
- Add ability to require only core files by @mateuscruz in #122
- Bump rubocop from 1.80.0 to 1.80.1 by @dependabot[bot] in #124
- Uninstall simplecov-cobertura by @mateuscruz in #125
- Load core files from library root by @mateuscruz in #126
- Move loading of PostgreSQLProxy to its own Railtie by @mateuscruz in #127
- Move loading of Mysql2Proxy to its own railtie by @mateuscruz in #128
- Move loading of TrilogyProxy to its own Railtie by @mateuscruz in #129
- Move loading of SQLite3Proxy to its own railtie by @mateuscruz in #130
- Bump pg from 1.6.1 to 1.6.2 by @dependabot[bot] in #132
- Bump puma from 6.6.1 to 7.0.1 by @dependabot[bot] in #134
- Bump rubocop from 1.80.1 to 1.80.2 by @dependabot[bot] in #133
- Bump rubocop-rspec from 3.6.0 to 3.7.0 by @dependabot[bot] in #131
- Bump puma from 7.0.1 to 7.0.3 by @dependabot[bot] in #135
- Add script shortcut to exec appraisals by @mateuscruz in #137
- Fix circular require warning by @ankane in #138
- Fix connection stickiness for inserts with Trilogy by @ankane in #139
- Bump json from 2.13.2 to 2.14.1 by @dependabot[bot] in #141
- Remove middleware from core files by @mateuscruz in #144
- Fix connection stickiness for inserts with Trilogy, take 2 by @ankane in #145
- Fix database tasks tests compatibility with ActiveRecord 8.0.3 by @mateuscruz in #146
- Bump rack from 2.2.17 to 2.2.18 by @dependabot[bot] in #147
- Bump puma from 7.0.3 to 7.0.4 by @dependabot[bot] in #148
- Bump rubocop from 1.80.2 to 1.81.1 by @dependabot[bot] in #149
- Bump mysql2 from 0.5.6 to 0.5.7 by @dependabot[bot] in #150
- Load core files from railties by @mateuscruz in #151
New Contributors
Full Changelog: v0.8.0...v0.9.0