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 2.49.0 #3705

Merged
merged 1 commit into from
Mar 20, 2025
Merged

chore(main): release 2.49.0 #3705

merged 1 commit into from
Mar 20, 2025

Conversation

release-please[bot]
Copy link
Contributor

@release-please release-please bot commented Feb 28, 2025

🤖 I have created a release beep boop

2.49.0 (2025-03-20)

Features

  • bigquery: Implement getArray in BigQueryResultImpl (#3693) (e2a3f2c)
  • Next release from main branch is 2.49.0 (#3706) (b46a6cc)

Bug Fixes

  • Retry ExceptionHandler not retrying on IOException (#3668) (83245b9)

Dependencies

  • Exclude io.netty:netty-common from org.apache.arrow:arrow-memor… (#3715) (11b5809)
  • Update actions/upload-artifact action to v4.6.2 (#3724) (426a59b)
  • Update actions/upload-artifact action to v4.6.2 (#3724) (483f930)
  • Update dependency com.google.api.grpc:proto-google-cloud-bigqueryconnection-v1 to v2.61.0 (#3703) (53b07b0)
  • Update dependency com.google.api.grpc:proto-google-cloud-bigqueryconnection-v1 to v2.62.0 (#3726) (38e004b)
  • Update dependency com.google.apis:google-api-services-bigquery to v2-rev20250302-2.0.0 (#3720) (c0b3902)
  • Update dependency com.google.apis:google-api-services-bigquery to v2-rev20250313-2.0.0 (#3723) (b8875a8)
  • Update dependency com.google.cloud:google-cloud-datacatalog-bom to v1.65.0 (#3704) (53b68b1)
  • Update dependency com.google.cloud:google-cloud-datacatalog-bom to v1.66.0 (#3727) (7339f94)
  • Update dependency com.google.cloud:sdk-platform-java-config to v3.45.1 (#3714) (e4512aa)
  • Update dependency com.google.oauth-client:google-oauth-client-java6 to v1.39.0 (#3710) (c0c6352)
  • Update dependency com.google.oauth-client:google-oauth-client-jetty to v1.39.0 (#3711) (43b86e9)
  • Update dependency node to v22 (#3713) (251def5)
  • Update netty.version to v4.1.119.final (#3717) (08a290a)

Documentation

  • Update error handling comment to be more precise in samples (#3712) (9eb555f)

This PR was generated with Release Please. See documentation.

@release-please release-please bot requested review from a team as code owners February 28, 2025 16:27
@release-please release-please bot requested a review from whuffman36 February 28, 2025 16:27
@product-auto-label product-auto-label bot added size: s Pull request size is small. api: bigquery Issues related to the googleapis/java-bigquery API. labels Feb 28, 2025
@release-please release-please bot changed the title chore(main): release 2.48.2 chore(main): release 2.49.0 Feb 28, 2025
@release-please release-please bot force-pushed the release-please--branches--main branch 4 times, most recently from 31763b0 to 9fbc90f Compare March 4, 2025 15:19
@release-please release-please bot force-pushed the release-please--branches--main branch 7 times, most recently from 2ca25ff to 95b429b Compare March 14, 2025 16:45
@suztomo suztomo added the kokoro:run Add this label to force Kokoro to re-run the tests. label Mar 14, 2025
@yoshi-kokoro yoshi-kokoro removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Mar 14, 2025
@release-please release-please bot force-pushed the release-please--branches--main branch 2 times, most recently from ef96d2b to 75acc2f Compare March 17, 2025 14:33
@suztomo suztomo added the kokoro:run Add this label to force Kokoro to re-run the tests. label Mar 18, 2025
@yoshi-kokoro yoshi-kokoro removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Mar 18, 2025
@suztomo
Copy link
Member

suztomo commented Mar 18, 2025

Re-running the failed integration test:

[ERROR] Errors: 
[ERROR]   ITBigQueryTest.testQueryJobWithSearchReturnsSearchStatisticsUnused:6057 » TestTimedOut test timed out after 300 seconds

@release-please release-please bot force-pushed the release-please--branches--main branch from 75acc2f to 16627ba Compare March 19, 2025 16:31
@product-auto-label product-auto-label bot added size: m Pull request size is medium. and removed size: s Pull request size is small. labels Mar 19, 2025
@suztomo suztomo added the kokoro:run Add this label to force Kokoro to re-run the tests. label Mar 20, 2025
@yoshi-kokoro yoshi-kokoro removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Mar 20, 2025
@release-please release-please bot force-pushed the release-please--branches--main branch from 16627ba to 46823b6 Compare March 20, 2025 14:10
@release-please release-please bot force-pushed the release-please--branches--main branch from 46823b6 to 4494a23 Compare March 20, 2025 16:31
@PhongChuong
Copy link
Contributor

/gcbrun

@PhongChuong PhongChuong added kokoro:force-run Add this label to force Kokoro to re-run the tests. kokoro:run Add this label to force Kokoro to re-run the tests. labels Mar 20, 2025
@yoshi-kokoro yoshi-kokoro removed kokoro:run Add this label to force Kokoro to re-run the tests. kokoro:force-run Add this label to force Kokoro to re-run the tests. labels Mar 20, 2025
@PhongChuong
Copy link
Contributor

Getting

[ERROR] Errors: 
[ERROR]   ITBigQueryTest.testListTables:2537 » BigQuery Service is unavailable. Please retry.

For the latest integration tests.
It seems like the test environment has been more flaky in the recent few days.
Going to rerun to see if it occurs again.

@PhongChuong PhongChuong added kokoro:force-run Add this label to force Kokoro to re-run the tests. kokoro:run Add this label to force Kokoro to re-run the tests. labels Mar 20, 2025
@yoshi-kokoro yoshi-kokoro removed kokoro:run Add this label to force Kokoro to re-run the tests. kokoro:force-run Add this label to force Kokoro to re-run the tests. labels Mar 20, 2025
@PhongChuong
Copy link
Contributor

Update: Previous failure was a flake.

@suztomo suztomo merged commit f87a431 into main Mar 20, 2025
17 checks passed
@suztomo suztomo deleted the release-please--branches--main branch March 20, 2025 17:46
@suztomo
Copy link
Member

suztomo commented Mar 20, 2025

Thank you

Copy link
Contributor Author

🤖 Created releases:

🌻

Copy link

Triggered job: cloud-devrel/client-libraries/java/java-bigquery/release/stage (2025-03-20T17:47:09.970Z)

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

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

🥚 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/java-bigquery API. autorelease: published size: m Pull request size is medium.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants