File rubygem-actioncable-5_1.changes of Package rubygem-actioncable-5_1
-------------------------------------------------------------------
Fri Sep 8 13:19:48 UTC 2017 - enavarro@suse.com
- update to version 5.1.4
see installed CHANGELOG.md
-------------------------------------------------------------------
Fri Aug 4 08:37:34 UTC 2017 - cbruckmayer@suse.com
- update to version 5.1.3
see installed CHANGELOG.md
-------------------------------------------------------------------
Sat Jun 24 06:20:56 UTC 2017 - adrian@suse.de
- update to version 5.1.1
-------------------------------------------------------------------
Tue Jun 20 06:41:57 UTC 2017 - coolo@suse.com
- updated to version 5.0.4
see installed CHANGELOG.md
## Rails 5.0.4 (June 19, 2017) ##
* No changes.
## Rails 5.0.3 (May 12, 2017) ##
* No changes.
-------------------------------------------------------------------
Tue May 23 09:34:28 UTC 2017 - coolo@suse.com
- updated to version 5.0.3
see installed CHANGELOG.md
-------------------------------------------------------------------
Thu Mar 2 05:28:27 UTC 2017 - coolo@suse.com
- updated to version 5.0.2
see installed CHANGELOG.md
## Rails 5.0.2 (March 01, 2017) ##
* No changes.
-------------------------------------------------------------------
Wed Dec 21 05:28:24 UTC 2016 - coolo@suse.com
- updated to version 5.0.1
see installed CHANGELOG.md
## Rails 5.0.1 (December 21, 2016) ##
* No changes.
## Rails 5.0.1.rc2 (December 10, 2016) ##
* No changes.
## Rails 5.0.1.rc1 (December 01, 2016) ##
* Permit same-origin connections by default.
New option `config.action_cable.allow_same_origin_as_host = false`
to disable.
*Dávid Halász*, *Matthew Draper*
* Fixed and added a workaround to avoid race condition, when one
thread closed the IO, when an another thread was still trying read
from IO on a connection.
*Matthew Draper*
* Shutdown pubsub connection before classes are reloaded, to avoid
hangups caused by pubsub still holding reference to Active Record
connection from the pool, and Active Record trying to cleanup the pool.
*Jon Moss*
* Prevent race where the client could receive and act upon a
subscription confirmation before the channel's `subscribed` method
completed.
Fixes #25381.
*Vladimir Dementyev*
* Buffer writes to websocket connections, to avoid blocking threads
that could be doing more useful things.
*Matthew Draper*, *Tinco Andringa*
* Invocation of channel action is now prevented, if subscription
connection was rejected.
Fixes #23757.
*Jon Moss*
* Protect against concurrent writes to a websocket connection from
multiple threads; the underlying OS write is not always threadsafe.
*Tinco Andringa*
* Close hijacked socket when connection is shut down.
Fixes #25613.
*Tinco Andringa*
-------------------------------------------------------------------
Fri Aug 12 04:28:30 UTC 2016 - coolo@suse.com
- updated to version 5.0.0.1
see installed CHANGELOG.md
-------------------------------------------------------------------
Mon Jul 4 08:43:16 UTC 2016 - coolo@suse.com
- initial package of 5.0 stack