- Release database connections after cleaning: #122
- Provide a 'Changelog' link on Rubygems: #114
- Fix bundling and CONTRIBUTE.md instructions: #123
- #121 by @etagwerker
- Fix order of arguments in
truncate_tablesexpectation #124 - Add Docker to make it easier to run tests locally for maintainers and contributors #109
- Allow truncation option #121 by @etagwerker
- Fix "ERROR: currval of sequence" in Postgres adapter: #103
- Use lock synchronize on transaction callback: #73
- Stop testing with EOLed Ruby & Rails versions: #105
- Fix compatibility issue with Rails 7.2: #107
- Fix typo in truncation methods: https://github.com/DatabaseCleaner/database_cleaner-active_record/pull/94/files
- Address deprecation of ActiveRecord::Base.connection in Rails 7.2: #102
- Support Rails 7.2+: #101
- Fix reset_ids test with Trilogy adapter: #93
- Implement resetting ids for deletion strategy: #71
- Avoid loading ActiveRecord::Base early: #91
- Fix specs to account for trilogy: #88
- Add basic support for trilogy: #85