Skip to content

Commit 5ff6a97

Browse files
Merge pull request rails#49076 from akhilgkrishnan/actionpack-notable-release-note
[skip ci] Railties, ActionPack notable changes and deprecations added to 7.1 release note
2 parents 27c5c7c + c0ee485 commit 5ff6a97

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

guides/source/7_1_release_notes.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,12 +215,16 @@ Please refer to the [Changelog][railties] for detailed changes.
215215

216216
* Remove deprecated `bin/rails secrets:setup` command.
217217

218+
* Remove default `X-Download-Options` header since it is used only by Internet Explorer.
219+
218220
### Deprecations
219221

220222
* Deprecated usage of `Rails.application.secrets`.
221223

222224
* Deprecated `secrets:show` and `secrets:edit` commands in favor of `credentials`.
223225

226+
* Deprecated `Rails::Generators::Testing::Behaviour` in favor of `Rails::Generators::Testing::Behavior`.
227+
224228
### Notable changes
225229

226230
* Add `sandbox_by_default` option to start rails console in sandbox mode by default.
@@ -268,8 +272,18 @@ Please refer to the [Changelog][action-pack] for detailed changes.
268272

269273
* Deprecate `ActionDispatch::IllegalStateError`.
270274

275+
* Deprecate `speaker`, `vibrate`, and `vr` permissions policy directives.
276+
271277
### Notable changes
272278

279+
* Add `exclude?` method to `ActionController::Parameters`. It is the inverse of `include?` method.
280+
281+
* Add `ActionController::Parameters#extract_value` method to allow extracting serialized values from params.
282+
283+
* Add the ability to use custom logic for storing and retrieving CSRF tokens.
284+
285+
* Add `html` and `screenshot` kwargs for system test screenshot helper.
286+
273287
Action View
274288
-----------
275289

0 commit comments

Comments
 (0)