Releases: googleapis/python-bigquery
Releases · googleapis/python-bigquery
v3.21.0
3.21.0 (2024-04-18)
Features
- Add compression option ZSTD. (#1890) (5ed9cce)
- Adds billing to opentel (#1889) (38697fb)
- Support RANGE in queries Part 1: JSON (#1884) (3634405)
Bug Fixes
- Add types to DatasetReference constructor (#1601) (bf8861c)
- Creates linting-typing.cfg in presubmit (#1881) (c852c15)
- Remove duplicate key time_partitioning from Table._PROPERTY_TO_A… (#1898) (82ae908)
- Retry query jobs that fail even with ambiguous
jobs.getQueryResultsREST errors (#1903, #1900) (1367b58)
Performance Improvements
v3.20.1
v3.20.0
3.20.0 (2024-03-27) - YANKED
Reason this release was yanked:
undeclared dependency on pyarrow
Features
Bug Fixes
v3.19.0
v3.18.0
v3.17.2
3.17.2 (2024-01-30)
Bug Fixes
Documentation
- Update to use API (#1781) (81563b0)
- Update
client_query_destination_table.pysample to usequery_and_wait(#1783) (68ebbe1) - Update query_external_sheets_permanent_table.py to use query_and_wait API (#1778) (a7be88a)
- Update sample for query_to_arrow to use query_and_wait API (#1776) (dbf10de)
- Update the query destination table legacy file to use query_and_wait API (#1775) (ef89f9e)
- Update to use
query_and_waitinclient_query_w_positional_params.py(#1786) (410f71e) - Update to use
query_and_waitinsamples/client_query_w_timestamp_params.py(#1785) (ba36948) - Update to_geodataframe to use query_and_wait functionality (#1800) (1298594)
v3.17.1
v3.17.0
3.17.0 (2024-01-24)
Features
Bug Fixes
query_and_waitnow retains unknown query configuration_properties(#1793) (4ba4342)- Raise
ValueErrorinquery_and_waitwith wrongjob_configtype (4ba4342)
Documentation
- Remove unused query code sample (#1769) (1f96439)
- Update
snippets.pyto usequery_and_wait(#1773) (d90602d) - Update multiple samples to change query to query_and_wait (#1784) (d1161dd)
- Update the query with no cache sample to use query_and_wait API (#1770) (955a4cd)
- Updates
querytoquery and waitin samples/desktopapp/user_credentials.py (#1787) (89f1299)
v3.16.0
v3.15.0
3.15.0 (2024-01-09)
Features
- Support JSON type in
insert_rowsand as a scalar query parameter (#1757) (02a7d12) - Support RANGE in schema (#1746) (8585747)
Bug Fixes
- Deserializing JSON subfields within structs fails (#1742) (0d93073)
- Due to upstream change in dataset, updates expected results (#1761) (132c14b)
- Load_table_from_dataframe for higher scale decimal (#1703) (b9c8be0)
- Updates types-protobuf version for mypy-samples nox session (#1764) (c0de695)