Skip to content

Releases: googleapis/python-bigquery-sqlalchemy

v1.10.0rc1

17 Jan 21:22
Compare
Choose a tag to compare
v1.10.0rc1 Pre-release
Pre-release

1.10.0rc1 (2024-1-17)

Features

  • Drop support for SQLAlchemy versions 1.2 and 1.3, maintain support for 1.4 and add support for 2.0 (#920)

v1.9.0

11 Dec 23:03
99e5f6e
Compare
Choose a tag to compare

1.9.0 (2023-12-10)

Features

Bug Fixes

  • Remove Python 3.7 support due to EOL (#900) (45fcad4)
  • Removing Python 3.7 from sync-repo-settings.yaml file (#902) (afd895e)

v1.9.0rc1

06 Dec 21:42
Compare
Choose a tag to compare
v1.9.0rc1 Pre-release
Pre-release

1.9.0rc1

Features

Bug Fixes

  • Remove Python 3.7 support due to EOL (#900) (45fcad4)
  • Removing Python 3.7 from sync-repo-settings.yaml file (#902) (afd895e)

v1.8.0

15 Aug 13:33
246009b
Compare
Choose a tag to compare

1.8.0 (2023-08-11)

Features

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)