gRPC Swift 1.0.0-alpha.16
Pre-release
Pre-release
This release includes a few breaking changes in order to enable API evolution in the future.
SemVer Major
- Turn
NetworkImplementation
andNetworkPreference
enum
s intostruct
s. This will only affect users switching over these types. (#866) - Remove
GRPCStreamType
public enum which was only used as part of an error type. (#880)
SemVer Patch
- Fixed a bug where clients may hit a preconditon failure on idle connections. (#875)
- Fixed a bug where payload conformance would not be generated for nested messages. (#879)
- Provide a new codegen option to allow test clients to be generated separately from real clients. (#881)