Skip to content

SwiftNIO SSL 2.14.0

Compare
Choose a tag to compare
@Davidde94 Davidde94 released this 23 Jun 13:07
· 129 commits to main since this release
9db7cee

SemVer Minor

  • Added API for setting cipher suites in TLSConfiguration (#293, patch credit to @agnosticdev)
  • Rationalise TLSConfiguration construction. (#299)
  • Remove support for Swift 5.0 and 5.1 (#302)

SemVer Patch

  • Clean up new hashable implementation. (#298)
  • Update NIO dependency to 2.30.0 and later (#303)

Other Changes

  • Enable tests for Android (#300, patch credit to @buttaface)
  • docs: warn about NIOSSLContext being expensive to create (#295)