1.65.0 (2021-06-02)
1.64.0 (2021-05-10)
1.63.4 (2021-05-07)
- Make x-goog-api-client header report rest-based transport clients with
rest/
token instead ofhttpson/
. (#1370) (b1b0b49)
1.63.3 (2021-05-04)
- fix flaky tests and non blocking semaphore (#1365) (fc8e520)
- Remove a flacky test in FlowControllerTest (#1360) (2cca0bf)
1.63.2 (2021-04-30)
1.63.1 (2021-04-26)
- fix dynamic flow control setting checks (#1347) (69458b4)
- fix watchdog NPE red herring (#1344) (06dbf12)
1.63.0 (2021-04-05)
- add setLogicalTimeout helper to RetrySettings (#1334) (97d3214)
- dynamic flow control for batcher part 2 (#1310) (20f6ecf)
- dynamic flow control p3: add FlowControllerEventStats (#1332) (5329ea4)
- support retry settings and retryable codes in call context (#1238) (7f7aa25)
- wrap non-retryable RPCs in retry machinery (#1328) (51c40ab)
- add BetaApi tag to setLogicalTimeout (#1335) (fc7169d)
- retain user RPC timeout if set via withTimeout (#1324) (3fe1db9)
1.62.0 (2021-02-25)
- deprecate RetrySettings.isJittered [gax-java] (#1308)
- deprecate RetrySettings.isJittered [gax-java] (#1308) (68644a4)
- dynamic flow control part 1 - add FlowController to Batcher (#1289) (bae5eb6)
- prevent unchecked warnings in gax-httpjson (#1306) (ee370f6)
- remove unused @InternalExtensionOnly from CallContext classes (#1304) (a8d3a2d)
- update google-auth-library to 0.24.0 (#1315) (772331e)
- update google-common-protos to 2.0.1 (772331e)
- update google-http-client to 1.39.0 (772331e)
- update google-iam (#1313) (327b53c)
- update gRPC to 1.36.0 (772331e)
- update opencensus to 0.28.0 (772331e)
- update protobuf to 3.15.2 (772331e)
1.61.0 (2021-02-17)
- 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)
- update com.google.http-client:google-http-client to 1.38.1 (#1265) (5815a7c)
- update common protos (#1258) (7287e84)
- update gRPC (#1263) (95a7dab)
- update Guava (#1262) (cdc0366)
- update iam protos to v1.0.7 (#1266) (69b6dc4)
- update protobuf (#1256) (ef9b3aa)
1.60.1 (2020-11-19)
- update api-common to 1.10.1 (#1240) (d8b2bf7)
- update auth libaries (#1251) (d455da2)
- update autovalue annotations (#1246) (60bb103)
- update dependency com.google.auto.value:auto-value to v1.7.4 (#1031) (1e7e13c)
- update google-http-client to 1.38.0 (#1244) (6b53f0f)
- update Guava to 30.0-android (#1237) (64806c4)
- update threetenbp to 1.5.0 (#1243) (6232599)
1.60.0 (2020-10-19)
1.59.1 (2020-10-05)
- Fix race condition in BatcherImpl flush (#1200) (c6308c9)
- update owners file with actools-java (#1194) (9977dd2)
1.59.0 (2020-09-28)
- Allow user-agents to be specified by both internal headers and user headers (#1190) (266329e), closes /github.com/googleapis/java-bigtable/pull/404#pullrequestreview-480972135
1.58.3 (2020-09-15)
- [gax-java] Add speedy Bazel builds to Travis (#1181) (2fb85fe)
- [gax-java] add Vim files to .gitignore (#1179) (2de22b6)
- [gax-java] Fix broken Bazel build (#1180) (834c05e)
1.58.2 (2020-08-07)
1.58.1 (2020-08-06)
- fix dependencies.properties resource file creation during deployment (#1163) (3e7e1f1)
- Watchdog.shutdownNow() does not shutdown executor (#1158) (6241a21)
1.58.0 (2020-07-31)
- add retry logging (#1160) (1575715)
- enable setting quota_project_id (#1128) (20bb200)
- non-retryable RPCs use totalTimeout (#1149) (b7646a3)
1.57.2 (2020-07-21)
- Fix javadoc generation on Java11 (#1145) (c7a039e)
- Preconditions only supports %s format (#1153) (8145311)