Skip to content

Releases: GoogleCloudPlatform/grpc-gcp-java

1.10.0

13 Apr 17:50

Choose a tag to compare

  • Use power-of-two random choices for channel selection to avoid thundering herd
    Full Changelog: v1.9.2...v1.10.0

v1.9.2

20 Mar 22:17

Choose a tag to compare

  • Use daemon threads for grpc-gcp background executors by default
  • Support of Unbind manual affinity keys after terminal calls

Full Changelog: v1.9.1...v1.9.2

v1.9.1

28 Dec 03:43
a294808

Choose a tag to compare

What's Changed

  • fix: race for metrics values. Plus fix log metrics when reported via otel callbacks by @nimf in #228

Full Changelog: v1.9.0...v1.9.1

v1.9.0

16 Dec 07:37
3d4e5cc

Choose a tag to compare

What's Changed

  • feat: set channelID in call options for downstream interceptor to get real channelID by @rahul2393 in #225

Full Changelog: v1.8.0...v1.9.0

v1.8.0

13 Dec 01:32
f11bf09

Choose a tag to compare

What's Changed

  • feat: End to end fallback by @nimf in #221
  • feat: migrate opencensus metrics to opentelemetry by @rahul2393 in #222

New Contributors

Full Changelog: v1.7.0...v1.8.0

v1.7.0

23 Sep 22:52
c9751f8

Choose a tag to compare

Features

  • Dynamic channel pool scaling (#194)

v1.6.1

07 Nov 21:07
96eb1cd

Choose a tag to compare

What's Changed

  • Log manual affinity and disabling affinity by @nimf in #177

Full Changelog: v1.6.0...v1.6.1

1.6.0

16 May 03:33
e96ce9f

Choose a tag to compare

Features

  • Affinity keys cleanup. Allow setting keys lifetime (#174)
  • Manual affinity via call options or context (#175)

1.5.0

09 Nov 01:30
cbaf61b

Choose a tag to compare

Features

  • Add disable affinity feature (#167)

1.4.1

09 Nov 00:50
58422f3

Choose a tag to compare

Fixes

  • Support common labels for multi-endpoint metrics (#160)