Package Release Info

rubygem-actioncable-5_1-5.1.4-bp151.1.1

Update Info: Base Release
Available in Package Hub : 15 SP1

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

ruby2.5-rubygem-actioncable-5_1
ruby2.5-rubygem-actioncable-doc-5_1

Change Logs

* Fri Sep 08 2017 enavarro@suse.com
- update to version 5.1.4
  see installed CHANGELOG.md
* Fri Aug 04 2017 cbruckmayer@suse.com
- update to version 5.1.3
  see installed CHANGELOG.md
* Sat Jun 24 2017 adrian@suse.de
- update to version 5.1.1
* Tue Jun 20 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 2017 coolo@suse.com
- updated to version 5.0.3
  see installed CHANGELOG.md
* Thu Mar 02 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 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 2016 coolo@suse.com
- updated to version 5.0.0.1
  see installed CHANGELOG.md
* Mon Jul 04 2016 coolo@suse.com
- initial package of 5.0 stack