uvloop v0.13.0 Release Notes

Release Date: 2019-08-14 // over 4 years ago
  • 🆕 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

    🏗 Build

    ⬆️ Upgrade to libuv v1.31.0.
    (by @1st1 in c2b65bc and 1fad621)

    🐧 Use manylinux-2010. This means we no longer provide
    🐧 32bit builds for Linux.
    (by @1st1 in 3174b7d)