Skip to content

Releases: googleapis/python-bigquery-sqlalchemy

v1.5.0

29 Nov 17:35
1ffab57

Choose a tag to compare

1.5.0 (2022-11-29)

Features

  • Allow Users to Supply Their Own BigQuery Client (#474) (4f72d4e)

Bug Fixes

  • deps: Allow pyarrow version 7+ (#479) (0f6be67)
  • Require python 3.7+ (#468) (52ec808)
  • Sets cache support to false, removes upper req limit (#499) (be63adc)
  • Updates test to account for UTC in failing test (#501) (a050ccf)
  • Use packaging version parser instead of string splitting (#513) (bb7f6a7)

v1.4.4

09 Jun 15:17
06c0270

Choose a tag to compare

1.4.4 (2022-06-03)

Documentation

  • fix changelog header to consistent size (#461) (177e70a)

v1.4.3

22 Mar 20:12
fd1dada

Choose a tag to compare

1.4.3 (2022-03-22)

Bug Fixes

  • correct license text from Apache to MIT (#436) (dbf7501)

v1.4.2

22 Mar 18:52
eb8f3f8

Choose a tag to compare

1.4.2 (2022-03-22)

Bug Fixes

  • use explicit rather than implicit relative imports (#433) (ca20d3d)
  • use faux_conn rather than engine in unit tests (#431) (275506f)

Dependencies

  • require google-cloud-bigquery-storage to avoid performance warning (#414) (ff3273f)

v1.4.1

07 Mar 19:01
7f751dd

Choose a tag to compare

1.4.1 (2022-03-07)

Bug Fixes

  • deps: require google-api-core>=1.31.5, >=2.3.2 (#419) (52339f7)

v1.4.0

22 Feb 18:28
eb82cc4

Choose a tag to compare

1.4.0 (2022-02-22)

Features

  • Allow base64 encoded credentials in URI (#410) (e2f9821)

Bug Fixes

  • POSTCOMPILE expansion in SQLAlchemy 1.4.27+ (#408) (7844813)

v1.3.0

04 Jan 19:28
9e0205e

Choose a tag to compare

Features

v1.2.2

17 Nov 21:35
6e2fa49

Choose a tag to compare

Bug Fixes

  • avoid aliasing known tables used in CTEs (#369) (4b05d21)

v1.2.1

27 Oct 14:18
ae67e47

Choose a tag to compare

Bug Fixes

  • avoid creating aliases for already-known tables (#361) (1ce4e14)
  • avoid scribbling on (reused) bind param (#365) (d28cac5)
  • include external tables in 'get_table_names' (#363) (5e158fe)

v1.2.0

09 Sep 19:03
f6d2799

Choose a tag to compare

Features

Bug Fixes

  • the unnest function lost needed type information (#298) (1233182)