Skip to content

Commit 05a3b0f

Browse files
authored
chore(main): release 0.8.0 (#38)
2 parents d5a4eb9 + 0da0b12 commit 05a3b0f

3 files changed

Lines changed: 26 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.7.0"
2+
".": "0.8.0"
33
}

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## [0.8.0](https://github.com/structured-world/coordinode-python/compare/v0.7.0...v0.8.0) (2026-04-16)
4+
5+
6+
### Features
7+
8+
* **client,adapters,demo:** schema DDL API, full-text search, Colab notebooks ([d5a4eb9](https://github.com/structured-world/coordinode-python/commit/d5a4eb9112986507295df7ffd80d5482625e26b3))
9+
* **client,adapters,demo:** schema DDL API, full-text search, Colab notebooks ([4ed2391](https://github.com/structured-world/coordinode-python/commit/4ed23912eeade1b0042cbff0a48e065c0a3e4e25))
10+
11+
12+
### Bug Fixes
13+
14+
* **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))
15+
* **client,demo:** align type annotations and query_facts param guard ([e581683](https://github.com/structured-world/coordinode-python/commit/e581683aa4da7aa6e3ce04716bcbd5b6ea9cee31))
16+
* **client,demo:** align type annotations with runtime; exec in docker; notebook fixes ([62ea048](https://github.com/structured-world/coordinode-python/commit/62ea0485d02e5b44dde45fb1a36ecb1e3fd7de1a))
17+
* **client,demo:** limit validation, HybridResult comment, embedded fallthrough ([4655747](https://github.com/structured-world/coordinode-python/commit/465574762f8732b753cfea7c8ca5f06ab2b4bda4))
18+
* **client,demo:** reject bool schema_mode, guard _EMBEDDED_PIP_SPEC reference ([a17b45a](https://github.com/structured-world/coordinode-python/commit/a17b45ab5cf7604da228274653a0c3972fd07259))
19+
* **client:** remove schema_mode from create_edge_type — proto field absent ([ded059d](https://github.com/structured-world/coordinode-python/commit/ded059d45f3f9dd60b23f098ae6caf65a64dbf08))
20+
* **langchain:** pass cypher params positionally for injected client compatibility ([8b7ceb4](https://github.com/structured-world/coordinode-python/commit/8b7ceb4c8e9b50f035a938d5676e3274d7d2da75))
21+
22+
23+
### Documentation
24+
25+
* **demo:** clarify rustup supply-chain note in all notebooks ([565a74c](https://github.com/structured-world/coordinode-python/commit/565a74c8d0cacef114568861744dbff431b4fee7))
26+
327
## [0.7.0](https://github.com/structured-world/coordinode-python/compare/v0.6.0...v0.7.0) (2026-04-13)
428

529

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[project]
66
name = "coordinode-workspace"
7-
version = "0.7.0"
7+
version = "0.8.0"
88
requires-python = ">=3.11"
99
dependencies = [
1010
"googleapis-common-protos>=1.74.0",

0 commit comments

Comments
 (0)