Skip to content

Commit d1966b6

Browse files
committed
build(deps): bump coordinode to v0.3.11, update proto submodule
- coordinode-rs submodule: v0.3.10 (bd538f9) → v0.3.11 (0ff4b47) Bug fixes: MERGE on existing node with unique constraint, WAL crash durability, cluster join protocol - proto submodule: 97c11c6 → 0428726 New RPCs: JoinNode, JoinProgress (cluster join); read routing and consistency fields in ExecuteCypher; DecommissionNode in cluster admin - docker-compose.yml: coordinode:0.3.10 → coordinode:0.3.11
1 parent 3a81044 commit d1966b6

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ version: "3.9"
77

88
services:
99
coordinode:
10-
image: ghcr.io/structured-world/coordinode:0.3.10
10+
image: ghcr.io/structured-world/coordinode:0.3.11
1111
container_name: coordinode
1212
ports:
1313
- "7080:7080" # gRPC

0 commit comments

Comments
 (0)