Skip to content

Commit 3872af1

Browse files
chore(main): release 0.8.0 (#134)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 44db678 commit 3872af1

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [0.8.0](https://github.com/googleapis/langchain-google-spanner-python/compare/v0.7.0...v0.8.0) (2025-02-07)
4+
5+
6+
### Features
7+
8+
* **graph:** Flexible Schema Extension to SpannerGraphStore ([#125](https://github.com/googleapis/langchain-google-spanner-python/issues/125)) ([44db678](https://github.com/googleapis/langchain-google-spanner-python/commit/44db67837dd81344fecfe068c2036d5a5345aecf))
9+
* Implement Approximate Nearest Neighbor support for DDL (CREATE TABLE, CREATE VECTOR INDEX) ([#124](https://github.com/googleapis/langchain-google-spanner-python/issues/124)) ([5a25f91](https://github.com/googleapis/langchain-google-spanner-python/commit/5a25f91d5e96e19fc7b05b50fc98b79baa8b8f9e))
10+
* **samples:** Provide guide for ANN vector store end-to-end usage in Jupyter Notebook ([#139](https://github.com/googleapis/langchain-google-spanner-python/issues/139)) ([f78b9ee](https://github.com/googleapis/langchain-google-spanner-python/commit/f78b9ee37497876946745f5ed78c2c62b185b3eb)), closes [#94](https://github.com/googleapis/langchain-google-spanner-python/issues/94)
11+
12+
13+
### Bug Fixes
14+
15+
* Make ANN algorithm updates based off usage + testing ([#140](https://github.com/googleapis/langchain-google-spanner-python/issues/140)) ([524678b](https://github.com/googleapis/langchain-google-spanner-python/commit/524678b3038e61d73fb49469a678ef16cdf8ae7c))
16+
* **testing+linting:** Add nox lint+format directives ([#123](https://github.com/googleapis/langchain-google-spanner-python/issues/123)) ([b10dc28](https://github.com/googleapis/langchain-google-spanner-python/commit/b10dc28ac0f30b0907be2c0747c1890d4d0ba034))
17+
318
## [0.7.0](https://github.com/googleapis/langchain-google-spanner-python/compare/v0.6.0...v0.7.0) (2025-01-29)
419

520

src/langchain_google_spanner/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "0.7.0"
15+
__version__ = "0.8.0"

0 commit comments

Comments
 (0)