uvloop v0.13.0.rc1 Release Notes

Release Date: 2019-04-25 // almost 5 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)

    ๐Ÿ— Build

    โฌ†๏ธ Upgrade to libuv v1.28.0.
    This is a minimum requirement now.
    (by @1st1 in c2b65bc)

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