From 0da0b123846bd705d94478aab890bab66b7eefa6 Mon Sep 17 00:00:00 2001 From: "sw-release-bot[bot]" <255865126+sw-release-bot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 00:58:05 +0000 Subject: [PATCH] chore(main): release 0.8.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 24 ++++++++++++++++++++++++ pyproject.toml | 2 +- 3 files changed, 26 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e7ca613..64f3cdd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.0" + ".": "0.8.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b67538..4f1e99d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## [0.8.0](https://github.com/structured-world/coordinode-python/compare/v0.7.0...v0.8.0) (2026-04-16) + + +### Features + +* **client,adapters,demo:** schema DDL API, full-text search, Colab notebooks ([d5a4eb9](https://github.com/structured-world/coordinode-python/commit/d5a4eb9112986507295df7ffd80d5482625e26b3)) +* **client,adapters,demo:** schema DDL API, full-text search, Colab notebooks ([4ed2391](https://github.com/structured-world/coordinode-python/commit/4ed23912eeade1b0042cbff0a48e065c0a3e4e25)) + + +### Bug Fixes + +* **client,demo:** accept schema_mode as str|int; fix error messages; run install-sdk.sh at Jupyter startup ([e5c50c4](https://github.com/structured-world/coordinode-python/commit/e5c50c48c985f67336c121d1902e3dc541bf7362)) +* **client,demo:** align type annotations and query_facts param guard ([e581683](https://github.com/structured-world/coordinode-python/commit/e581683aa4da7aa6e3ce04716bcbd5b6ea9cee31)) +* **client,demo:** align type annotations with runtime; exec in docker; notebook fixes ([62ea048](https://github.com/structured-world/coordinode-python/commit/62ea0485d02e5b44dde45fb1a36ecb1e3fd7de1a)) +* **client,demo:** limit validation, HybridResult comment, embedded fallthrough ([4655747](https://github.com/structured-world/coordinode-python/commit/465574762f8732b753cfea7c8ca5f06ab2b4bda4)) +* **client,demo:** reject bool schema_mode, guard _EMBEDDED_PIP_SPEC reference ([a17b45a](https://github.com/structured-world/coordinode-python/commit/a17b45ab5cf7604da228274653a0c3972fd07259)) +* **client:** remove schema_mode from create_edge_type — proto field absent ([ded059d](https://github.com/structured-world/coordinode-python/commit/ded059d45f3f9dd60b23f098ae6caf65a64dbf08)) +* **langchain:** pass cypher params positionally for injected client compatibility ([8b7ceb4](https://github.com/structured-world/coordinode-python/commit/8b7ceb4c8e9b50f035a938d5676e3274d7d2da75)) + + +### Documentation + +* **demo:** clarify rustup supply-chain note in all notebooks ([565a74c](https://github.com/structured-world/coordinode-python/commit/565a74c8d0cacef114568861744dbff431b4fee7)) + ## [0.7.0](https://github.com/structured-world/coordinode-python/compare/v0.6.0...v0.7.0) (2026-04-13) diff --git a/pyproject.toml b/pyproject.toml index 9f80367..caabb72 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ [project] name = "coordinode-workspace" -version = "0.7.0" +version = "0.8.0" requires-python = ">=3.11" dependencies = [ "googleapis-common-protos>=1.74.0",