-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🤖 I have created a release *beep* *boop* --- ## [2.46.0](https://togithub.com/googleapis/java-bigquerystorage/compare/v2.45.0...v2.46.0) (2023-11-15) ### Features * Add integration tests with RetrySettings enabled. ([#2275](https://togithub.com/googleapis/java-bigquerystorage/issues/2275)) ([179193a](https://togithub.com/googleapis/java-bigquerystorage/commit/179193a18ba31c4c82946dc48671512fdac335c8)) * Add new configuration for nightly retry-related tests. ([#2319](https://togithub.com/googleapis/java-bigquerystorage/issues/2319)) ([e78b841](https://togithub.com/googleapis/java-bigquerystorage/commit/e78b84151d1e7f9a4cfc6f252b6215fce4cec670)) * Enable 20MB request limit, this feature is allowlist only. ([#2311](https://togithub.com/googleapis/java-bigquerystorage/issues/2311)) ([75c2552](https://togithub.com/googleapis/java-bigquerystorage/commit/75c2552a2ece47a8e14ad4932d4fcc36c8005cbe)) ### Bug Fixes * Add comment/documentation for setRetrySettings ([#2309](https://togithub.com/googleapis/java-bigquerystorage/issues/2309)) ([664b550](https://togithub.com/googleapis/java-bigquerystorage/commit/664b550258dbe6037972b4a94eb41acd254849c5)) * Create next attempt after first attempt to initialize exponential backoff settings. ([#2316](https://togithub.com/googleapis/java-bigquerystorage/issues/2316)) ([e5884cc](https://togithub.com/googleapis/java-bigquerystorage/commit/e5884cc0a28a5b3fc6aab6854c6b435431524d42)) * Enable request limit e2e test. ([#2320](https://togithub.com/googleapis/java-bigquerystorage/issues/2320)) ([9d8c368](https://togithub.com/googleapis/java-bigquerystorage/commit/9d8c36859d5dd39f2e5fad26b692aa95308b1f5e)) ### Dependencies * Update actions/github-script action to v7 ([#2317](https://togithub.com/googleapis/java-bigquerystorage/issues/2317)) ([f68064f](https://togithub.com/googleapis/java-bigquerystorage/commit/f68064f2991768656fdefdce7e089313ee0f1e7e)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
- Loading branch information
1 parent
47b20c3
commit 30e19b4
Showing
12 changed files
with
59 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
# Format: | ||
# module:released-version:current-version | ||
|
||
google-cloud-bigquerystorage:2.45.0:2.45.1-SNAPSHOT | ||
grpc-google-cloud-bigquerystorage-v1beta1:0.169.0:0.169.1-SNAPSHOT | ||
grpc-google-cloud-bigquerystorage-v1beta2:0.169.0:0.169.1-SNAPSHOT | ||
grpc-google-cloud-bigquerystorage-v1:2.45.0:2.45.1-SNAPSHOT | ||
proto-google-cloud-bigquerystorage-v1beta1:0.169.0:0.169.1-SNAPSHOT | ||
proto-google-cloud-bigquerystorage-v1beta2:0.169.0:0.169.1-SNAPSHOT | ||
proto-google-cloud-bigquerystorage-v1:2.45.0:2.45.1-SNAPSHOT | ||
google-cloud-bigquerystorage:2.46.0:2.46.0 | ||
grpc-google-cloud-bigquerystorage-v1beta1:0.170.0:0.170.0 | ||
grpc-google-cloud-bigquerystorage-v1beta2:0.170.0:0.170.0 | ||
grpc-google-cloud-bigquerystorage-v1:2.46.0:2.46.0 | ||
proto-google-cloud-bigquerystorage-v1beta1:0.170.0:0.170.0 | ||
proto-google-cloud-bigquerystorage-v1beta2:0.170.0:0.170.0 | ||
proto-google-cloud-bigquerystorage-v1:2.46.0:2.46.0 |