Skip to content

gRPC Swift 1.0.0-alpha.20

Pre-release
Pre-release
Compare
Choose a tag to compare
@glbrntt glbrntt released this 02 Oct 08:05
· 637 commits to main since this release
e2e138d

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)

Other Changes

  • Update CocoaPods for alpha-19 (#956)
  • Add a missing call to 'close()' in examples (#965)
  • Enable logging in the SpeechToText example (#973)
  • Don't delay logging until the end of tests when GRPC_ALWAYS_LOG is enabled (#979)