0.9.1 (2026-07-17)
Note that this is the latest release which removes langchain-community dependency but still not updating langchain packages to v1, so still Python 3.9 compatible.
Bug Fixes
gcloud: Migrate gsutil usage to gcloud storage by @gurusai-voleti in https://github.com/googleapis/langchain-google-spanner-python/pull/214
ci: delete inactive kokoro release folder by @suztomo in https://github.com/googleapis/langchain-google-spanner-python/pull/229
refactor: remove dependency on langchain-community and update to gemini-3.5-flash by @lcjin-del in https://github.com/googleapis/langchain-google-spanner-python/pull/238
Documentation
0.9.0 (2025-07-23)
Features
Graph_name validation on graph store construction (#162) (c753a74)
graph: Enable setting up the timeout for queries (#178) (1c5cf19), closes #170
graph: Handle cases when a single table is multiplexed by multi… (#169) (f99c115)
graph: Raise InvalidGQLGenerationError with intermediate_steps (#175) (22f2158), closes #178
Bug Fixes
graph: ‘verified_gql’ exception (9940b86)
graph: Ensure intermediate_steps always show generated query (#174) (d74f040), closes #173
graph: Optimize the size of the serialized schema (#182) (51dba31), closes #181
graph: Sorts keys to make serialization determistic (#184) (cc156f3), closes #183
Documentation
0.8.2 (2025-03-12)
Bug Fixes
Documentation
0.8.1 (2025-02-20)
Bug Fixes
0.8.0 (2025-02-07)
Features
graph: Flexible Schema Extension to SpannerGraphStore (#125) (44db678)
Implement Approximate Nearest Neighbor support for DDL (CREATE TABLE, CREATE VECTOR INDEX) (#124) (5a25f91)
samples: Provide guide for ANN vector store end-to-end usage in Jupyter Notebook (#139) (f78b9ee), closes #94
Bug Fixes
Make ANN algorithm updates based off usage + testing (#140) (524678b)
testing+linting: Add nox lint+format directives (#123) (b10dc28)