Skip to content

SwiftNIO SSH 0.7.0

Compare
Choose a tag to compare
@rnro rnro released this 31 May 14:42
· 15 commits to main since this release
4c2c8d0

SemVer Minor

  • Drop Swift 5.5 support. (#140)

SemVer Patch

  • Avoid sending window update messages if the connection is locally closed (#143) (#144, patch credit to @gaetanzanella)

Other Changes

  • Add Android support (#134, patch credit to @finagolfin)
  • Update allocation counts (#135, #138)
  • Fix documentation and add support for CI-ing it (#137)
  • Add a docker-compose file for Swift 5.9 (#139)
  • Update the allocation counts CI build script to drop support for Swift 5.5 and add Swift 5.9 (#146)