Skip to content

@github-actions github-actions released this Jul 13, 2021

Bug Fixes

Assets 2

@github-actions github-actions released this Feb 19, 2021

Bug Fixes

  • Add python_requires in setup.py to fix dependency resolution issues
    (by @graingert in c808a66)
Assets 2

@github-actions github-actions released this Feb 15, 2021

Bug Fixes

  • Fix a segfault issue when a Cython protocol is de-referencing itself from Context.run() callbacks
    (by @fantix in 70cafc8)
Assets 2

@github-actions github-actions released this Feb 10, 2021

New Features

Bug Fixes

Build

Assets 2

@1st1 1st1 released this Nov 5, 2019

New Features

Bug Fixes

Build

Assets 2
Pre-release
Pre-release

@1st1 1st1 released this Oct 29, 2019

This is the second release candidate.

See the full list of updates in 0.14.0rc1 release notes.

RC2 Bug Fixes

Assets 2
Pre-release
Pre-release

@1st1 1st1 released this Oct 25, 2019

New Features

Bug Fixes

Build

Assets 2

@1st1 1st1 released this Aug 14, 2019

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)

Assets 2
Pre-release
Pre-release

@1st1 1st1 released this Apr 25, 2019

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)

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)

Assets 2

@1st1 1st1 released this Mar 20, 2019

Bug Fixes

  • Fix circular references in SSL implementation to reduce
    the need for GC.
    (by @fantix in 3070ec8)

  • Fix a memory leak in call_later() and call_at().
    The leak occurred when a callback argument had a reference to
    the event loop.
    (by @1st1 in 1a5dbc2 for #239)

  • Fix compilation warnings.
    (by @JelleZijlstra in d9a111b)

  • Round (instead of flooring) delay in call_later().
    This ensures that the callback is never called slightly before
    the specified time.
    (by @fantix in 8f037a6 for #233)

Assets 2