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 0.24.0 #816

Merged
merged 1 commit into from
Oct 15, 2024
Merged

chore(main): release 0.24.0 #816

merged 1 commit into from
Oct 15, 2024

Conversation

release-please[bot]
Copy link
Contributor

@release-please release-please bot commented Sep 23, 2024

🤖 I have created a release beep boop

0.24.0 (2024-10-14)

⚠ BREAKING CHANGES

  • to_gbq loads naive (no timezone) columns to BigQuery DATETIME instead of TIMESTAMP (#814)
  • to_gbq loads object column containing bool values to BOOLEAN instead of STRING (#814)
  • to_gbq loads object column containing dictionary values to STRUCT instead of STRING (#814)
  • to_gbq loads unit8 columns to BigQuery INT64 instead of STRING (#814)

Features

  • Adds the capability to include custom user agent string (#819) (d43457b)

Bug Fixes

  • to_gbq loads unit8 columns to BigQuery INT64 instead of STRING (#814) (107bb40)
  • to_gbq loads naive (no timezone) columns to BigQuery DATETIME instead of TIMESTAMP (#814) (107bb40)
  • to_gbq loads object column containing bool values to BOOLEAN instead of STRING (#814) (107bb40)
  • to_gbq loads object column containing dictionary values to STRUCT instead of STRING (#814) (107bb40)

Dependencies

  • Min pyarrow is now 4.0.0 to support compliant nested types (#814) (107bb40)

This PR was generated with Release Please. See documentation.

@release-please release-please bot requested review from a team as code owners September 23, 2024 17:18
@product-auto-label product-auto-label bot added the size: s Pull request size is small. label Sep 23, 2024
@product-auto-label product-auto-label bot added the api: bigquery Issues related to the googleapis/python-bigquery-pandas API. label Sep 23, 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 Sep 23, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 23, 2024
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 23, 2024
@release-please release-please bot force-pushed the release-please--branches--main branch from d351c52 to fc2c1c6 Compare October 7, 2024 10:52
@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 Oct 7, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Oct 7, 2024
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Oct 7, 2024
@release-please release-please bot force-pushed the release-please--branches--main branch from fc2c1c6 to 7d413e8 Compare October 14, 2024 20:53
@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 Oct 14, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Oct 14, 2024
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Oct 14, 2024
@tswast
Copy link
Collaborator

tswast commented Oct 15, 2024

I'd like to merge this so I can move forward with moving this code (to detect schema from DataFrame) in googleapis/python-bigquery-dataframes#371 and google-cloud-bigquery too as part of the efforts to consolidate most of our pandas + BigQuery logic in the pandas-gbq package.

@tswast tswast enabled auto-merge (squash) October 15, 2024 17:43
@tswast tswast merged commit 7e2677b into main Oct 15, 2024
27 checks passed
@tswast tswast deleted the release-please--branches--main branch October 15, 2024 17:43
Copy link
Contributor Author

🤖 Created releases:

🌻

Copy link

Triggered job: cloud-devrel/client-libraries/python/googleapis/python-bigquery-pandas/release/release (2024-10-15T17:43:45.366Z)

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/python-bigquery-pandas 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