Skip to content

Commit

Permalink
Release 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gregnavis committed Jul 27, 2023
1 parent 292ee90 commit 804f9b1
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# Version 1.12.0

* New feature: detect extraneous indexes on PostgreSQL materialized views
(contributed by fatkodima).
* New feature: support for case-insensitive validations in
missing_unique_indexes (contributed by fatkodima).
* New feature: support for has_one in missing_unique_indexes (contributed by
fatkodima).
* New feature: support for async options in incorrect_dependent_option
(contributed by fatkodima).
* Bug fix: make Rake integration work in non-Rails projects (contributed by
fatkodima).
* Bug fix: ignore inherited validations in missing_unique_indexes (contributed
by fatkodima).
* short_primary_key type checks only integer indexes as they are the ones at the
risk of running out (contributed by fatkodima).
* unindexed_foreign_keys looks at actual foreign keys, instead of guessing based
on column name (contributed by fatkodima).
* Improvements and clarifications to documentation and error messages
(contributed by Kurtis Rainbolt-Greene, Vincent Glennon, and fatkodima).

# Version 1.11.0

* New feature: support for polymorphic associations in
Expand Down
2 changes: 1 addition & 1 deletion lib/active_record_doctor/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ActiveRecordDoctor
VERSION = "1.11.0"
VERSION = "1.12.0"
end

0 comments on commit 804f9b1

Please sign in to comment.