Changelog for
ruby2.1-rubygem-websocket-driver-0.3.5-10.10.x86_64.rpm :
Sun Oct 12 14:00:00 2014 cooloAATTsuse.com
- updated to version 0.3.5
* Fix bug where the `Server` driver doesn\'t pass `ping` callbacks to its delegate
* Fix an arity error when calling `fail_request`
* Allow `close` to be called before `start` to close the driver
[#]## 0.3.4 / 2014-07-06
* Don\'t hold references to frame buffers after a message has been emitted
* Make sure that `protocol` and `version` are exposed properly by the TCP driver
* Correct HTTP header parsing based on RFC 7230; header names cannot contain backslashes
- adapt to new rubygem packaging
Sun May 18 14:00:00 2014 cooloAATTsuse.com
- updated to version 0.3.3
* Fix problems with loading C and Java native extension code
* Correct the acceptable characters used in the HTTP parser
* Correct the draft-76 status line reason phrase
Thu Feb 6 13:00:00 2014 cooloAATTsuse.com
- updated to version 0.3.2
* Expand `max_length` to cover sequences of continuation frames and `draft-{75,76}`
* Decrease default maximum frame buffer size to 64MB
* Stop parsing when the protocol enters a failure mode, to save CPU cycles
Wed Dec 4 13:00:00 2013 cooloAATTsuse.com
- updated to version 0.3.1
* Add a `max_length` option to limit allowed frame size
Fri Sep 13 14:00:00 2013 cooloAATTsuse.com
- updated to version 0.3.0
* Support client URLs with Basic Auth credentials
Tue Aug 6 14:00:00 2013 cooloAATTsuse.com
- updated to version 0.2.3
* Fix bug in EventEmitter#emit when listeners are removed
* Fix bug in EventEmitter#listener_count for unregistered events
Wed Jul 31 14:00:00 2013 cooloAATTsuse.com
- updated to version 0.2.1
* Queue sent messages if the client has not begun trying to connect
* Encode all strings sent to I/O as `ASCII-8BIT`
Tue Jun 4 14:00:00 2013 cooloAATTsuse.com
- initial package