14
0

Accepting request 1034940 from home:yarunachalam:branches:devel:languages:python

- Update to 10.4 
  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.

OBS-URL: https://build.opensuse.org/request/show/1034940
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-websockets?expand=0&rev=36
This commit is contained in:
2022-11-11 13:28:34 +00:00
committed by Git OBS Bridge
parent 5b751bd6c5
commit f1dbe987a7
4 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Nov 9 19:45:34 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to 10.4
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.
-------------------------------------------------------------------
Sat Sep 24 16:17:47 UTC 2022 - Dirk Müller <dmueller@suse.com>