Releases: apple/swift-nio-ssl
Releases · apple/swift-nio-ssl
SwiftNIO SSL 2.13.0
SemVer Minor
- Implement bestEffort functions for hashable and equatable. (#280, patch credit to @madsodgaard)
Other Changes
SwiftNIO SSL 2.12.0
SemVer Minor
- Add support for additional TLS trust roots (#284, patch credit to @simonjbeaumont)
SemVer Patch
- Bug fix to replace uncleanShutdown with handshakeFailed during TLS failure. (#287, patch credit to @agnosticdev)
- Manage early-exit of ByteBufferBIO in tests. (#286)
- Update BoringSSL to ab7811ee8751ea699b22095caa70246f641ed3a2 (#289)
SwiftNIO SSL 2.11.0
SwiftNIO SSL 2.10.5
SwiftNIO SSL 2.10.4
This release only contains changes to podspecs: no product code is different.
SemVer Patch
- Update podspec script to remove 'S' files from watchOS target (#277, patch credit to @daltonclaybrook)
Other Changes
- Allow warnings when building Podspecs (#274)
SwiftNIO SSL 2.10.3
SwiftNIO SSL 2.10.2
Semver Patch
- Change cxx language standard (#260) (patch credit to @SercanKaraoglu)
- Update BoringSSL to df75139becd7355e117c9860452265b898b49376. (#261)
SwiftNIO SSL 2.10.1
SwiftNIO SSL 2.10.0
SwiftNIO SSL 2.9.2
SemVer Patch
- Update BoringSSL to 67818bea6690a230e2f42e8a588e0f54949bbbf1 (#244)
Other Changes
- Fixed a spelling error in a deprecation message. (#240, patch credit to @artemredkin)
- Update CI to use the release version of Swift 5.3. (#241)
- Update documentation to reflect that the default branch is now 'main'. (#243)