Changelog for
ruby3.1-rubygem-websocket-driver-0.7.6-150400.18.4.x86_64.rpm :
* Fri Nov 03 2023 dan.cermakAATTposteo.net- ### 0.7.6 / 2023-07-25- Fix handling of default ports in `Host` headers on Ruby 3.1+
* Thu Jun 24 2021 cooloAATTsuse.comupdated to version 0.7.5 see installed CHANGELOG.md [#]## 0.7.5 / 2021-06-12 - Do not change the encoding of strings passed to `Driver#text`
* Tue Jun 01 2021 mschnitzerAATTsuse.com- updated to version 0.7.4
* Optimise conversions between strings and byte arrays and related encoding operations, to reduce amount of allocation and copying
* Mon Jul 13 2020 mschnitzerAATTsuse.com- updated to version 0.7.3
* Let the client accept HTTP responses that have an empty reason phrase following the `101` status code
* Wed May 27 2020 mschnitzerAATTsuse.com- updated to version 0.7.2
* Emit `ping` and `pong` events from the `Server` driver
* Handle draft-76 handshakes correctly if the request\'s body is a frozen string
* Sat Jun 29 2019 mschnitzerAATTsuse.com- updated to version 0.7.1
* Catch any exceptions produced while generating a handshake response and send a `400 Bad Request` response to the client
* Pick the RFC-6455 protocol version if the request contains any of the headers used by that version
* Handle errors encountered while handling malformed draft-76 requests
* Change license from MIT to Apache 2.0
* Sun Sep 17 2017 cooloAATTsuse.com- updated to version 0.7.0 see installed CHANGELOG.md [#]## 0.7.0 / 2017-09-11
* Add `ping` and `pong` to the set of events users can listen to
* Wed Jan 25 2017 dkangAATTsuse.com- Add gem2rpm.yml
* Wed Jan 25 2017 dkangAATTsuse.com- update to version 0.6.5
* Sat May 21 2016 cooloAATTsuse.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 07 2015 cooloAATTsuse.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 2015 cooloAATTsuse.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 2015 cooloAATTsuse.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 2015 cooloAATTsuse.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 2015 cooloAATTsuse.com- updated to version 0.5.4
* Mon Feb 23 2015 cooloAATTsuse.com- updated to version 0.5.3
* Fri Feb 20 2015 cooloAATTsuse.com- updated to version 0.5.2
* Fri Feb 06 2015 cooloAATTsuse.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`