Changelog for
ruby3.1-rubygem-faye-websocket-0.11.3-lp156.1.2.x86_64.rpm :
* Fri Nov 03 2023 Dan Čermák
- ### 0.11.3 / 2023-07-25- Handle \'cert already in hash table\' error message on Ruby 3.1+ [#]## 0.11.2 / 2023-04-04- Handle SSL certificate chains where not all the intermediate certificates are recognised by the client
* Thu Jun 24 2021 Stephan Kulow updated to version 0.11.1 see installed CHANGELOG.md [#]## 0.11.1 / 2021-05-24 - Prevent the client hanging if `close()` is called when already closing
* Fri Sep 25 2020 Stephan Kulow updated to version 0.11.0 see installed CHANGELOG.md [#]## 0.11.0 / 2020-07-31 - Implement TLS certificate verification and enable it by default on client connections - Add a `:tls` option to the client with sub-fields `:root_cert_file` and `:verify_peer` for configuring TLS verification
* Fri Jul 19 2019 Stephan Kulow - updated to version 0.10.9 see installed CHANGELOG.md [#]## 0.10.9 / 2019-06-13 - Use the EventMachine API rather than `IO#write` to write data; this uses the event loop and avoids getting blocked by slow clients [#]## 0.10.8 / 2019-06-10 - In the case of a close timeout, don\'t block on waiting for writing to the socket to complete - Fix a race condition that caused a timeout not to be cancelled immediately when the WebSocket is closed - Change license from MIT to Apache 2.0
* Thu Feb 23 2017 cooloAATTsuse.com- updated to version 0.10.7 see installed CHANGELOG.md [#]## 0.10.7 / 2017-02-22
* Emit an error if `EventMachine::Connection#unbind` is called with an error
* Mon Jan 23 2017 cooloAATTsuse.com- updated to version 0.10.6 see installed CHANGELOG.md [#]## 0.10.6 / 2017-01-22
* Forcibly close the I/O stream after a timeout if the peer does not respond after calling `close()`
* Sun Nov 13 2016 cooloAATTsuse.com- updated to version 0.10.5 see installed CHANGELOG.md [#]## 0.10.5 / 2016-11-12
* Set the SNI hostname when making secure requests
* Sat May 21 2016 cooloAATTsuse.com- updated to version 0.10.4 see installed CHANGELOG.md [#]## 0.10.4 / 2016-05-20
* Amend warnings issued when running with -W2
* Thu Feb 25 2016 cooloAATTsuse.com- updated to version 0.10.3 see installed CHANGELOG.md [#]## 0.10.3 / 2016-02-24
* Use `PATH_INFO` and `QUERY_STRING` rather than the non-standard `REQUEST_URI` from the Rack env
* Fri Nov 27 2015 cooloAATTsuse.com- updated to version 0.10.2 see installed CHANGELOG.md [#]## 0.10.2 / 2015-11-26
* Fix the `headers` and `status` methods on `Client`, which were broken in the last release
* Sat Nov 07 2015 cooloAATTsuse.com- updated to version 0.10.1 see installed CHANGELOG.md [#]## 0.10.1 / 2015-11-06
* Make sure errors can be safely emitted if creating the driver fails
* Prevent a race condition when binding `EM.attach` to the socket
* Fri Jul 10 2015 cooloAATTsuse.com- updated to version 0.10.0 see installed CHANGELOG.md [#]## 0.10.0 / 2015-07-08
* Add the standard `code` and `reason` parameters to the `close` method
* Tue Feb 10 2015 cooloAATTsuse.com- updated to version 0.9.2