github grpc/grpc-java v1.0.1
v1.0.1 Release

latest releases: v1.63.1, v1.64.0, v1.63.0...
7 years ago
  • Moved io.grpc.Context and io.grpc.Deadline from grpc-core to its own artifact, grpc-context. This is to allow wider usage of the API and avoid circular dependencies. grpc-core depends on the new artifact. (#2226)
  • Avoid creating unnecessary threads in InProcess transport, which improves performance for short-lived channels and prevents non-determinism when using direct executor in tests. (#2108)
  • Fix bug where Errors could end up being wrapped in RuntimeException (#2131)
  • Fix a deadlock in TransportSet (#2258)

Don't miss a new grpc-java release

NewReleases is sending notifications on new releases.