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

Latest commit

 

History

History
172 lines (89 loc) · 12.1 KB

CHANGELOG.md

File metadata and controls

172 lines (89 loc) · 12.1 KB

Changelog

1.62.0 (2021-02-25)

⚠ BREAKING CHANGES

  • deprecate RetrySettings.isJittered [gax-java] (#1308)

Features

  • deprecate RetrySettings.isJittered [gax-java] (#1308) (68644a4)
  • dynamic flow control part 1 - add FlowController to Batcher (#1289) (bae5eb6)

Bug Fixes

  • prevent unchecked warnings in gax-httpjson (#1306) (ee370f6)
  • remove unused @InternalExtensionOnly from CallContext classes (#1304) (a8d3a2d)

Dependencies

1.61.0 (2021-02-17)

Features

  • operations: Add WaitOperation API surface [gax-java] (#1284) (68761a7)

Bug Fixes

  • InstantiatingGrpcChannelProvider.toBuilder() should carry over all config data (#1298) (0bc5dc5)
  • lro: Add Operation name to headers in {Get,List}Operation requests [gax-java] (#1281) (721617b)
  • operations: Make Operations a manual client [gax-java] (#1282) (5be66cd)

Dependencies

1.60.1 (2020-11-19)

Bug Fixes

  • check Compute Engine environment for DirectPath (#1250) (656b613)

Dependencies

1.60.0 (2020-10-19)

Features

Bug Fixes

  • prevent npe caused by missing parentheses (#1198) (b856351)

Dependencies

1.59.1 (2020-10-05)

Bug Fixes

1.59.0 (2020-09-28)

Features

Bug Fixes

  • truncate RPC timeouts to time remaining in totalTimeout (#1191) (1d0c940)

Dependencies

1.58.3 (2020-09-15)

Bug Fixes

1.58.2 (2020-08-07)

Bug Fixes

  • Settings objects should not try to read quotaProjectId from credentials (#1162) (1b09bcf)

1.58.1 (2020-08-06)

Bug Fixes

  • fix dependencies.properties resource file creation during deployment (#1163) (3e7e1f1)
  • Watchdog.shutdownNow() does not shutdown executor (#1158) (6241a21)

1.58.0 (2020-07-31)

Features

Bug Fixes

  • retain context timeouts in ServerStreamingAttemptCallable (#1155) (461ff84)

1.57.2 (2020-07-21)

Bug Fixes

1.57.1 (2020-07-07)

Bug Fixes

Dependencies