Changelog for
ruby2.4-rubygem-actioncable-5_0-5.0.7.1-lp150.20.1.x86_64.rpm :
* Sat Dec 08 2018 Stephan Kulow
- updated to version 5.0.7.1 see installed CHANGELOG.md [#]# Rails 5.0.7.1 (November 27, 2018) ##
* No changes.
* Fri Mar 30 2018 factory-autoAATTkulow.org- updated to version 5.0.7 see installed CHANGELOG.md [#]# Rails 5.0.7 (March 29, 2018) ##
* No changes.
* Mon Sep 11 2017 cooloAATTsuse.com- updated to version 5.0.6 see installed CHANGELOG.md [#]# Rails 5.0.6 (September 07, 2017) ##
* No changes. [#]# Rails 5.0.6.rc1 (August 24, 2017) ##
* No changes.
* Thu Aug 03 2017 cooloAATTsuse.com- updated to version 5.0.5 see installed CHANGELOG.md [#]# Rails 5.0.5 (July 31, 2017) ##
* No changes. [#]# Rails 5.0.5.rc2 (July 25, 2017) ##
* No changes. [#]# Rails 5.0.5.rc1 (July 19, 2017) ##
* No changes.
* Tue Jun 20 2017 cooloAATTsuse.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 2017 cooloAATTsuse.com- updated to version 5.0.3 see installed CHANGELOG.md
* Thu Mar 02 2017 cooloAATTsuse.com- updated to version 5.0.2 see installed CHANGELOG.md [#]# Rails 5.0.2 (March 01, 2017) ##
* No changes.
* Wed Dec 21 2016 cooloAATTsuse.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 2016 cooloAATTsuse.com- updated to version 5.0.0.1 see installed CHANGELOG.md
* Mon Jul 04 2016 cooloAATTsuse.com- initial package of 5.0 stack