Skip to content

Commit

Permalink
chore(main): release 0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Sep 23, 2024
1 parent 107bb40 commit d351c52
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [0.24.0](https://github.com/googleapis/python-bigquery-pandas/compare/v0.23.2...v0.24.0) (2024-09-23)


### ⚠ BREAKING CHANGES

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

### Bug Fixes

* `to_gbq` loads `unit8` columns to BigQuery INT64 instead of STRING ([107bb40](https://github.com/googleapis/python-bigquery-pandas/commit/107bb40218b531be1a4f646b8fb0cea5bdfd8aee))
* `to_gbq` loads naive (no timezone) columns to BigQuery DATETIME instead of TIMESTAMP ([107bb40](https://github.com/googleapis/python-bigquery-pandas/commit/107bb40218b531be1a4f646b8fb0cea5bdfd8aee))
* `to_gbq` loads object column containing bool values to BOOLEAN instead of STRING ([107bb40](https://github.com/googleapis/python-bigquery-pandas/commit/107bb40218b531be1a4f646b8fb0cea5bdfd8aee))
* `to_gbq` loads object column containing dictionary values to STRUCT instead of STRING ([107bb40](https://github.com/googleapis/python-bigquery-pandas/commit/107bb40218b531be1a4f646b8fb0cea5bdfd8aee))


### Dependencies

* Min pyarrow is now 4.0.0 to support compliant nested types ([107bb40](https://github.com/googleapis/python-bigquery-pandas/commit/107bb40218b531be1a4f646b8fb0cea5bdfd8aee))

## [0.23.2](https://github.com/googleapis/python-bigquery-pandas/compare/v0.23.1...v0.23.2) (2024-09-20)


Expand Down
2 changes: 1 addition & 1 deletion pandas_gbq/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.

__version__ = "0.23.2"
__version__ = "0.24.0"

0 comments on commit d351c52

Please sign in to comment.