|
1 | 1 | # Development (unreleased) |
2 | 2 |
|
| 3 | +- Fix bundling and CONTRIBUTE.md instructions: https://github.com/DatabaseCleaner/database_cleaner-active_record/pull/123 |
| 4 | + |
3 | 5 | ## v2.2.1 2025-05-13 |
4 | 6 |
|
5 | | -* https://github.com/DatabaseCleaner/database_cleaner-active_record/pull/111 by @tagliala |
6 | | -* https://github.com/DatabaseCleaner/database_cleaner-active_record/pull/104 by @fatkodima |
7 | | -* https://github.com/DatabaseCleaner/database_cleaner-active_record/pull/118 by @pat, @thegeorgeous, and @nnishimura |
| 7 | +- https://github.com/DatabaseCleaner/database_cleaner-active_record/pull/111 by @tagliala |
| 8 | +- https://github.com/DatabaseCleaner/database_cleaner-active_record/pull/104 by @fatkodima |
| 9 | +- https://github.com/DatabaseCleaner/database_cleaner-active_record/pull/118 by @pat, @thegeorgeous, and @nnishimura |
8 | 10 |
|
9 | 11 | ## v2.2.0 2024-07-12 |
10 | 12 |
|
11 | | -* Fix "ERROR: currval of sequence" in Postgres adapter: https://github.com/DatabaseCleaner/database_cleaner-active_record/pull/103 |
12 | | -* Use lock synchronize on transaction callback: https://github.com/DatabaseCleaner/database_cleaner-active_record/pull/73 |
13 | | -* Stop testing with EOLed Ruby & Rails versions: https://github.com/DatabaseCleaner/database_cleaner-active_record/pull/105 |
14 | | -* Fix compatibility issue with Rails 7.2: https://github.com/DatabaseCleaner/database_cleaner-active_record/pull/107 |
15 | | -* Fix typo in truncation methods: https://github.com/DatabaseCleaner/database_cleaner-active_record/pull/94/files |
16 | | -* Address deprecation of ActiveRecord::Base.connection in Rails 7.2: https://github.com/DatabaseCleaner/database_cleaner-active_record/pull/102 |
17 | | -* Support Rails 7.2+: https://github.com/DatabaseCleaner/database_cleaner-active_record/pull/101 |
18 | | -* Fix reset_ids test with Trilogy adapter: https://github.com/DatabaseCleaner/database_cleaner-active_record/pull/93 |
19 | | -* Implement resetting ids for deletion strategy: https://github.com/DatabaseCleaner/database_cleaner-active_record/pull/71 |
20 | | -* Avoid loading ActiveRecord::Base early: https://github.com/DatabaseCleaner/database_cleaner-active_record/pull/91 |
21 | | -* Fix specs to account for trilogy: https://github.com/DatabaseCleaner/database_cleaner-active_record/pull/88 |
22 | | -* Add basic support for trilogy: https://github.com/DatabaseCleaner/database_cleaner-active_record/pull/85 |
| 13 | +- Fix "ERROR: currval of sequence" in Postgres adapter: https://github.com/DatabaseCleaner/database_cleaner-active_record/pull/103 |
| 14 | +- Use lock synchronize on transaction callback: https://github.com/DatabaseCleaner/database_cleaner-active_record/pull/73 |
| 15 | +- Stop testing with EOLed Ruby & Rails versions: https://github.com/DatabaseCleaner/database_cleaner-active_record/pull/105 |
| 16 | +- Fix compatibility issue with Rails 7.2: https://github.com/DatabaseCleaner/database_cleaner-active_record/pull/107 |
| 17 | +- Fix typo in truncation methods: https://github.com/DatabaseCleaner/database_cleaner-active_record/pull/94/files |
| 18 | +- Address deprecation of ActiveRecord::Base.connection in Rails 7.2: https://github.com/DatabaseCleaner/database_cleaner-active_record/pull/102 |
| 19 | +- Support Rails 7.2+: https://github.com/DatabaseCleaner/database_cleaner-active_record/pull/101 |
| 20 | +- Fix reset_ids test with Trilogy adapter: https://github.com/DatabaseCleaner/database_cleaner-active_record/pull/93 |
| 21 | +- Implement resetting ids for deletion strategy: https://github.com/DatabaseCleaner/database_cleaner-active_record/pull/71 |
| 22 | +- Avoid loading ActiveRecord::Base early: https://github.com/DatabaseCleaner/database_cleaner-active_record/pull/91 |
| 23 | +- Fix specs to account for trilogy: https://github.com/DatabaseCleaner/database_cleaner-active_record/pull/88 |
| 24 | +- Add basic support for trilogy: https://github.com/DatabaseCleaner/database_cleaner-active_record/pull/85 |
23 | 25 |
|
24 | 26 | ## v2.1.0 2023-02-17 |
25 | 27 |
|
26 | | -* Add Ruby 3.2 to CI matrix: https://github.com/DatabaseCleaner/database_cleaner-active_record/pull/79 |
27 | | -* Add Rails 7.1 support: https://github.com/DatabaseCleaner/database_cleaner-active_record/pull/78 |
28 | | -* Add WHERE clause to make `ruby-spanner-activerecord` happy: https://github.com/DatabaseCleaner/database_cleaner-active_record/pull/77 |
| 28 | +- Add Ruby 3.2 to CI matrix: https://github.com/DatabaseCleaner/database_cleaner-active_record/pull/79 |
| 29 | +- Add Rails 7.1 support: https://github.com/DatabaseCleaner/database_cleaner-active_record/pull/78 |
| 30 | +- Add WHERE clause to make `ruby-spanner-activerecord` happy: https://github.com/DatabaseCleaner/database_cleaner-active_record/pull/77 |
0 commit comments