Skip to content

v0.13.0

Compare
Choose a tag to compare
@1st1 1st1 released this 14 Aug 03:40
· 152 commits to master since this release

New Features

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)