Skip to content

Hotfix release

Compare
Choose a tag to compare
@khaf khaf released this 09 Nov 15:14
· 106 commits to master since this release

We recommend upgrading to this version, or cherry-picking the changeset to your vendored version if possible.

  • Fixes

    • Handle cleanup cases in Offer and DropIdleTail for singleConnectionHeap. (Github #318)
    • Unlock the mutex in singleConnectionHeap.Poll if called after cleanup. (Github #323) thanks to linchuan4028
  • Changes

    • Removes support for versions prior to Go v1.12 due to incompatibility in the testing library we use. Go v1.9+ should still work, though they will not be tested in our tests.