Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Releases: googleapis/python-bigquery-connection

v1.3.3

28 Feb 22:20
3bd4b70

Choose a tag to compare

1.3.3 (2022-02-26)

Bug Fixes

  • resolve DuplicateCredentialArgs error when using credentials_file (d1e6767)

Documentation

v1.3.2

18 Jan 22:54
c299d56

Choose a tag to compare

1.3.2 (2022-01-08)

Documentation

v1.3.1

02 Nov 20:03
68e5a7b

Choose a tag to compare

Bug Fixes

  • deps: drop packaging dependency (826da22)
  • deps: require google-api-core >= 1.28.0 (826da22)

Documentation

  • list oneofs in docstring (826da22)

v1.3.0

12 Oct 19:35
a13f505

Choose a tag to compare

Features

  • add context manager support in client (#125) (bf9cc26)

v1.2.3

06 Oct 15:17
3fd2110

Choose a tag to compare

Bug Fixes

  • add 'dict' annotation type to 'request' (87b77ee)
  • improper types in pagers generation (47d1b68)

v1.2.2

27 Jul 16:03
f785ebc

Choose a tag to compare

Bug Fixes

Documentation

  • add Samples section to CONTRIBUTING.rst (#98) (842e239)

Miscellaneous Chores

v1.2.1

21 Jul 22:48
17e0a49

Choose a tag to compare

Bug Fixes

  • deps: pin 'google-{api,cloud}-core', 'google-auth' to allow 2.x versions (#97) (11e1214)

v1.2.0

13 Jul 19:17
fe2ccf6

Choose a tag to compare

Features

  • add cloud spanner connection support (#93) (3ae2369)

v1.1.1

12 Jul 19:06
5810da1

Choose a tag to compare

Bug Fixes

  • disable always_use_jwt_access (37f28c5)
  • disable always_use_jwt_access (#91) (37f28c5)

v1.1.0

24 Jun 15:32
9cbff64

Choose a tag to compare

Features

  • add always_use_jwt_access (#88) (821fffc)
  • support self-signed JWT flow for service accounts (2f1db84)

Bug Fixes

  • add async client to %name_%version/init.py (2f1db84)
  • deps: add packaging requirement (#77) (2ab8403)
  • exclude docs and tests from package (#83) (3ef23e5)

Documentation

  • omit mention of Python 2.7 in 'CONTRIBUTING.rst' (#1127) (#85) (715e04b), closes #1126
  • Update the README to reflect that this library is GA (#79) (f737861)