Skip to content

Releases: googleapis/python-bigquery-sqlalchemy

v1.11.0.dev2

01 Feb 18:07

Choose a tag to compare

v1.11.0.dev2 Pre-release
Pre-release

1.11.0.dev2 (2024-02-01)

v1.11.0.dev1

30 Jan 19:55

Choose a tag to compare

v1.11.0.dev1 Pre-release
Pre-release

1.11.0.dev1 (2024-01-30)

Bug Fixes

  • Fix coverage test issues in SQLAlchemy migration (#987)
  • Cleanup test_sqlalchemy_dialect file for readability (#1018)

v.1.11.0.dev0

25 Jan 19:47

Choose a tag to compare

v.1.11.0.dev0 Pre-release
Pre-release

1.11.0.dev0 (2024-01-25)

Features

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

v1.10.0rc1

17 Jan 21:22

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

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

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

Choose a tag to compare

1.8.0 (2023-08-11)

Features

v1.7.0

11 Jul 21:02
39a55f4

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

Choose a tag to compare

1.6.1 (2023-02-01)

Bug Fixes

v1.6.0

31 Jan 19:23
0780b37

Choose a tag to compare

1.6.0 (2023-01-30)

Features

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

Bug Fixes