- Release 1.0.0 * New async client and server #28 (commit) * On a closed connection, return buffered input before raising an exception #30 (commit) * Do not duplicate SSLSocket instances #26 (commit) * Handle broken pipe errors in background thread #29 (commit) * Remove unused argument (commit) * Eliminate race conditions during testing #27 (commit) * Remove python 3.7 from unit tests (commit) OBS-URL: https://build.opensuse.org/request/show/1194153 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-simple-websocket?expand=0&rev=1
13 lines
542 B
Plaintext
13 lines
542 B
Plaintext
-------------------------------------------------------------------
|
|
Wed Aug 14 19:43:32 UTC 2024 - Guang Yee <gyee@suse.com>
|
|
|
|
- Release 1.0.0
|
|
* New async client and server #28 (commit)
|
|
* On a closed connection, return buffered input before raising an
|
|
exception #30 (commit)
|
|
* Do not duplicate SSLSocket instances #26 (commit)
|
|
* Handle broken pipe errors in background thread #29 (commit)
|
|
* Remove unused argument (commit)
|
|
* Eliminate race conditions during testing #27 (commit)
|
|
* Remove python 3.7 from unit tests (commit)
|