Releases: googleapis/python-bigquery
Releases · googleapis/python-bigquery
v3.11.0
01 Jun 16:41
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
1.28.3 (2022-12-14)
Bug Fixes
Fix invalid version specification of pyarrow (#1403 ) (4812d82 )
v3.9.0
28 Mar 16:15
Compare
Sorry, something went wrong.
No results found
3.9.0 (2023-03-28)
Features
Bug Fixes
Keyerror when the load_table_from_dataframe accesses a unmapped dtype dataframe index (#1535 ) (a69348a )
v3.8.0
27 Mar 14:04
Compare
Sorry, something went wrong.
No results found
3.8.0 (2023-03-24)
Features
Add bool, int, float, string dtype to to_dataframe (#1529 ) (5e4465d )
Add default LoadJobConfig to Client (#1526 ) (a2520ca )
Expose configuration property on CopyJob, ExtractJob, LoadJob, QueryJob (#1521 ) (8270a10 )
Bug Fixes
Loosen ipywidgets restrictions further to address ipython compatibility issues (#1531 ) (50e5026 )
v3.7.0
13 Mar 17:46
Compare
Sorry, something went wrong.
No results found
3.7.0 (2023-03-06)
Features
Add connection_properties and create_session to LoadJobConfig (#1509 ) (cd0aaa1 )
Add default_query_job_config property and property setter to BQ client (#1511 ) (a23092c )
Documentation
v3.6.0
22 Feb 21:37
Compare
Sorry, something went wrong.
No results found
3.6.0 (2023-02-22)
Features
Adding preserveAsciiControlCharacter to CSVOptions (#1491 ) (f832e7a )
Bug Fixes
Annotate optional integer parameters with optional type (#1487 ) (a190aaa )
Loosen ipywidget dependency (#1504 ) (20d3276 )
Removes scope to avoid unnecessary duplication (#1503 ) (665d7ba )
Dependencies
Update minimum google-cloud-core to 1.6.0 (a190aaa )
v3.5.0
01 Feb 18:42
Compare
Sorry, something went wrong.
No results found
3.5.0 (2023-01-31)
Features
Add str method to DatasetReference (#1477 ) (f32df1f )
Add preserveAsciiControlCharacter to LoadJobConfig (#1484 ) (bd1da9a )
Documentation
Adds snippet for creating table with external data config (#1420 ) (f0ace2a )
Revise delete label table code sample, add TODO to clean up sni… (#1466 ) (0dab7d2 )
samples: Table variable fix (#1287 ) (a71888a )
v3.4.2
18 Jan 14:37
Compare
Sorry, something went wrong.
No results found
3.4.2 (2023-01-13)
Bug Fixes
Add support for python 3.11 (#1463 ) (730a1de )
Require grpcio >= 1.49.1 for python 3.11 (72b25c5 )
Dependencies
Remove upper bound on packaging dependency (#1440 ) (6088129 )
Documentation
Create sample to write schema file from table (#1439 ) (093cc68 )
Created samples for load table and create table from schema file (#1436 ) (8ad2e5b )
Revise create table cmek sample (#1452 ) (57740e4 )
Revise get table labels code sample, add TODO to clean up snipp… (#1464 ) (b5ccbfe )
Revise label table code samples (#1451 ) (14ae1f2 )
Revise sample for nested schema (#1446 ) (a097631 )
v3.4.1
12 Dec 15:23
Compare
Sorry, something went wrong.
No results found
3.4.1 (2022-12-09)
Documentation
Add info about streaming quota limits to insert_rows* methods (#1409 ) (0f08e9a )
Dependencies
make pyarrow and BQ Storage optional dependencies (e1aa921 )