Skip to content

2.0.0-beta.2

Latest
Compare
Choose a tag to compare
@glbrntt glbrntt released this 20 Dec 15:33
0696e0a

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:

  1. reflection-server demonstrates the gRPC Reflection Service which has been added to grpc/grpc-swift-extras. (Added in #2149)
  2. error-details demonstrates the detailed error model which is made available via the grpc/grpc-swift-protobuf package. (Added in #2145)

🔧 Other Changes

Full Changelog: 2.0.0-beta.1...2.0.0-beta.2