@@ -38,6 +38,13 @@ Please refer to the [Changelog][railties] for detailed changes.
38
38
39
39
### Deprecations
40
40
41
+ * Deprecate requiring ` "rails/console/methods" ` .
42
+
43
+ * Deprecate modifying ` STATS_DIRECTORIES ` in favor of
44
+ ` Rails::CodeStatistics.registery_directory ` .
45
+
46
+ * Deprecate ` bin/rake stats ` in favor of ` bin/rails stats ` .
47
+
41
48
### Notable changes
42
49
43
50
* Set ` Regexp.timeout ` to ` 1 ` s by default to improve security over Regexp Denial-of-Service attacks.
@@ -64,6 +71,8 @@ Please refer to the [Changelog][action-pack] for detailed changes.
64
71
65
72
### Deprecations
66
73
74
+ * Deprecate drawing routes with multiple paths to make routing faster.
75
+
67
76
### Notable changes
68
77
69
78
Action View
@@ -119,6 +128,9 @@ Please refer to the [Changelog][active-record] for detailed changes.
119
128
120
129
### Deprecations
121
130
131
+ * Deprecate the ` retries ` option for the ` SQLite3Adapter ` in favor of
132
+ ` timeout ` .
133
+
122
134
### Notable changes
123
135
124
136
Active Storage
@@ -130,6 +142,8 @@ Please refer to the [Changelog][active-storage] for detailed changes.
130
142
131
143
### Deprecations
132
144
145
+ * Deprecate the Azure backend for Active Storage.
146
+
133
147
### Notable changes
134
148
135
149
Active Model
@@ -158,6 +172,10 @@ Please refer to the [Changelog][active-support] for detailed changes.
158
172
159
173
### Deprecations
160
174
175
+ * Deprecate ` Benchmark.ms ` .
176
+
177
+ * Deprecate addition and ` since ` between two ` Time ` and ` ActiveSupport::TimeWithZone ` .
178
+
161
179
### Notable changes
162
180
163
181
Active Job
@@ -171,6 +189,11 @@ Please refer to the [Changelog][active-job] for detailed changes.
171
189
172
190
### Deprecations
173
191
192
+ * Deprecate ` enqueue_after_transaction_commit ` .
193
+
194
+ * Deprecate internal ` SuckerPunch ` adapter in favor of the adapter included
195
+ with the ` sucker_punch ` gem.
196
+
174
197
### Notable changes
175
198
176
199
Action Text
0 commit comments