uvloop v0.14.0.rc1 Release Notes

Release Date: 2019-10-25 // over 4 years ago
  • ๐Ÿ†• New Features

    ๐Ÿ› Bug Fixes

    ๐Ÿ›  Multiple fixes in the SSL/TLS layer.
    (by @fantix in 82104fb for #263, 7fcbfed for #255)

    ๐Ÿšฆ Restore signal.wakeup_fd after the event loop is closed.
    (by @vladima in 48d376d)

    ๐Ÿ– 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)

    โฌ†๏ธ Bump libuv to v1.33.1.
    (by @1st1 in 34fd827)