Releases: apple/swift-nio-ssl
Releases · apple/swift-nio-ssl
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)
SwiftNIO SSL 2.6.1
SwiftNIO SSL 2.6.0
SwiftNIO SSL 2.5.0
SwiftNIO SSL 2.4.5
SemVer Patch
- Add regression limits for allocation tests. (#160)
- Update BoringSSL to 134fb89c4f9da7903d9aa81c6bd1d3c466782de1 (#159)
- Update Code of Conduct project maintainer email address (#157)
- Refactor doUnbufferWrites reduce memory pressure (#155)
- Add benchmarks. (#154)
- add harness for performance tests (#156)
- Add allocation counter tests. (#153)
- Add regression test for executable stacks. (#152)