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

v1.48.0

Compare
Choose a tag to compare
@yoshi-automation yoshi-automation released this 20 Aug 22:46
b07969a

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)