Skip to content

SwiftNIO SSH 0.4.0

Compare
Choose a tag to compare
@Davidde94 Davidde94 released this 27 Apr 16:33
· 40 commits to main since this release
b0591e4

SemVer Minor

  • Feature/userauth banners (#98, patch credit to @DominikHorn)
  • Add PeerMaximumMessageLength option for SSH child channels. (#101, patch credit to @gwynne)
  • Adopt Sendable on our public types (#106)
  • Drop support for Swift 5.2 and 5.3 (#113)

SemVer Patch

  • Generate up to 8 random padding bytes at a time instead of 4 (#100, patch credit to @gwynne)
  • Support identification string without carriage return (#109, patch credit to @orobio)
  • fixes an issue where decodeFirstBlock can be called multiple times (#102)
  • Import concrete NIO modules (#105)

Other Changes

  • Add 5.6 nightly CI. (#103, #104)
  • Add API breakages script from NIO (#111)
  • Fix warnings, that appeared after requiring Swift 5.4 (#114)