Skip to content

Commit 9e4ddeb

Browse files
authored
Merge pull request #16 from structured-world/release-please--branches--main--components--sdk
chore(main): release 0.4.4
2 parents d59e27e + 24facde commit 9e4ddeb

3 files changed

Lines changed: 16 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.4.3"
2+
".": "0.4.4"
33
}

CHANGELOG.md

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

3+
## [0.4.4](https://github.com/structured-world/coordinode-python/compare/v0.4.3...v0.4.4) (2026-04-09)
4+
5+
6+
### Bug Fixes
7+
8+
* **adapters:** fix wildcard [r] in refresh_schema, depth default, docstrings ([64a2877](https://github.com/structured-world/coordinode-python/commit/64a2877b12dabb759f44fd5e40f7b49896a55f2e))
9+
* **adapters:** raise NotImplementedError for unsupported wildcard patterns ([19a3b34](https://github.com/structured-world/coordinode-python/commit/19a3b346efbb080da35b2db6b442dc3fbf82d669))
10+
* **adapters:** use unconditional CREATE for edges; fix get_rel_map ([f045c77](https://github.com/structured-world/coordinode-python/commit/f045c77e01a5d8ba20dcb87923ed68f4ce4337dc))
11+
* CoordiNode Cypher compatibility — add_graph_documents, __type__/__label__, MATCH+CREATE ([d59e27e](https://github.com/structured-world/coordinode-python/commit/d59e27e02a7bd0d97d97d950ffd5b3ad982b8817))
12+
* harden refresh_schema, _stable_document_id, get_rel_map limit ([828e8d9](https://github.com/structured-world/coordinode-python/commit/828e8d976c607d1f7745eec9beb6c5692e252913))
13+
* **langchain:** enforce node.id as merge key; stable document IDs ([13487c9](https://github.com/structured-world/coordinode-python/commit/13487c9ca3b72ffce1a7ba17b8c37e988a692a10))
14+
* **langchain:** implement add_graph_documents and use __label__/__type__ ([50fb1f1](https://github.com/structured-world/coordinode-python/commit/50fb1f1c23519e43eb6d55f1d8014400cb700471)), closes [#14](https://github.com/structured-world/coordinode-python/issues/14)
15+
* **llama-index:** use __type__ for rel type and MATCH+CREATE for edges ([c06a820](https://github.com/structured-world/coordinode-python/commit/c06a820448c9d4d1bd0c33e2d356b75be6abb542)), closes [#14](https://github.com/structured-world/coordinode-python/issues/14)
16+
317
## [0.4.3](https://github.com/structured-world/coordinode-python/compare/v0.4.2...v0.4.3) (2026-04-09)
418

519

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.4.3"
7+
version = "0.4.4"
88
requires-python = ">=3.11"
99
dependencies = [
1010
"googleapis-common-protos>=1.74.0",

0 commit comments

Comments
 (0)