Skip to content

Releases: googleapis/python-bigquery-sqlalchemy

v1.7.0

11 Jul 21:02
39a55f4
Compare
Choose a tag to compare

1.7.0 (2023-07-11)

Features

  • Added regexp_match operator support for bigquery (#511) (fd78093)
  • Remove pyarrow and bqstorage as dependencies (#847) (5d6b38c)

Bug Fixes

  • Avoid aliasing known CTEs (#839) (8a1f694)
  • Ensure correct alter table alter column statement is generated on data type changes in alembic (#845) (493430a)
  • Remove "future" dependency (#542) (ba5e244)
  • Remove type annotations from _struct.py (#733) (27814df)

Documentation

  • Pass credentials as python dictionary (#737) (074321d)

v1.6.1

01 Feb 19:59
a3b8a5f
Compare
Choose a tag to compare

1.6.1 (2023-02-01)

Bug Fixes

v1.6.0

31 Jan 19:23
0780b37
Compare
Choose a tag to compare

1.6.0 (2023-01-30)

Features

  • Enable support and testing for python 3.11 (#512) (f826d83)

Bug Fixes

v1.5.0

29 Nov 17:35
1ffab57
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Features