2017-01-21 22:03:09 -05:00
|
|
|
* Redis subscription adapters now support `channel_prefix` option in `cable.yml`
|
|
|
|
|
|
|
|
Avoids channel name collisions when multiple apps use the same Redis server.
|
|
|
|
|
|
|
|
*Chad Ingram*
|
|
|
|
|
2016-10-10 22:21:10 -04:00
|
|
|
* Permit same-origin connections by default.
|
|
|
|
|
2016-11-12 13:14:49 -05:00
|
|
|
Added new option `config.action_cable.allow_same_origin_as_host = false`
|
|
|
|
to disable this behaviour.
|
2016-10-10 22:21:10 -04:00
|
|
|
|
|
|
|
*Dávid Halász*, *Matthew Draper*
|
|
|
|
|
2016-10-01 01:44:43 -04:00
|
|
|
* Prevent race where the client could receive and act upon a
|
|
|
|
subscription confirmation before the channel's `subscribed` method
|
|
|
|
completed.
|
|
|
|
|
|
|
|
Fixes #25381.
|
|
|
|
|
|
|
|
*Vladimir Dementyev*
|
|
|
|
|
2016-12-27 08:41:28 -05:00
|
|
|
* Buffer now writes to WebSocket connections, to avoid blocking threads
|
2016-09-27 17:14:23 -04:00
|
|
|
that could be doing more useful things.
|
|
|
|
|
|
|
|
*Matthew Draper*, *Tinco Andringa*
|
|
|
|
|
2016-12-27 08:41:28 -05:00
|
|
|
* Protect against concurrent writes to a WebSocket connection from
|
2016-07-08 13:47:03 -04:00
|
|
|
multiple threads; the underlying OS write is not always threadsafe.
|
2016-07-08 13:09:44 -04:00
|
|
|
|
2016-07-08 13:47:03 -04:00
|
|
|
*Tinco Andringa*
|
2016-07-08 13:09:44 -04:00
|
|
|
|
2016-11-12 13:14:49 -05:00
|
|
|
* Add `ActiveSupport::Notifications` hook to `Broadcaster#broadcast`.
|
2016-05-11 19:55:17 -04:00
|
|
|
|
2016-07-08 13:47:03 -04:00
|
|
|
*Matthew Wear*
|
2016-05-06 17:54:40 -04:00
|
|
|
|
2016-07-08 13:47:03 -04:00
|
|
|
* Close hijacked socket when connection is shut down.
|
2016-07-08 13:23:35 -04:00
|
|
|
|
2016-07-08 13:47:03 -04:00
|
|
|
Fixes #25613.
|
2016-07-08 13:23:35 -04:00
|
|
|
|
2016-07-08 13:47:03 -04:00
|
|
|
*Tinco Andringa*
|
2016-07-08 13:23:35 -04:00
|
|
|
|
|
|
|
|
2016-05-10 00:07:09 -04:00
|
|
|
Please check [5-0-stable](https://github.com/rails/rails/blob/5-0-stable/actioncable/CHANGELOG.md) for previous changes.
|