Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 3.24.0 #1928

Merged
merged 1 commit into from
Jun 4, 2024
Merged

chore(main): release 3.24.0 #1928

merged 1 commit into from
Jun 4, 2024

Conversation

release-please[bot]
Copy link
Contributor

@release-please release-please bot commented May 21, 2024

🤖 I have created a release beep boop

3.24.0 (2024-06-04)

Features

  • Add default timeout for Client.get_job() (#1935) (9fbad76)
  • Add support for map target type in Parquet options (#1919) (c3f7b23)

Bug Fixes

  • Create query job in job.result() if doesn't exist (#1944) (8f5b4b7)
  • Retry is_job_done on ConnectionError (#1930) (4f72723)

Performance Improvements

  • If page_size or max_results is set on QueryJob.result(), use to download first page of results (#1942) (3e7a48d)

This PR was generated with Release Please. See documentation.

@release-please release-please bot requested a review from a team as a code owner May 21, 2024 21:45
@release-please release-please bot requested a review from a team as a code owner May 21, 2024 21:45
@release-please release-please bot requested a review from tswast May 21, 2024 21:45
@product-auto-label product-auto-label bot added the size: xs Pull request size is extra small. label May 21, 2024
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels May 21, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label May 21, 2024
@product-auto-label product-auto-label bot added the api: bigquery Issues related to the googleapis/python-bigquery API. label May 21, 2024
@yoshi-kokoro yoshi-kokoro removed kokoro:force-run Add this label to force Kokoro to re-run the tests. labels May 21, 2024
@release-please release-please bot force-pushed the release-please--branches--main branch from ef39dee to 5ba318c Compare May 23, 2024 19:49
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels May 23, 2024
@product-auto-label product-auto-label bot added size: s Pull request size is small. and removed size: xs Pull request size is extra small. labels May 23, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label May 23, 2024
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 23, 2024
@release-please release-please bot force-pushed the release-please--branches--main branch from 5ba318c to c26e66f Compare May 28, 2024 15:05
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels May 28, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label May 28, 2024
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 28, 2024
@release-please release-please bot force-pushed the release-please--branches--main branch from c26e66f to ec1db5b Compare May 29, 2024 15:37
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels May 29, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label May 29, 2024
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 29, 2024
@release-please release-please bot force-pushed the release-please--branches--main branch from ec1db5b to b29f291 Compare May 30, 2024 19:49
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jun 3, 2024
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 3, 2024
@release-please release-please bot force-pushed the release-please--branches--main branch from 3c25885 to 4cd4c6a Compare June 3, 2024 23:08
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Jun 3, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jun 3, 2024
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 3, 2024
@release-please release-please bot force-pushed the release-please--branches--main branch from 4cd4c6a to f8281d9 Compare June 4, 2024 14:26
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Jun 4, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jun 4, 2024
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 4, 2024
@tswast
Copy link
Contributor

tswast commented Jun 4, 2024

Snippets failure looks like a flake:

>           raise self._exception
E           google.api_core.exceptions.InternalServerError: 500 Error encountered during execution. Retrying may solve the problem.; reason: backendError, message: Error encountered during execution. Retrying may solve the problem.

.nox/snippets-3-12/lib/python3.12/site-packages/google/api_core/future/polling.py:261: InternalServerError
=============================== warnings summary ===============================

@tswast tswast enabled auto-merge (squash) June 4, 2024 20:09
@tswast tswast added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 4, 2024
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 4, 2024
@tswast tswast merged commit cc7b399 into main Jun 4, 2024
21 checks passed
@tswast tswast deleted the release-please--branches--main branch June 4, 2024 20:27
Copy link
Contributor Author

release-please bot commented Jun 4, 2024

Copy link

Triggered job: cloud-devrel/client-libraries/python/googleapis/python-bigquery/release/release (2024-06-04T20:28:16.759Z)

To trigger again, remove the autorelease: triggered label (in a few minutes).

Copy link

The release build has started, the log can be viewed here. 🌻

Copy link

🥚 You hatched a release! The release build finished successfully! 💜

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquery Issues related to the googleapis/python-bigquery API. autorelease: published size: s Pull request size is small.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants