File rubygem-websocket-driver.changes of Package rubygem-websocket-driver
-------------------------------------------------------------------
Sat May 21 04:40:36 UTC 2016 - coolo@suse.com
- updated to version 0.6.4
see installed CHANGELOG.md
### 0.6.4 / 2016-05-20
* Amend warnings issued when running with -W2
* Make sure message strings passed in by the app are transcoded to UTF-8
* Copy strings if necessary for frozen-string compatibility
-------------------------------------------------------------------
Sat Nov 7 05:33:02 UTC 2015 - coolo@suse.com
- updated to version 0.6.3
see installed CHANGELOG.md
### 0.6.3 / 2015-11-06
* Reject draft-76 handshakes if their Sec-WebSocket-Key headers are invalid
* Throw a more helpful error if a client is created with an invalid URL
-------------------------------------------------------------------
Sun Jul 19 04:31:32 UTC 2015 - coolo@suse.com
- updated to version 0.6.2
see installed CHANGELOG.md
### 0.6.2 / 2015-07-18
* When the peer sends a close frame with no error code, emit 1000
-------------------------------------------------------------------
Wed Jul 15 04:32:07 UTC 2015 - coolo@suse.com
- updated to version 0.6.1
see installed CHANGELOG.md
### 0.6.1 / 2015-07-13
* Fix how events are stored in `EventEmitter` to fix a backward-compatibility
violation introduced in the last release
* Use the `Array#pack` and `String#unpack` methods for reading/writing numbers
to buffers rather than including duplicate logic for this
-------------------------------------------------------------------
Fri Jul 10 04:33:20 UTC 2015 - coolo@suse.com
- updated to version 0.6.0
see installed CHANGELOG.md
### 0.6.0 / 2015-07-08
* Use `SecureRandom` to generate the `Sec-WebSocket-Key` header
* Allow the parser to recover cleanly if event listeners raise an error
* Let the `on()` method take a lambda as a positional argument rather than a block
* Add a `pong` method for sending unsolicited pong frames
-------------------------------------------------------------------
Mon Mar 30 04:34:00 UTC 2015 - coolo@suse.com
- updated to version 0.5.4
-------------------------------------------------------------------
Mon Feb 23 05:30:24 UTC 2015 - coolo@suse.com
- updated to version 0.5.3
-------------------------------------------------------------------
Fri Feb 20 05:31:48 UTC 2015 - coolo@suse.com
- updated to version 0.5.2
-------------------------------------------------------------------
Fri Feb 6 13:12:52 UTC 2015 - coolo@suse.com
- updated to version 0.5.1
* Don't allow drivers to be created with unrecognized options
* Support protocol extensions via the websocket-extensions module
* Support connection via HTTP proxies using `CONNECT`
-------------------------------------------------------------------
Sun Oct 12 16:18:36 UTC 2014 - coolo@suse.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 09:04:46 UTC 2014 - coolo@suse.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 12:42:54 UTC 2014 - coolo@suse.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 11:31:21 UTC 2013 - coolo@suse.com
- updated to version 0.3.1
* Add a `max_length` option to limit allowed frame size
-------------------------------------------------------------------
Fri Sep 13 11:06:18 UTC 2013 - coolo@suse.com
- updated to version 0.3.0
* Support client URLs with Basic Auth credentials
-------------------------------------------------------------------
Tue Aug 6 17:45:13 UTC 2013 - coolo@suse.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 05:45:54 UTC 2013 - coolo@suse.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 16:38:54 UTC 2013 - coolo@suse.com
- initial package