diff options
author | Xu Huan <xuhuan.fnst@fujitsu.com> | 2021-11-23 15:51:36 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-11-24 09:31:08 -0800 |
commit | 0d20d26cd3ab1a6c2a5ebb057ed8f3d8f179c401 (patch) | |
tree | ca4c2c90c6b1e42c7df9da961c3d567d2a666e5d /meta-python/recipes-devtools/python/python3-pydbus/0002-Support-transformation-between-D-Bus-errors-and-exce.patch | |
parent | 1cbc44a88c393842e9028f93b1d17a418c284890 (diff) | |
download | meta-openembedded-0d20d26cd3ab1a6c2a5ebb057ed8f3d8f179c401.tar.gz |
python3-websockets: upgrade 10.0 -> 10.1
New features
Added a tutorial.
Made the second parameter of connection handlers optional. It will be
deprecated in the next major release. The request path is available in
the path attribute of the first argument.
If you implemented the connection handler of a server as:
async def handler(request, path):
...
You should replace it by:
async def handler(request):
path = request.path # if handler() uses the path argument
...
Added python -m websockets --version.
Improvements
Added wheels for Python 3.10, PyPy 3.7, and for more platforms.
Reverted optimization of default compression settings for clients, mainly
to avoid triggering bugs in poorly implemented servers like AWS API Gateway.
Mirrored the entire Server API in WebSocketServer.
Improved performance for large messages on ARM processors.
Documented how to auto-reload on code changes in development.
Bug fixes
Avoided half-closing TCP connections that are already closed.
Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pydbus/0002-Support-transformation-between-D-Bus-errors-and-exce.patch')
0 files changed, 0 insertions, 0 deletions