Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.79 KB

CHANGELOG.md

File metadata and controls

22 lines (18 loc) · 1.79 KB

Development (unreleased)

v2.2.0 2024-07-12

  • 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

v2.1.0 2023-02-17

  • Add Ruby 3.2 to CI matrix: #79
  • Add Rails 7.1 support: #78
  • Add WHERE clause to make ruby-spanner-activerecord happy: #77