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

Releases: googleapis/gax-java

v1.46.1

20 Jun 17:32
6618c10

Choose a tag to compare

06-20-2019 10:07 PDT

Implementation Changes

  • Revert "Minor performance improvement to Distribution (#733)" (#739)

Internal / Testing Changes

  • Add kokoro release scripts and enable autorelease (#735)
  • Bump next snapshot (#737)

v1.46.0

19 Jun 21:43
da4aadb

Choose a tag to compare

06-18-2019 14:20 PDT

Implementation Changes

  • Minor performance improvement to Distribution (#733)
  • Disable gRPC ServiceConfig look up (#731)

New Features

  • Enable Direct Path
    • Use ComputeEngineChannelBuilder when directpath is enabled and default service account is used (#707)
    • Set keepalive timeout for directpath (#729)

Dependencies

  • Update dependency org.codehaus.mojo:build-helper-maven-plugin to v3 (#727)
  • Update dependency org.apache.maven.plugins:maven-javadoc-plugin to v3 (#726)
  • Update dependency org.easymock:easymock to v4 (#728)
  • Update dependency com.google.auto.value:auto-value to v1.6.5 (#720)
  • Add renovate.json (#719)

Internal / Testing Changes

  • Add Kokoro CI config (#580)
  • Bump next snapshot (#718)

v1.45.0

29 May 19:33

Choose a tag to compare

Implementation Changes

  • Set rpcTimeout to be totalTimeout for non-retried methods (#712)

Dependencies

  • Update protobuf dependency to v3.7.1 and grpc to 1.20.0 (#709)

Internal / Testing Changes

  • Fix Bazel build dependencies (#710)

v1.44.0

17 Apr 06:59
5d90259

Choose a tag to compare

04-15-2019 14:23 PDT

Dependencies

  • Upgrade auth library to 0.15.0. (#701)

v1.43.0

27 Mar 00:04
9c25c73

Choose a tag to compare

Implementation Changes

  • Remove dependency on GeneratedMessageV3 from gax-grpc (#694) - This is a breaking change for anybody who uses gax-grpc-X.Y.Z-testlib (only @BetaApi featrues are affected)
  • Add Bazel build support (plus related refactoring) (#688)

Documentation Changes

  • Change org name to Google LLC in build script (#693)

Dependencies

  • Upgrade auth dependencies to 0.14.0 and google-http-client to 1.29.0. (#696)
  • Update grpc to 1.19.0
  • Update opencensus to 0.19.2

v1.42.0

05 Mar 01:05
96e0fb6

Choose a tag to compare

Implementation Changes

  • Add 200 as a valid HTTP status code (#679)
  • Add builder methods to EmptyMessage (#685)
  • Fix logic to remove retries from callable chains. (#668)

New Features

  • Add an EmptyMessage class, analogous to protobuf's Empty (#678)
  • Expose LRO callables for HttpJson (#684)
  • [LRO] Add ApiMessageOperationTransformer (#683)

Documentation

  • Auto-update the gax version in README.md (#675)
  • 1.40.0 for all build tools (#677)

Dependencies

  • Update common protos version to 1.14.0 (#666)
  • Update grpc to 1.18.0 (#663)
  • Update auth to 0.13.0

v1.38.0

05 Feb 22:20
2c837c5

Choose a tag to compare

02-01-2019 12:02 PST

Implementation Changes

  • Use ManagedChannelBuilder so user creds don't get overwritten (#650)
  • Always add Content-Length header (#648)
  • Use GoogleDefaultChannelBuilder (#627)

Internal / Testing Changes

  • Add another unit test for JSON fieldmask serialization (#654)
  • @AutoValue HttpRequestRunnable (#509)

v1.37.0

14 Jan 22:44
ef425d5

Choose a tag to compare

01-14-2019 13:20 PST

Dependencies

  • Upgrade to the latest grpc (#644)

v1.36.0

10 Jan 23:02

Choose a tag to compare

01-09-2019 10:28 PST

Implementation Changes

  • Fix the fake descriptor to present a more realistic method name. (#631)
  • Add methods to decompose a RetryAlgorithm. (#632)

New Features

  • Add plumbing for tracing (#633)
  • Provide a way to configure the ManagedChannelBuilder when building gRPC channels in InstantiatingGrpcChannelProvider (#629)
  • Track overall attempt counts in TimedAttemptSettings (#630)

Dependencies

Documentation

  • Document default values for BatchingSettings (#639)

Internal / Testing Changes

v1.35.1

12 Dec 22:23
f219f0d

Choose a tag to compare

12-11-2018 15:42 PST

Dependencies

  • Update auth version (#621)

Internal / Testing Changes

  • Publish docs under latest/. Fixes #489 (#622)
  • bump to snapshot version (#618)