v2.0.0
What's Changed
Breaking
- Drop Ruby 2.5, 2.6 and ActiveRecord < 6, add ruby 3.2 and AR 7.0 by @ThHareau in #80
- Remove support for PG 9 and 10 as they are EOL by @ThHareau in #82
Features:
- Add remove_foreign_key idempotent by @ThHareau in #79
- Add safe_pg_migrations_verbose by @ThHareau in #86
- Add logs when add_index is taking too long by @ThHareau in #91
Fixes:
- Fix Add index for ruby 3.0 by @MaximeRDY in #78
- Fix deprecated ActiveRecord::Base.verbose_query_logs by @ThHareau in #87
New Contributors
- @MaximeRDY made their first contribution in #78
- @tanguy-platsec made their first contribution in #81
Full Changelog: v1.4.2...v2.0.0