Skip to content

SwiftNIO 2.51.0

Compare
Choose a tag to compare
@Lukasa Lukasa released this 24 Apr 11:23
· 385 commits to main since this release
f7c4655

SemVer Minor

SemVer Patch

  • Handle reentrant reads in ALPNHandler (#2402)
  • Close accepted FDs if we fail to create Socket (#2407)
  • Don't have channels stop reading on errors they tolerate. (#2408)

Other Changes

  • Add docker-compose file for Swift 5.9 (#2404)
  • Fix broken docs. (#2405)
  • Avoid double-closing on fcntl failures (#2409)