What's Changed
✨ New APIs
- The
RPCErrorConvertible
protocol was added in #2143 which allows the gRPC server runtime to convert conforming types to an appropriate status code and message to send back to the client.
💡 Examples
Two new examples have been added:
- reflection-server demonstrates the gRPC Reflection Service which has been added to grpc/grpc-swift-extras. (Added in #2149)
- error-details demonstrates the detailed error model which is made available via the grpc/grpc-swift-protobuf package. (Added in #2145)
🔧 Other Changes
- Enable MemberImportVisibility check on all targets by @rnro in #2142
- Update release.yml by @FranzBusch in #2148
- Remove unused Foundation imports by @glbrntt in #2146
- Bump versions by @glbrntt in #2150
Full Changelog: 2.0.0-beta.1...2.0.0-beta.2