Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-individual-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"packages/google-crc32c": "1.8.0",
"packages/pandas-gbq": "0.35.0",
"preview-packages/google-cloud-compute": "1.51.0-preview.1",
"packages/sqlalchemy-spanner": "1.19.0"
"packages/sqlalchemy-spanner": "1.20.0"
}
2 changes: 1 addition & 1 deletion librarian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2620,6 +2620,6 @@ libraries:
python:
library_type: INTEGRATION
- name: sqlalchemy-spanner
version: 1.19.0
version: 1.20.0
python:
library_type: INTEGRATION
14 changes: 14 additions & 0 deletions packages/sqlalchemy-spanner/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@

[1]: https://pypi.org/project/sqlalchemy-spanner/#history

## [1.20.0](https://github.com/googleapis/google-cloud-python/compare/sqlalchemy-spanner-v1.19.0...sqlalchemy-spanner-v1.20.0) (2026-08-06)


### Features

* **sqlalchemy-spanner:** export MAX_SIZE constant ([#17922](https://github.com/googleapis/google-cloud-python/issues/17922)) ([e15c21d](https://github.com/googleapis/google-cloud-python/commit/e15c21dbe759743b16293d0a084813193ec16dbf))
* **sqlalchemy-spanner:** native UUID data type support in dialect ([#17913](https://github.com/googleapis/google-cloud-python/issues/17913)) ([6431932](https://github.com/googleapis/google-cloud-python/commit/64319325a5c1b0bc4f6de4a26a9e9ab90d0c3de0))


### Bug Fixes

* **sqlalchemy-spanner:** fix get_multi_indexes crash on SEARCH indexes ([#17907](https://github.com/googleapis/google-cloud-python/issues/17907)) ([5b2da81](https://github.com/googleapis/google-cloud-python/commit/5b2da81e2e63b154e6441a5abe6ad78688340f5a))
* **sqlalchemy-spanner:** register TOKENLIST in _type_map for reflection ([#17911](https://github.com/googleapis/google-cloud-python/issues/17911)) ([788208b](https://github.com/googleapis/google-cloud-python/commit/788208bab493ae7e507e94841c1a3a27f49b6b18))

## [1.19.0](https://github.com/googleapis/google-cloud-python/compare/sqlalchemy-spanner-v1.18.0...sqlalchemy-spanner-v1.19.0) (2026-06-02)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# license that can be found in the LICENSE file or at
# https://developers.google.com/open-source/licenses/bsd

__version__ = "1.19.0"
__version__ = "1.20.0"
Loading