Releases: apple/swift-nio-ssl
Releases · apple/swift-nio-ssl
SwiftNIO SSL 2.9.1
SwiftNIO SSL 2.9.0
SemVer Minor
- Add option to specify signining and verification algorithms (#232, patch credit to @fourplusone)
SemVer Patch
- Update BoringSSL to 54858b63c1d886f6c8d903d4a4f594f1485de189 (#235)
Other Changes
SwiftNIO SSL 2.8.0
SwiftNIO SSL 2.7.5
SwiftNIO SSL 2.7.4
SwiftNIO SSL 2.7.3
SwiftNIO SSL 2.7.2
SwiftNIO SSL 2.7.1
SwiftNIO SSL 2.7.0
SemVer Minor
- universal bootstrap support (#185)
- Fix for unprocessed data before closing throwing unnecessary errors (#198, patch credit to @agnosticdev)
SemVer Patch
- Update BoringSSL to 5298ef99bf2b2d77600b3bb74dd572027bf495be (#200)
- Get rid of
do { ... } catch { ... }
for expected errors (#19, patch credit to @shekhar-rajak) - fix typo in README (#195, patch credit to @realdoug)
- Add Build Podspec Script (#193, patch credit to @Jake-Prickett)
- update docs generation script to work better with selinux (#194)
- Adjust import to allow for CocoaPod support (#192 , patch credit to @Jake-Prickett)
- Mitigate Folly/BoringSSL static linking issue. (#191)
- Removed explicit Equatable implementations. (#187, patch credit to @agnosticdev)
- Replace NIOSSLError.unableToAllocateBoringSSLObject with fatalError (#186, patch credit to @agnosticdev)
- Swapped applicationProtocols check for encodedApplicationProtocols. (#184, patch credit to @agnosticdev)
SwiftNIO SSL 2.6.2
Semver Patch
- Replace calls to deprecated SwiftNIO functions. (#183)