File python3-websockets.changes of Package python3-websockets
-------------------------------------------------------------------
Tue Apr 4 06:57:32 UTC 2017 - mschnitzer@suse.com
Release 3.3 (boo#1047446)
* Reduced noise in logs caused by connection resets.
* Avoided crashing on concurrent writes on slow connections.
Add enforce_utf8_encoding.patch:
* Enforces utf-8 encoding in order to make the package build.
See: https://github.com/aaugustin/websockets/pull/171
-------------------------------------------------------------------
Wed Aug 31 10:19:56 UTC 2016 - mschnitzer@suse.com
Release 3.2 (boo#996474)
* Added timeout, max_size, and max_queue arguments to connect() and serve().
* Made server shutdown more robust.
-------------------------------------------------------------------
Wed Jun 15 07:54:06 UTC 2016 - mschnitzer@suse.com
* Remove unnecessary dependency
-------------------------------------------------------------------
Sun May 8 07:13:38 UTC 2016 - arun@gmx.de
- specfile:
* updated source url to files.pythonhosted.org
-------------------------------------------------------------------
Fri May 6 10:16:32 UTC 2016 - mschnitzer@suse.com
Release 3.1 (boo#981054)
* Avoided a warning when closing a connection before the opening handshake.
* Added flow control for incoming data.
-------------------------------------------------------------------
Mon Dec 28 21:44:03 UTC 2015 - mschnitzer@suse.com
Release 3.0 (boo#960328)
* connect() can be used as an asynchronous context manager on Python ≥ 3.5.
* Updated documentation with await and async syntax from Python 3.5.
* ping() and pong() supports data passed as str in addition to bytes.
* Worked around an asyncio bug affecting connection termination under load.
* Made state_name atttribute on protocols a public API.
* Improved documentation.
-------------------------------------------------------------------
Fri Nov 20 08:23:03 UTC 2015 - mschnitzer@suse.com
Release 2.7 (boo#956420)
* Added compatibility with Python 3.5.
* Refreshed documentation.
-------------------------------------------------------------------
Tue Aug 25 15:29:02 UTC 2015 - mschnitzer@suse.com
Release 2.6
* Added local_address and remote_address attributes on protocols.
* Closed open connections with code 1001 when a server shuts down.
* Avoided TCP fragmentation of small frames.