Skip to content

Commit d351c52

Browse files
chore(main): release 0.24.0
1 parent 107bb40 commit d351c52

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## [0.24.0](https://github.com/googleapis/python-bigquery-pandas/compare/v0.23.2...v0.24.0) (2024-09-23)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* `to_gbq` loads naive (no timezone) columns to BigQuery DATETIME instead of TIMESTAMP
9+
* `to_gbq` loads object column containing bool values to BOOLEAN instead of STRING
10+
* `to_gbq` loads object column containing dictionary values to STRUCT instead of STRING
11+
* `to_gbq` loads `unit8` columns to BigQuery INT64 instead of STRING
12+
13+
### Bug Fixes
14+
15+
* `to_gbq` loads `unit8` columns to BigQuery INT64 instead of STRING ([107bb40](https://github.com/googleapis/python-bigquery-pandas/commit/107bb40218b531be1a4f646b8fb0cea5bdfd8aee))
16+
* `to_gbq` loads naive (no timezone) columns to BigQuery DATETIME instead of TIMESTAMP ([107bb40](https://github.com/googleapis/python-bigquery-pandas/commit/107bb40218b531be1a4f646b8fb0cea5bdfd8aee))
17+
* `to_gbq` loads object column containing bool values to BOOLEAN instead of STRING ([107bb40](https://github.com/googleapis/python-bigquery-pandas/commit/107bb40218b531be1a4f646b8fb0cea5bdfd8aee))
18+
* `to_gbq` loads object column containing dictionary values to STRUCT instead of STRING ([107bb40](https://github.com/googleapis/python-bigquery-pandas/commit/107bb40218b531be1a4f646b8fb0cea5bdfd8aee))
19+
20+
21+
### Dependencies
22+
23+
* Min pyarrow is now 4.0.0 to support compliant nested types ([107bb40](https://github.com/googleapis/python-bigquery-pandas/commit/107bb40218b531be1a4f646b8fb0cea5bdfd8aee))
24+
325
## [0.23.2](https://github.com/googleapis/python-bigquery-pandas/compare/v0.23.1...v0.23.2) (2024-09-20)
426

527

pandas_gbq/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# Use of this source code is governed by a BSD-style
33
# license that can be found in the LICENSE file.
44

5-
__version__ = "0.23.2"
5+
__version__ = "0.24.0"

0 commit comments

Comments
 (0)