summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-websockets_10.4.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-websockets: upgrade 10.4 -> 11.0.1Wang Mingyu2023-04-101-15/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | License-Update: Use standard licence text and SPDX identifier. Changelog: ========== Bug fixes ---------- Restored the C extension in the source distribution. Backwards-incompatible changes ------------------------------- The Sans-I/O implementation was moved. Sans-I/O protocol constructors now use keyword-only arguments. Closing a connection without an empty close frame is OK. serve() times out on the opening handshake after 10 seconds by default. New features ------------- websockets 10.0 introduces a implementation on top of threading. Added open_timeout to serve(). Made it possible to close a server without closing existing connections. Added select_subprotocol to customize negotiation of subprotocols in the Sans-I/O layer. Improvements -------------- Added platform-independent wheels. Improved error handling in broadcast(). Set server_hostname automatically on TLS connections when providing a sock argument to connect(). Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-websockets: upgrade 10.3 -> 10.4Wang Mingyu2022-11-071-0/+15
Changelog: ========== New features ------------ Validated compatibility with Python 3.11. Added the latency property to protocols. Changed ping to return the latency of the connection. Supported overriding or removing the User-Agent header in clients and the Server header in servers. Added deployment guides for more Platform as a Service providers. Improvements ------------- Improved FAQ. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>