Skip to content

SwiftNIO SSH 0.5.0

Compare
Choose a tag to compare
@Lukasa Lukasa released this 23 Nov 14:47
· 31 commits to main since this release
a48586f

SemVer Minor

  • Adds support for custom transport protection algorithms (#97)
  • Raise minimum supported Swift version from 5.4 to 5.5 (#121)
  • Replace NIOSSHSendable with Sendable and remove it (#122)
  • Refactoring of the encryptPacket method (#123)

Other Changes

  • Validate missing imports in CI (#120)
  • Use #fileID/#filePath instead of #file (#124)