Releases: googleapis/python-bigquery
Releases · googleapis/python-bigquery
google-cloud-bigquery 3.39.0
15 Dec 23:36
Compare
Sorry, something went wrong.
No results found
3.39.0 (2025-12-12)
Features
Bug Fixes
Documentation
remove experimental annotations from GA features (#2303 ) (1f1f9d41 )
v3.38.0
17 Sep 20:23
Compare
Sorry, something went wrong.
No results found
v3.37.0
09 Sep 17:01
Compare
Sorry, something went wrong.
No results found
3.37.0 (2025-09-08)
Features
Bug Fixes
Remove deepcopy while setting properties for _QueryResults (#2280 ) (33ea296 )
Documentation
Clarify that the presence of XyzJob.errors doesn't necessarily mean that the job has not completed or was unsuccessful (#2278 ) (6e88d7d )
Clarify the api_method arg for client.query() (#2277 ) (8a13c12 )
v3.36.0
20 Aug 20:03
Compare
Sorry, something went wrong.
No results found
3.36.0 (2025-08-20)
Features
Add created/started/ended properties to RowIterator. (#2260 ) (0a95b24 )
Retry query jobs if jobBackendError or jobInternalError are encountered (#2256 ) (3deff1d )
Documentation
Add a TROUBLESHOOTING.md file with tips for logging (#2262 ) (b684832 )
Update README to break infinite redirect loop (#2254 ) (8f03166 )
v3.35.1
24 Jul 14:57
Compare
Sorry, something went wrong.
No results found
3.35.1 (2025-07-21)
Documentation
Specify the inherited-members directive for job classes (#2244 ) (d207f65 )
v3.35.0
16 Jul 00:29
Compare
Sorry, something went wrong.
No results found
3.35.0 (2025-07-15)
Features
Add null_markers property to LoadJobConfig and CSVOptions (#2239 ) (289446d )
Add total slot ms to RowIterator (#2233 ) (d44bf02 )
Add UpdateMode to update_dataset (#2204 ) (eb9c2af )
Adds dataset_view parameter to get_dataset method (#2198 ) (28a5750 )
Adds date_format to load job and external config (#2231 ) (7d31828 )
Adds datetime_format as an option (#2236 ) (54d3dc6 )
Adds source_column_match and associated tests (#2227 ) (6d5d236 )
Adds time_format and timestamp_format and associated tests (#2238 ) (371ad29 )
Adds time_zone to external config and load job (#2229 ) (b2300d0 )
Bug Fixes
Adds magics.context.project to eliminate issues with unit tests … (#2228 ) (27ff3a8 )
Fix rows returned when both start_index and page_size are provided (#2181 ) (45643a2 )
Make AccessEntry equality consistent with from_api_repr (#2218 ) (4941de4 )
Update type hints for various BigQuery files (#2206 ) (b863291 )
Documentation
Improve clarity of "Output Only" fields in Dataset class (#2201 ) (bd5aba8 )
v3.34.0
27 May 20:34
Compare
Sorry, something went wrong.
No results found
3.34.0 (2025-05-27)
Features
Bug Fixes
Documentation
v3.33.0
19 May 23:27
Compare
Sorry, something went wrong.
No results found
3.33.0 (2025-05-19)
Features
Add ability to set autodetect_schema query param in update_table (#2171 ) (57f940d )
Add dtype parameters to to_geodataframe functions (#2176 ) (ebfd0a8 )
Support job reservation (#2186 ) (cb646ce )
Bug Fixes
Ensure AccessEntry equality and repr uses the correct entity_type (#2182 ) (0217637 )
Ensure SchemaField.field_dtype returns a string (#2188 ) (7ec2848 )
v3.32.0
12 May 17:04
Compare
Sorry, something went wrong.
No results found
3.32.0 (2025-05-12) - YANKED
Reason this release was yanked:
PR #2154 caused a performance regression.
Features
Add dataset access policy version attribute (#2169 ) (b7656b9 )
Add preview support for incremental results (#2145 ) (22b80bb )
Add WRITE_TRUNCATE_DATA enum (#2166 ) (4692747 )
Adds condition class and assoc. unit tests (#2159 ) (a69d6b7 )
Support BigLakeConfiguration (managed Iceberg tables) (#2162 ) (a1c8e9a )
Update the AccessEntry class with a new condition attribute and unit tests (#2163 ) (7301667 )
Bug Fixes
query() now warns when job_id is set and the default job_retry is ignored (#2167 ) (ca1798a )
Empty record dtypes (#2147 ) (77d7173 )
Table iterator should not use bqstorage when page_size is not None (#2154 ) (e89a707 )
v3.31.0
25 Mar 18:45
Compare
Sorry, something went wrong.
No results found
3.31.0 (2025-03-20)
Features
Add query text and total bytes processed to RowIterator (#2140 ) (2d5f932 )
Add support for Python 3.13 (0842aa1 )
Bug Fixes
Adding property setter for table constraints, #1990 (#2092 ) (f8572dd )
Allow protobuf 6.x (0842aa1 )
Avoid "Unable to determine type" warning with JSON columns in to_dataframe (#1876 ) (968020d )
Remove setup.cfg configuration for creating universal wheels (#2146 ) (d7f7685 )
Dependencies
Remove Python 3.7 and 3.8 as supported runtimes (#2133 ) (fb7de39 )