Skip to content

v0.12.1

Compare
Choose a tag to compare
@1st1 1st1 released this 12 Feb 16:51
· 164 commits to master since this release

Bug Fixes

  • Fix a circular references case in SSL implementation.
    (by @fantix in a2e0dd8 for #220)

  • Cleanup references to callbacks in canceled callback handles.

    This removes potential reference cycles between bound methods
    and cancelled Handle / TimerHandle objects.

    (by @1st1 in f0a945d)