Skip to content

Update README.md - #2015

Merged
pongad merged 1 commit into
googleapis:masterfrom
AntonZarutsky:patch-2
Apr 30, 2017
Merged

Update README.md#2015
pongad merged 1 commit into
googleapis:masterfrom
AntonZarutsky:patch-2

Conversation

@AntonZarutsky

Copy link
Copy Markdown

Fixed some outdated method's names

Fixed some outdated method's names
@googlebotgooglebot added the cla: yes This human has signed the Contributor License Agreement. label Apr 27, 2017
@coveralls

Copy link
Copy Markdown

Coverage Status

Changes Unknown when pulling 92e93b1 on AntonZarutsky:patch-2 into ** on GoogleCloudPlatform:master**.

@coveralls

Copy link
Copy Markdown

Coverage Status

Changes Unknown when pulling 92e93b1 on AntonZarutsky:patch-2 into ** on GoogleCloudPlatform:master**.

@garrettjonesgoogle

Copy link
Copy Markdown
Contributor

Adding @pongad to review

@pongad

Copy link
Copy Markdown
Contributor

LGTM, thank you for the PR!

@pongad
pongad merged commit 46b0a49 into googleapis:masterApr 30, 2017
chingor13 pushed a commit that referenced this pull request Jan 22, 2026
#2015)
* chore: Update generation configuration at Fri Dec 12 02:32:40 UTC 2025
* chore: Update generation configuration at Sat Dec 13 02:30:22 UTC 2025
* chore: generate libraries at Sat Dec 13 02:30:51 UTC 2025
* chore: Update generation configuration at Mon Dec 15 02:35:52 UTC 2025
* chore: Update generation configuration at Tue Dec 16 02:33:05 UTC 2025
* chore: Update generation configuration at Wed Dec 17 02:31:09 UTC 2025
* chore: generate libraries at Wed Dec 17 02:31:38 UTC 2025
* chore: Update generation configuration at Thu Dec 18 02:31:20 UTC 2025
* chore: Update generation configuration at Fri Dec 19 02:32:33 UTC 2025
* chore: Update generation configuration at Sat Dec 20 02:30:15 UTC 2025
* chore: generate libraries at Sat Dec 20 02:30:47 UTC 2025
* chore: Update generation configuration at Wed Dec 24 02:32:17 UTC 2025
* chore: Update generation configuration at Thu Dec 25 02:34:09 UTC 2025
* chore: Update generation configuration at Tue Dec 30 02:34:32 UTC 2025
* chore: Update generation configuration at Wed Dec 31 02:34:34 UTC 2025
* chore: Update generation configuration at Tue Jan 6 02:36:10 UTC 2026
* chore: generate libraries at Tue Jan 6 02:36:41 UTC 2026
* chore: Update generation configuration at Wed Jan 7 02:35:49 UTC 2026
* chore: Update generation configuration at Thu Jan 8 02:35:40 UTC 2026
* chore: Update generation configuration at Fri Jan 9 02:36:14 UTC 2026
* chore: Update generation configuration at Sat Jan 10 02:32:36 UTC 2026
* chore: Update generation configuration at Tue Jan 13 02:35:07 UTC 2026
* chore: generate libraries at Tue Jan 13 02:35:35 UTC 2026
* chore: Update generation configuration at Tue Jan 13 21:59:16 UTC 2026
* chore: generate libraries at Tue Jan 13 21:59:42 UTC 2026
chingor13 pushed a commit that referenced this pull request Feb 20, 2026
…ry to reconnection (#2015)
* feat: Split writer into connection worker and wrapper, this is a
prerequisite for multiplexing client
* feat: add connection worker pool skeleton, used for multiplexing client
* feat: add Load api for connection worker for multiplexing client
* feat: add multiplexing support to connection worker. We will treat every
new stream name as a switch of destinationt
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* feat: port the multiplexing client core algorithm and basic tests
also fixed a tiny bug inside fake bigquery write impl for getting thre
response from offset
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* feat: wire multiplexing connection pool to stream writer
* feat: some fixes for multiplexing client
* feat: fix some todos, and reject the mixed behavior of passed in client or not
* feat: fix the bug that we may peek into the write_stream field but it's
possible the proto schema does not contain this field
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* feat: fix the bug that we may peek into the write_stream field but it's
possible the proto schema does not contain this field
* feat: add getInflightWaitSeconds implementation
* feat: Add schema comparision in connection loop to ensure schema update for
the same stream name can be notified
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* feat: add schema update support to multiplexing
* fix: fix windows build bug: windows Instant resolution is different with
linux
* fix: fix another failing tests for windows build
* fix: fix another test failure for Windows build
* feat: Change new thread for each retry to be a thread pool to avoid
create/tear down too much threads if lots of retries happens
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* fix: add back the background executor provider that's accidentally
removed
* feat: throw error when use connection pool for explicit stream
* fix: Add precision truncation to the passed in value from JSON float and
double type.
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* modify the bom version
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* fix deadlockissue in ConnectionWorkerPool
* fix: fix deadlock issue during close + append for multiplexing
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* fix: fix one potential root cause of deadlock issue for non-multiplexing
case
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* Add timeout to inflight queue waiting, and also add some extra log
* feat: allow java client lib handle switch table schema for the same stream
name
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* fix: close before retry connection
* fix: close before retry connection
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
---------
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
chingor13 pushed a commit that referenced this pull request Feb 20, 2026
🤖 I have created a release *beep* *boop*
---
## [2.33.0](https://togithub.com/googleapis/java-bigquerystorage/compare/v2.32.1...v2.33.0) (2023-03-01)
### Features
* Add header back to the client ([#2016](https://togithub.com/googleapis/java-bigquerystorage/issues/2016)) ([de00447](https://togithub.com/googleapis/java-bigquerystorage/commit/de00447958e5939d7be9d0f7da02323aabbfed8c))
### Bug Fixes
* Add client shutdown if request waiting in request queue for too long. ([#2017](https://togithub.com/googleapis/java-bigquerystorage/issues/2017)) ([91da88b](https://togithub.com/googleapis/java-bigquerystorage/commit/91da88b0ed914bf55111dd9cef2a3fc4b27c3443))
* Allow StreamWriter settings to override passed in BQ client setting ([#2001](https://togithub.com/googleapis/java-bigquerystorage/issues/2001)) ([66db8fe](https://togithub.com/googleapis/java-bigquerystorage/commit/66db8fed26474076fb5aaca5044d39e11f6ef28d))
* Catch uncaught exception from append loop and add expoential retry to reconnection ([#2015](https://togithub.com/googleapis/java-bigquerystorage/issues/2015)) ([35db0fb](https://togithub.com/googleapis/java-bigquerystorage/commit/35db0fb38a929a8f3e4db30ee173ce5a4af43d64))
* Remove write_location header pending discussion ([#2021](https://togithub.com/googleapis/java-bigquerystorage/issues/2021)) ([0941d43](https://togithub.com/googleapis/java-bigquerystorage/commit/0941d4363daf782e0be81c11fdf6a2fe0ff4d7ac))
---
This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
lqiu96 pushed a commit that referenced this pull request Mar 20, 2026
#2015)
* chore: Update generation configuration at Fri Dec 12 02:32:40 UTC 2025
* chore: Update generation configuration at Sat Dec 13 02:30:22 UTC 2025
* chore: generate libraries at Sat Dec 13 02:30:51 UTC 2025
* chore: Update generation configuration at Mon Dec 15 02:35:52 UTC 2025
* chore: Update generation configuration at Tue Dec 16 02:33:05 UTC 2025
* chore: Update generation configuration at Wed Dec 17 02:31:09 UTC 2025
* chore: generate libraries at Wed Dec 17 02:31:38 UTC 2025
* chore: Update generation configuration at Thu Dec 18 02:31:20 UTC 2025
* chore: Update generation configuration at Fri Dec 19 02:32:33 UTC 2025
* chore: Update generation configuration at Sat Dec 20 02:30:15 UTC 2025
* chore: generate libraries at Sat Dec 20 02:30:47 UTC 2025
* chore: Update generation configuration at Wed Dec 24 02:32:17 UTC 2025
* chore: Update generation configuration at Thu Dec 25 02:34:09 UTC 2025
* chore: Update generation configuration at Tue Dec 30 02:34:32 UTC 2025
* chore: Update generation configuration at Wed Dec 31 02:34:34 UTC 2025
* chore: Update generation configuration at Tue Jan 6 02:36:10 UTC 2026
* chore: generate libraries at Tue Jan 6 02:36:41 UTC 2026
* chore: Update generation configuration at Wed Jan 7 02:35:49 UTC 2026
* chore: Update generation configuration at Thu Jan 8 02:35:40 UTC 2026
* chore: Update generation configuration at Fri Jan 9 02:36:14 UTC 2026
* chore: Update generation configuration at Sat Jan 10 02:32:36 UTC 2026
* chore: Update generation configuration at Tue Jan 13 02:35:07 UTC 2026
* chore: generate libraries at Tue Jan 13 02:35:35 UTC 2026
* chore: Update generation configuration at Tue Jan 13 21:59:16 UTC 2026
* chore: generate libraries at Tue Jan 13 21:59:42 UTC 2026
suztomo pushed a commit to suztomo/google-cloud-java that referenced this pull request Mar 23, 2026
meltsufin pushed a commit that referenced this pull request Apr 29, 2026
…o v1.129.3 (#2015)
* chore(deps): update dependency com.google.cloud:google-cloud-pubsub to v1.129.3
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
---------
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
meltsufin pushed a commit that referenced this pull request May 1, 2026
…o v1.129.3 (#2015)
* chore(deps): update dependency com.google.cloud:google-cloud-pubsub to v1.129.3
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
---------
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
meltsufin pushed a commit that referenced this pull request May 2, 2026
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
benjaminp pushed a commit to benjaminp/google-cloud-java that referenced this pull request Jul 13, 2026
* deps: update actions/setup-java action to v4
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
---------
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yesThis human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@AntonZarutsky@coveralls@garrettjonesgoogle@pongad@googlebot