Skip to content

Releases: googleapis/python-bigquery

v3.13.0

30 Oct 19:47
49bfd12
Compare
Choose a tag to compare

3.13.0 (2023-10-30)

Features

  • Add Model.transform_columns property (#1661) (5ceed05)
  • Add support for dataset.default_rounding_mode (#1688) (83bc768)

Bug Fixes

Documentation

  • Remove redundant bigquery_update_table_expiration code sample (#1673) (2dded33)
  • Revised create_partitioned_table sample (#1447) (40ba859)
  • Revised relax column mode sample (#1467) (b8c9276)

v3.12.0

03 Oct 15:13
53aad82
Compare
Choose a tag to compare

3.12.0 (2023-10-02)

Features

  • Add Dataset.storage_billing_model setter, use client.update_dataset(ds, fields=["storage_billing_model"]) to update (#1643) (5deba50)
  • Search statistics (#1616) (b930e46)
  • Widen retry predicate to include ServiceUnavailable (#1641) (3e021a4)

Bug Fixes

  • Allow storage_billing_model to be explicitly set to None to use project default value (#1665) (514d3e1)
  • Relax timeout expectations (#1645) (1760e94)
  • Use isinstance() per E721, unpin flake8 (#1659) (54a7769)

Documentation

v3.11.4

19 Jul 23:05
3a47b98
Compare
Choose a tag to compare

3.11.4 (2023-07-19)

Bug Fixes

v3.11.3

27 Jun 16:53
206d40b
Compare
Choose a tag to compare

3.11.3 (2023-06-27)

Bug Fixes

  • Type annotations include Optional when None is accepted (#1554) (6c1ab80)

v3.11.2

22 Jun 12:19
a5d86a3
Compare
Choose a tag to compare

3.11.2 (2023-06-21)

Bug Fixes

  • Updates tests based on revised hacker_news tables (#1591) (d73cf49)

v3.11.1

13 Jun 15:11
41799b4
Compare
Choose a tag to compare

3.11.1 (2023-06-09)

Documentation

  • Add/reformat return types for cloud RAD docs (#1582) (6efdce1)

v3.11.0

01 Jun 16:41
3360e43
Compare
Choose a tag to compare

3.11.0 (2023-06-01)

Features

Bug Fixes

  • Filter None values from OpenTelemetry attributes (#1567) (9ea2e21)
  • Handle case when expirationMs is None (#1553) (fa6e13d)
  • Raise most recent exception when not able to fetch query job after starting the job (#1362) (09cc1df)

v3.10.0

19 Apr 13:35
70e2a8a
Compare
Choose a tag to compare

3.10.0 (2023-04-18)

Features

  • Add date, datetime, time, timestamp dtype to to_dataframe (#1547) (64e913d)

v1.28.3

12 Apr 18:22
d6c879d
Compare
Choose a tag to compare

1.28.3 (2022-12-14)

Bug Fixes

  • Fix invalid version specification of pyarrow (#1403) (4812d82)

v3.9.0

28 Mar 16:15
5d0ebf4
Compare
Choose a tag to compare

3.9.0 (2023-03-28)

Features

Bug Fixes

  • Keyerror when the load_table_from_dataframe accesses a unmapped dtype dataframe index (#1535) (a69348a)