File rubygem-websocket-client-simple.changes of Package rubygem-websocket-client-simple
-------------------------------------------------------------------
Tue Nov 14 18:44:16 UTC 2023 - Dan Čermák <dan.cermak@posteo.net>
- 0.8.0:
## What's Changed
* Raise errors from WebSocket gem by @jlaffaye in https://github.com/ruby-jp/websocket-client-simple/pull/25
**Full Changelog**: https://github.com/ruby-jp/websocket-client-simple/compare/v0.7.0...v0.8.0
0.7.0:
## What's Changed
* Test on Ruby 3.2 by @unasuke in https://github.com/ruby-jp/websocket-client-simple/pull/23
* Migrate History.txt to markdown by @unasuke in https://github.com/ruby-jp/websocket-client-simple/pull/24
* Expose thread so it can be joined by @jlaffaye in https://github.com/ruby-jp/websocket-client-simple/pull/22
## New Contributors
* @jlaffaye made their first contribution in https://github.com/ruby-jp/websocket-client-simple/pull/22
**Full Changelog**: https://github.com/ruby-jp/websocket-client-simple/compare/v0.6.1...v0.7.0
-------------------------------------------------------------------
Mon Oct 10 13:26:50 UTC 2022 - Stephan Kulow <coolo@suse.com>
updated to version 0.6.0
see installed History.txt
== 0.6.0 2022-09-22
* Add option `cert_store` for passing cert store to SSLSocket context #12 by @DerekStride
* Set `OpenSSL::SSL::SSLSocket#sync_close` to `true` #12 by @DerekStride
-------------------------------------------------------------------
Tue Jan 25 07:42:36 UTC 2022 - Stephan Kulow <coolo@suse.com>
updated to version 0.5.1
see installed History.txt
=== Not yet released
=== 0.5.1 2022-01-01
* Add `closed?` method to `WebSocket::Client::Simple` #8 by @fuyuton
* rescue when `OpenSSL::SSL::SSLError` raised #10 by @fuyuton
=== 0.5.0 2021-12-31
* Change TLS context defaults to system's default. The previous defaults were ssl_version=SSLv23 and verify_mode=VERIFY_NONE, which are insecure nowadays. #5
* thank you for contributing @eagletmt
* Made the necessary changes to use SNI. #6
* thank you for contributing @fuyuton
=== 0.4.0 2021-12-30
* Drop support of ruby 2.5 or older versions as explicit.
=== 0.3.1 2021-12-30
* The development of this repository has moved to https://github.com/ruby-jp/websocket-client-simple
-------------------------------------------------------------------
Thu Aug 17 06:26:50 UTC 2017 - mschnitzer@suse.com
- initial package