New Features
-
Implement
Server.start_serving()
and related APIs.
(by @jlaine in 7a4f00a) -
Make
Server
an asynchronous context manager.
(by @jlaine in d6c67e7 for #221)
Performance
-
Start using high-performance
uv_udp_t
handle. This
should result in a significantly faster UDP support.
(by @1st1 in c2b65bc) -
Make address validation faster in
udp.sendto()
.
(by @1st1 in 46c5e9e)
Misc
OSError
is no longer logged by Transports.
This matches asyncio behaviour in 3.8.
(by @Tobotimus in ef29dab)