Skip to content

Commit 07481ac

Browse files
authored
Merge pull request rails#54195 from skipkayhil/hm-8-0-deprecations
Add deprecations to 8.0 Release Notes [ci skip]
2 parents 6f65662 + 2560821 commit 07481ac

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

guides/source/8_0_release_notes.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,13 @@ Please refer to the [Changelog][railties] for detailed changes.
3838

3939
### Deprecations
4040

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+
4148
### Notable changes
4249

4350
* 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.
6471

6572
### Deprecations
6673

74+
* Deprecate drawing routes with multiple paths to make routing faster.
75+
6776
### Notable changes
6877

6978
Action View
@@ -119,6 +128,9 @@ Please refer to the [Changelog][active-record] for detailed changes.
119128

120129
### Deprecations
121130

131+
* Deprecate the `retries` option for the `SQLite3Adapter` in favor of
132+
`timeout`.
133+
122134
### Notable changes
123135

124136
Active Storage
@@ -130,6 +142,8 @@ Please refer to the [Changelog][active-storage] for detailed changes.
130142

131143
### Deprecations
132144

145+
* Deprecate the Azure backend for Active Storage.
146+
133147
### Notable changes
134148

135149
Active Model
@@ -158,6 +172,10 @@ Please refer to the [Changelog][active-support] for detailed changes.
158172

159173
### Deprecations
160174

175+
* Deprecate `Benchmark.ms`.
176+
177+
* Deprecate addition and `since` between two `Time` and `ActiveSupport::TimeWithZone`.
178+
161179
### Notable changes
162180

163181
Active Job
@@ -171,6 +189,11 @@ Please refer to the [Changelog][active-job] for detailed changes.
171189

172190
### Deprecations
173191

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+
174197
### Notable changes
175198

176199
Action Text

0 commit comments

Comments
 (0)