Skip to content

Commit f4dc215

Browse files
committed
Release 1.12.0
1 parent 9bcb2d8 commit f4dc215

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
# Version 1.12.0
2+
3+
* New feature: detect extraneous indexes on PostgreSQL materialized views
4+
(contributed by fatkodima).
5+
* New feature: support for case-insensitive validations in
6+
missing_unique_indexes (contributed by fatkodima).
7+
* New feature: support for has_one in missing_unique_indexes (contributed by
8+
fatkodima).
9+
* New feature: support for async options in incorrect_dependent_option
10+
(contributed by fatkodima).
11+
* Bug fix: make Rake integration work in non-Rails projects (contributed by
12+
fatkodima).
13+
* Bug fix: ignore inherited validations in missing_unique_indexes (contributed
14+
by fatkodima).
15+
* Bug fix: make extraneous_indexes work on expression indexes (contributed
16+
by fatkodima).
17+
* short_primary_key type checks only integer indexes as they are the ones at the
18+
risk of running out (contributed by fatkodima).
19+
* unindexed_foreign_keys looks at actual foreign keys, instead of guessing based
20+
on column name (contributed by fatkodima).
21+
* Improvements and clarifications to documentation and error messages
22+
(contributed by Kurtis Rainbolt-Greene, Vincent Glennon, and fatkodima).
23+
124
# Version 1.11.0
225

326
* New feature: support for polymorphic associations in
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module ActiveRecordDoctor
4-
VERSION = "1.11.0"
4+
VERSION = "1.12.0"
55
end

0 commit comments

Comments
 (0)