Releases: apple/swift-nio-ssl
Releases · apple/swift-nio-ssl
SwiftNIO SSL 2.24.0
SwiftNIO SSL 2.23.1
SemVer Patch
- Update BoringSSL to abfd5ebc87ddca0fab9fca067c9d7edbc355eae8 (#424)
Other Changes
- Use #fileID/#filePath instead of #file (#408)
- Add .spi.yml for Swift Package Index DocC support (#410)
- Add Swift 5.8 CI and update nightly CI to Ubuntu 22.04 (#415)
- Point docs to Swift Package Index (#416)
- Remove Jazzy doc generation (#417)
- Fix the docs and add infrastructure for CI-ing it (#422)
- Add docker-compose file for Swift 5.9 (#423)
SwiftNIO SSL 2.23.0
SemVer Minor
- Raise minimum supported Swift version from 5.4 to 5.5 (#401)
- Remove
Package.swift
for Swift 5.4 (#403)
SemVer Patch
- Replace Lock with NIOLock (#400)
- Update BoringSSL to cab31f65f1ad6e6daca62e95b25dd6cd805fce0b (#402)
- Update BoringSSL to b819f7e9392d25db6705a6bd3c92be3bb91775e2 (#406)
Other Changes
SwiftNIO SSL 2.22.1
SwiftNIO SSL 2.22.0
SwiftNIO SSL 2.21.0
SwiftNIO SSL 2.20.2
SemVer Patch
- Unbuffer reads after handshake (#379)
SwiftNIO SSL 2.20.1
SwiftNIO SSL 2.20.0
SemVer Minor
- Add
NIOSSLCertificateExtensions
(#359)
SemVer Patch
- Port SecureBytes from Swift Crypto to use with TLS-PSK (#366, patch credit to @agnosticdev)
- Add support for owned references to
NIOSSLObjectIdentifier
(#358) - Support additional certificate validation (#361)
- Flush only after handshake (#362)
- Update BoringSSL to 1e469e45a46ff580899cbef939babe02ad916c85 (#370)
Other Changes
- Parallel test fix for
TLSConfigurationTest
(#368, patch credit to @agnosticdev) - Update pod generation script (#363)
- Remove build_podspec.sh (#365)