0.9.0 (2025-07-23)
- 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
- 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
0.8.2 (2025-03-12)
- graph: Minor tweek to the prompts (#158) (35a6342)
- Handle unspecified column_configs for KNN (#157) (2109892)
0.8.1 (2025-02-20)
- graph: Allow property names with different cases (#149) (37f2324)
- graph: Support DATE type (#150) (941e38e)
0.8.0 (2025-02-07)
- 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
- Make ANN algorithm updates based off usage + testing (#140) (524678b)
- testing+linting: Add nox lint+format directives (#123) (b10dc28)
0.7.0 (2025-01-29)
0.6.0 (2024-12-05)
0.5.0 (2024-11-25)
0.4.1 (2024-10-04)
0.4.0 (2024-09-24)
0.3.0 (2024-05-06)
0.2.1 (2024-03-06)
0.2.0 (2024-02-29)
- Adding codelab for Spanner with DocLoader, VectorStore & Memory (#23) (06a6c95)
- Update Sample Netflix Application (#28) (2508ca8)