Skip to content

Commit a2a520e

Browse files
authored
Merge pull request rails#49057 from akhilgkrishnan/action_cable_release_note
[skip ci] ActionCable notable changes added to 7.1 release note
2 parents 0b1f33e + 3228f64 commit a2a520e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

guides/source/7_1_release_notes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,12 @@ Please refer to the [Changelog][action-cable] for detailed changes.
221221

222222
### Notable changes
223223

224+
* Add `capture_broadcasts` test helper to capture all messages broadcasted in a block.
225+
226+
* Add the ability to Redis pub/sub adapter to automatically reconnect when Redis connection is lost.
227+
228+
* Add command callbacks `before_command`, `after_command`, and `around_command` to `ActionCable::Connection::Base`.
229+
224230
Action Pack
225231
-----------
226232

0 commit comments

Comments
 (0)