Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 2.95 KB

File metadata and controls

36 lines (29 loc) · 2.95 KB

Development (unreleased)

  • 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_tables expectation #124
  • Add Docker to make it easier to run tests locally for maintainers and contributors #109
  • Allow truncation option #121 by @etagwerker

v2.2.1 2025-05-13

  • #111 by @tagliala
  • #104 by @fatkodima
  • #118 by @pat, @thegeorgeous, and @nnishimura

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