Skip to content

SwiftNIO Transport Services 1.20.0

Compare
Choose a tag to compare
@FranzBusch FranzBusch released this 25 Oct 14:17
· 19 commits to main since this release
ebf8b9c

New async APIs (former AsyncChannel SPI)

  • Add new typed async bootstrap APIs back (#191)

SemVer Minor

  • Bump minimum Swift version to 5.7 (#189)

SemVer Patch

  • Fix a typo when casting the allowLocalEndpointReuse channel option value (#186, patch credit to @AgentFeeble)
  • Fire the pipelines error caught method when NWConnection's state changes to failed (#187, patch credit to @Cartisim)

Other Changes

  • Avoid race in datagram tests (#185)