Skip to content

Commit

Permalink
Add deprecations to 8.0 Release Notes
Browse files Browse the repository at this point in the history
  • Loading branch information
skipkayhil committed Jan 12, 2025
1 parent 6f65662 commit 2560821
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions guides/source/8_0_release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@ Please refer to the [Changelog][railties] for detailed changes.

### Deprecations

* Deprecate requiring `"rails/console/methods"`.

* Deprecate modifying `STATS_DIRECTORIES` in favor of
`Rails::CodeStatistics.registery_directory`.

* Deprecate `bin/rake stats` in favor of `bin/rails stats`.

### Notable changes

* Set `Regexp.timeout` to `1`s by default to improve security over Regexp Denial-of-Service attacks.
Expand All @@ -64,6 +71,8 @@ Please refer to the [Changelog][action-pack] for detailed changes.

### Deprecations

* Deprecate drawing routes with multiple paths to make routing faster.

### Notable changes

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

### Deprecations

* Deprecate the `retries` option for the `SQLite3Adapter` in favor of
`timeout`.

### Notable changes

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

### Deprecations

* Deprecate the Azure backend for Active Storage.

### Notable changes

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

### Deprecations

* Deprecate `Benchmark.ms`.

* Deprecate addition and `since` between two `Time` and `ActiveSupport::TimeWithZone`.

### Notable changes

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

### Deprecations

* Deprecate `enqueue_after_transaction_commit`.

* Deprecate internal `SuckerPunch` adapter in favor of the adapter included
with the `sucker_punch` gem.

### Notable changes

Action Text
Expand Down

0 comments on commit 2560821

Please sign in to comment.