Changelog for
ruby2.2-rubygem-faye-websocket-0.10.7-1.1.x86_64.rpm :
Thu Feb 23 13:00:00 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 13:00:00 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 13:00:00 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 14:00:00 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 13:00:00 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 13:00:00 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 7 13:00:00 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 14:00:00 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 13:00:00 2015 cooloAATTsuse.com
- updated to version 0.9.2
Sun Jan 5 13:00:00 2014 cooloAATTsuse.com
- updated to version 0.7.2
* Fix WebSocket detection in cases where the web server does not produce an `env`
Wed Dec 4 13:00:00 2013 cooloAATTsuse.com
- updated to version 0.7.1
* Support the `max_length` websocket-driver option
* Expose a `message` property on `error` events
Fri Sep 13 14:00:00 2013 cooloAATTsuse.com
- updated to version 0.7.0
* Allow the server to send custom headers with EventSource responses
Tue Aug 6 14:00:00 2013 cooloAATTsuse.com
- updated to version 0.6.3
* Stop implicitly depending on Rack 1.4
Wed Jul 31 14:00:00 2013 cooloAATTsuse.com
- updated to version 0.6.2
* Catch errors thrown by EventMachine and emit `error` and `close` events
Tue Jun 4 14:00:00 2013 cooloAATTsuse.com
- updated to version 0.6.1
* Add support for custom headers
* Extract the protocol handlers into the `websocket-driver` library
* Support the `rack.hijack` API
* Add support for Rainbows 4.5 and Puma
* Officially support JRuby and Rubinius
* Emit the `close` event if TCP is closed before CLOSE frame is acked
* Treat the `Upgrade: websocket` header case-insensitively because of IE10
* Don not suppress headers in the Thin and Rainbows adapters unless the status is `101`
Sun Jul 29 14:00:00 2012 cooloAATTsuse.com
- initial package