Skip to content

Releases: googleapis/python-bigquery

v2.27.1

27 Sep 19:32
3e32c1a
Compare
Choose a tag to compare

Bug Fixes

  • remove py.typed since package fails mypy check (#988) (39030f2)

v2.27.0

27 Sep 08:47
71cc728
Compare
Choose a tag to compare

Features

  • Add py.typed for PEP 561 compliance (#976) (96e6bee)
  • include key metadata in Job representation (#964) (acca1cb)

Bug Fixes

  • Arrow extension-type metadata was not set when calling the REST API or when there are no rows (#946) (864383b)
  • disambiguate missing policy tags from explicitly unset policy tags (#983) (f83c00a)
  • remove default timeout (#974) (1cef0d4)

Documentation

  • simplify destination table sample with f-strings (#966) (ab6e76f)

v2.26.0

01 Sep 20:47
db57c1c
Compare
Choose a tag to compare

Features

  • set the X-Server-Timeout header when timeout is set (#927) (ba02f24)

Bug Fixes

  • guard imports against unsupported pyarrow versions (#934) (b289076)

v2.25.2

01 Sep 13:02
936686b
Compare
Choose a tag to compare

Bug Fixes

  • error inserting DataFrame with REPEATED field (#925) (656d2fa)
  • underscores weren't allowed in struct field names when passing parameters to the DB API (#930) (fcb0bc6)

Documentation

  • update docstring for bigquery_create_routine sample (#883) (#917) (e2d12b7)

v2.25.1

25 Aug 17:47
109a536
Compare
Choose a tag to compare

Bug Fixes

  • populate default timeout and retry after client-side timeout (#896) (b508809)
  • use REST API in cell magic when requested (#892) (1cb3e55)

v2.25.0

24 Aug 21:47
f319d25
Compare
Choose a tag to compare

Features

  • Support using GeoPandas for GEOGRAPHY columns (#848) (16f65e6)

v2.24.1

19 Aug 14:02
936660b
Compare
Choose a tag to compare

Bug Fixes

  • remove pytz dependency and require pyarrow>=3.0.0 (#875) (2cb3563)

v2.24.0

11 Aug 19:48
cf6f0e9
Compare
Choose a tag to compare

Features

  • add support for transaction statistics (#849) (7f7b1a8)
  • make the same Table* instances equal to each other (#867) (c1a3d44)
  • retry failed query jobs in result() (#837) (519d99c)
  • support ScalarQueryParameterType for type_ argument in ScalarQueryParameter constructor (#850) (93d15e2)

Bug Fixes

  • make unicode characters working well in load_table_from_json (#865) (ad9c802)

v2.23.3

09 Aug 17:32
9694a4d
Compare
Choose a tag to compare

Bug Fixes

  • increase default retry deadline to 10 minutes (#859) (30770fd)

v2.23.2

29 Jul 15:18
40ef77f
Compare
Choose a tag to compare

Dependencies

  • expand pyarrow pins to support 5.x releases (#833) (80e3a61)