Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Releases: googleapis/gax-java

v1.16.0

14 Dec 23:06
b308302
Compare
Choose a tag to compare
  • [breaking change] Add support for custom static headers (#432)
  • ServerStreams: Add blocking iterator style api on top of ServerStreamingCallables (#439)
  • Fix default channelPoolSize to be 1 (instead of 0) (#443)
  • Added instruction for creating Github releases (#442)
  • Distribution: simplify (#428)
  • Don't force-shutdown executor on exit (#429)
  • Introduce ServerStreamingCallSettings as a subclass of StreamingCallSettings (#441)
  • Add a transparent channel pool for grpc connections (#436)
  • Back pressure: ResponseObserver & StreamController (#437)
  • Add Pages utility class (#431)
  • Properly format error string (#430)
  • Split off ServerStreamingCallableTests into own files (#435)
  • Update build to use gradle apis for file paths. This allows individual tests to be run using intellij's gradle runner (#434)