forked from pool/python-uvloop
- Update to 0.13.0:
* Implement Server.start_serving() and related APIs * Make Server an asynchronous context manager. * Start using high-performance uv_udp_t handle. This should result in a significantly faster UDP support. * Make address validation faster in udp.sendto(). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uvloop?expand=0&rev=15
This commit is contained in:
committed by
Git OBS Bridge
parent
9ea438f460
commit
91acd4bd17
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 10 09:29:15 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Update to 0.13.0:
|
||||
* Implement Server.start_serving() and related APIs
|
||||
* Make Server an asynchronous context manager.
|
||||
* Start using high-performance uv_udp_t handle. This
|
||||
should result in a significantly faster UDP support.
|
||||
* Make address validation faster in udp.sendto().
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 14 20:31:01 UTC 2019 - Drew Balliet <aballiet@suse.com>
|
||||
|
||||
|
Reference in New Issue
Block a user