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.52.0

13 Dec 17:46
68ae22d
Compare
Choose a tag to compare
Release gax-java v1.52.0 (#832)

v1.51.0

04 Dec 17:46
e0abb5c
Compare
Choose a tag to compare

12-03-2019 10:59 PST

New Features

  • Allow channel pool to refresh its channels periodically (#805)

v1.50.1

07 Nov 20:38
3fdd656
Compare
Choose a tag to compare

11-07-2019 10:59 PST

Dependencies

  • deps: upgrade grpc to 1.25.0 (#816)

Internal / Testing Changes

  • Bump next snapshot (#815)

v1.50.0

06 Nov 17:47
fa428c1
Compare
Choose a tag to compare

11-06-2019 07:29 PST

New Features

  • Track number of failure in batching when Batcher#close is called (#800)

Dependencies

  • Update error_prone (#813)
  • deps: update protobuf to 3.10.0, grpc to 1.24.1 (#809)

Internal / Testing Changes

  • Bump next snapshot (#808)

v1.49.1

22 Oct 17:31
4085b62
Compare
Choose a tag to compare

10-21-2019 08:14 PDT

Implementation Changes

  • Fix InstantiatingGrpcChannelProvider's channel pool to play nicely with DirectPath (#798)

Dependencies

  • Update google-auth-library to 0.18.0 (#801)

Internal / Testing Changes

  • Fix Bazel 1.0.0 incompatibility issue. (#803)
  • update travis to trusty (#799)
  • Bump next snapshot (#797)

v1.49.0

30 Sep 17:32
664f671
Compare
Choose a tag to compare

09-30-2019 09:47 PDT

Implementation Changes

  • Fix Race condition when shutting down executor/transport channel (#787)

New Features

  • Expose Batcher#sendOutstanding to provide async batch flushing (#786)

Dependencies

  • make opencensus consistent (#794)
  • update google-auth-library to 0.17.2 (#789)
  • Update opencensus, guava, and Truth (#788)
  • Update to Guava 28.1 (#791)

Internal / Testing Changes

  • Update repository_rules.bzl (#730)

v1.48.1

04 Sep 19:23
2a30968
Compare
Choose a tag to compare

09-04-2019 08:15 PDT

Dependencies

  • Update google-auth-library to 0.17.1 (#783)

Documentation

  • Update RELEASING.md with autorelease (#748)

Internal / Testing Changes

  • Fix Bazel build (#782)
  • Bump next snapshot (#781)

v1.48.0

20 Aug 22:46
b07969a
Compare
Choose a tag to compare

08-20-2019 09:11 PDT

Implementation Changes

  • Update InstantiatingGrpcChannelProvider to be tolerant of ipv6 addresses (#768)
  • Logs warning message when Batcher is not closed on GC (#746)
  • gax-grpc , gax-httpjson : remove deprecated warnings. (#760)
  • gax: remove deprecated warnings. (#759)

New Features

  • New V2 Batching API
    • Adding BatchingSettings getter to BatchingCallSettings.Builder (#779)
    • Adding v2.BatchingCallSettings to integrate with GCJ client (#766)
    • Moving new Batcher API to existing Batching package (#771)
    • Small refactoring for v2.Batcher API (#765)
    • Introducing auto flush in BatcherImpl (#744)

Dependencies

  • Update dependency com.google.auto.value:auto-value to v1.6.6 (#778)
  • Update deps: protobuf, grpc, opencensus, google-http-client, google-auth-library, jackson-core (#777)
  • Update dependency org.apache.maven.plugins:maven-javadoc-plugin to v3.1.1 (#775)
  • Update annotations versions (#758)
  • sync api-common to latest version used by google-cloud-java (#754)

Documentation

  • Point javadocs links to googleapis.dev (#738)

v1.47.1

02 Jul 18:04
5fd82c7
Compare
Choose a tag to compare

07-02-2019 09:51 PDT

Dependencies

  • Update google-auth-library to 0.16.2 (#751)

v1.47.0

27 Jun 23:01
e7be81a
Compare
Choose a tag to compare

06-27-2019 15:32 PDT

Implementation Changes

  • Fix default timeout for non-retryable operations (#745)

Dependencies

  • Update google-http-java-client (#742)
  • Upgrade dependency versions for common protos, gson, auth-library, guava, truth (#741)