uvloop v0.14.0 Release Notes
Release Date: 2019-11-05 // over 5 years ago-
๐ New Features
๐ Bug Fixes
๐ Multiple fixes in the SSL/TLS layer.
(by @fantix in 82104fb for #263, 7fcbfed for #255, e6fd637)๐ฆ Restore
signal.wakeup_fd
after the event loop is closed.
(by @vladima in 48d376d, @1st1 in d76d982)๐ Handle large timeouts in
loop.call_later()
.
(by @1st1 in 1a0d657 for #259)๐ Fix possible feezing of uvloop on
os.fork
.
(by @grungy-ado in fde5d14)๐ Better handle Unix sockets for datagram transports.
(by @mosquito and @1st1 in dd4cb7a for #269)Avoid double connecting to
remote_addr
for datagram transports.
(by @1st1 in bed926c for #276)๐ Build
โฌ๏ธ Bump Cython to 0.29.13.
(by @1st1 in 65c1a04)