gRPC Swift 1.0.0-alpha.8
Pre-release
Pre-release
- Correctly set the authority to the host rather than scheme (#637, patch credit to @adolfo)
- Allow client error delegate to have a logger injected (#654)
⚠️ This is a breaking change. Implementations ofClientErrorDelegate
must now accept an additional argumentlogger
indidCatchError
.
- Fix compile issues in Google/NaturalLanguage (#643)
- Don't log at info level (#651)
- Ignore SSL unclean shutdown errors (#650)
- Update dependencies (#649)
- Update minimum required version of SwiftNIO SSL (#640)
- Build protoc plugins in release mode (#647)
- A number of performance improvements (#653, #645, #644, #641)