gRPC Swift 1.0.0-alpha.20
Pre-release
Pre-release
SemVer Minor
- Add an option to the client builder to configure the TLS certificate verification mode (#980)
SemVer Patch
- Fixed a bug where the client would re-establish a connection if the connection was dropped and there were no active RPCs (#967)
- Increased the client idle timeout and removed the default server idle timeout to align with defaults used by grpc/grpc (#968)
- Added log messages for when the active stream count reaches and drops below the HTTP/2 max concurrent streams limit (#974)
- Avoid the possibility of making outcalls in 'ClientCallTransport' before updating internal state (#970)
- Update the logged connection ID on transient failures (#969)
- Update formatting (#957)