Skip to content

Version 0.12.1

Compare
Choose a tag to compare
@florimondmanca florimondmanca released this 07 Nov 09:21
· 392 commits to master since this release
30e565c

0.12.1 - 2020-11-07

Added

  • Add connect retries. (Pull #221)

Fixed

  • Tweak detection of dropped connections, resolving an issue with open files limits on Linux. (Pull #185)
  • Avoid leaking connections when establishing an HTTP tunnel to a proxy has failed. (Pull #223)
  • Properly wrap OS errors when using trio. (Pull #225)