Skip to content

Commit 45202cf

Browse files
chore(main): release 2.28.1
1 parent 6c9a18d commit 45202cf

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44

55
[1]: https://pypi.org/project/bigframes/#history
66

7+
## [2.28.1](https://github.com/googleapis/python-bigquery-dataframes/compare/v2.28.0...v2.28.1) (2025-11-04)
8+
9+
10+
### Bug Fixes
11+
12+
* Simplify UnsupportedTypeError message ([#2212](https://github.com/googleapis/python-bigquery-dataframes/issues/2212)) ([6c9a18d](https://github.com/googleapis/python-bigquery-dataframes/commit/6c9a18d7e67841c6fe6c1c6f34f80b950815141f))
13+
* Support results with STRUCT and ARRAY columns containing JSON subfields in `to_pandas_batches()` ([#2216](https://github.com/googleapis/python-bigquery-dataframes/issues/2216)) ([3d8b17f](https://github.com/googleapis/python-bigquery-dataframes/commit/3d8b17fa5eb9bbfc9e151031141a419f2dc3acb4))
14+
715
## [2.28.0](https://github.com/googleapis/python-bigquery-dataframes/compare/v2.27.0...v2.28.0) (2025-11-03)
816

917

bigframes/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "2.28.0"
15+
__version__ = "2.28.1"
1616

1717
# {x-release-please-start-date}
18-
__release_date__ = "2025-11-03"
18+
__release_date__ = "2025-11-04"
1919
# {x-release-please-end}

third_party/bigframes_vendored/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "2.28.0"
15+
__version__ = "2.28.1"
1616

1717
# {x-release-please-start-date}
18-
__release_date__ = "2025-11-03"
18+
__release_date__ = "2025-11-04"
1919
# {x-release-please-end}

0 commit comments

Comments
 (0)