Commit 4efc7b2
committed
build(deps): bump coordinode-rs submodule to v0.3.15
- perf(storage): batch Extra-targeting deltas in DocumentMerge
- perf(codec): switch UidEncoder/Decoder to StreamVByte Coder1234
- perf(query): reuse adjacency key buffer in graph traversal hot path
- fix(query): percentileCont/percentileDisc now accept query parameters
No proto changes; stubs unchanged.
Update server image tag in docker-compose.yml and demo/docker-compose.yml
to 0.3.15; update demo/README.md version references.1 parent 14bd402 commit 4efc7b2
4 files changed
Lines changed: 5 additions & 5 deletions
Submodule coordinode-rs updated 30 files
- .github/workflows/docs.yml+7
- .gitignore+1
- .yarnrc.yml+1
- CHANGELOG.md+39
- Cargo.lock+12-12
- Cargo.toml+1-1
- crates/coordinode-core/Cargo.toml+1-1
- crates/coordinode-core/src/graph/codec.rs+135-25
- crates/coordinode-core/src/graph/edge.rs+96-13
- crates/coordinode-embed/src/db/mod.rs+1
- crates/coordinode-embed/tests/integration/helpers.rs+3
- crates/coordinode-query/src/executor/runner.rs+175-24
- crates/coordinode-query/src/planner/builder.rs+17
- crates/coordinode-query/src/planner/logical.rs+5
- crates/coordinode-query/tests/query_integration.rs+172
- crates/coordinode-storage/src/engine/merge.rs+337-46
- docs/.vitepress/config.mts+62-2
- docs/COMPATIBILITY.md+7-92
- docs/CYPHER_EXTENSIONS.md-282
- docs/QUICKSTART.md+1-1
- docs/cypher/compatibility.md+134
- docs/cypher/extensions.md+375
- docs/cypher/functions.md+209
- docs/cypher/index.md+68
- docs/cypher/reference.md+470
- docs/guide/hybrid-retrieval.md+2-2
- docs/guide/index.md+1-1
- docs/sdk/typescript.md+1-1
- package.json+3-2
- scripts/gen-api-docs.py+819
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
| 16 | + | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments