Skip to content

Commit d09b893

Browse files
authored
Merge pull request #309 from badaitech/fix/imoport-nodes-legacy
fix/import-nodes-legacy
2 parents adb9e01 + 337bc87 commit d09b893

23 files changed

Lines changed: 227 additions & 54 deletions

File tree

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"brave-webs-refuse",
2222
"chubby-numbers-enjoy",
2323
"cold-news-fold",
24+
"cold-turtles-laugh",
2425
"dirty-glasses-drop",
2526
"easy-candies-smile",
2627
"full-readers-itch",
@@ -30,6 +31,7 @@
3031
"lovely-areas-count",
3132
"modern-pants-train",
3233
"olive-ears-camp",
34+
"petite-paws-cut",
3335
"proud-clouds-report",
3436
"rude-parts-heal",
3537
"sixty-humans-smile",

apps/chaingraph-backend/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @badaitech/chaingraph-backend
22

3+
## 0.5.5-dev.22
4+
5+
### Patch Changes
6+
7+
- feat: enhance edge connection handling with parallel execution and improved error logging
8+
9+
## 0.5.5-dev.21
10+
11+
### Patch Changes
12+
13+
- feat: extend ClipboardDataSchema to support legacy SerializedNodeSchemaV1
14+
315
## 0.5.5-dev.20
416

517
### Patch Changes

apps/chaingraph-backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@badaitech/chaingraph-backend",
33
"type": "module",
4-
"version": "0.5.5-dev.20",
4+
"version": "0.5.5-dev.22",
55
"private": false,
66
"description": "Backend server for the Chaingraph project",
77
"license": "BUSL-1.1",

apps/chaingraph-execution-api/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# @badaitech/chaingraph-execution-api
22

3+
## 0.5.5-dev.22
4+
5+
### Patch Changes
6+
7+
- feat: enhance edge connection handling with parallel execution and improved error logging
8+
- Updated dependencies
9+
- @badaitech/chaingraph-executor@0.5.5-dev.22
10+
- @badaitech/chaingraph-types@0.5.5-dev.22
11+
- @badaitech/chaingraph-trpc@0.5.5-dev.22
12+
13+
## 0.5.5-dev.21
14+
15+
### Patch Changes
16+
17+
- feat: extend ClipboardDataSchema to support legacy SerializedNodeSchemaV1
18+
- Updated dependencies
19+
- @badaitech/chaingraph-trpc@0.5.5-dev.21
20+
- @badaitech/chaingraph-executor@0.5.5-dev.21
21+
- @badaitech/chaingraph-types@0.5.5-dev.21
22+
323
## 0.5.5-dev.20
424

525
### Patch Changes

apps/chaingraph-execution-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@badaitech/chaingraph-execution-api",
33
"type": "module",
4-
"version": "0.5.5-dev.20",
4+
"version": "0.5.5-dev.22",
55
"private": false,
66
"description": "Chaingraph tRPC Server - Scalable API server for Chaingraph execution management",
77
"license": "BUSL-1.1",

apps/chaingraph-execution-worker/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# @badaitech/chaingraph-execution-worker
22

3+
## 0.5.5-dev.22
4+
5+
### Patch Changes
6+
7+
- feat: enhance edge connection handling with parallel execution and improved error logging
8+
- Updated dependencies
9+
- @badaitech/chaingraph-executor@0.5.5-dev.22
10+
- @badaitech/chaingraph-nodes@0.5.5-dev.22
11+
- @badaitech/chaingraph-types@0.5.5-dev.22
12+
- @badaitech/chaingraph-trpc@0.5.5-dev.22
13+
14+
## 0.5.5-dev.21
15+
16+
### Patch Changes
17+
18+
- feat: extend ClipboardDataSchema to support legacy SerializedNodeSchemaV1
19+
- Updated dependencies
20+
- @badaitech/chaingraph-trpc@0.5.5-dev.21
21+
- @badaitech/chaingraph-executor@0.5.5-dev.21
22+
- @badaitech/chaingraph-nodes@0.5.5-dev.21
23+
- @badaitech/chaingraph-types@0.5.5-dev.21
24+
325
## 0.5.5-dev.20
426

527
### Patch Changes

apps/chaingraph-execution-worker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@badaitech/chaingraph-execution-worker",
33
"type": "module",
4-
"version": "0.5.5-dev.20",
4+
"version": "0.5.5-dev.22",
55
"private": false,
66
"description": "Chaingraph Execution Worker Service which connected to Kafka and process the flow executions",
77
"license": "BUSL-1.1",

apps/chaingraph-frontend/CHANGELOG.md

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

3+
## 0.5.5-dev.22
4+
5+
### Patch Changes
6+
7+
- feat: enhance edge connection handling with parallel execution and improved error logging
8+
- Updated dependencies
9+
- @badaitech/chaingraph-executor@0.5.5-dev.22
10+
- @badaitech/chaingraph-nodes@0.5.5-dev.22
11+
- @badaitech/chaingraph-types@0.5.5-dev.22
12+
- @badaitech/chaingraph-trpc@0.5.5-dev.22
13+
- @badaitech/badai-api@0.5.5-dev.22
14+
15+
## 0.5.5-dev.21
16+
17+
### Patch Changes
18+
19+
- feat: extend ClipboardDataSchema to support legacy SerializedNodeSchemaV1
20+
- Updated dependencies
21+
- @badaitech/chaingraph-trpc@0.5.5-dev.21
22+
- @badaitech/badai-api@0.5.5-dev.21
23+
- @badaitech/chaingraph-executor@0.5.5-dev.21
24+
- @badaitech/chaingraph-nodes@0.5.5-dev.21
25+
- @badaitech/chaingraph-types@0.5.5-dev.21
26+
327
## 0.5.5-dev.20
428

529
### Patch Changes

apps/chaingraph-frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@badaitech/chaingraph-frontend",
33
"type": "module",
4-
"version": "0.5.5-dev.20",
4+
"version": "0.5.5-dev.22",
55
"private": false,
66
"description": "Frontend application for the Chaingraph project",
77
"license": "BUSL-1.1",

packages/badai-api-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@badaitech/badai-api-example",
33
"type": "module",
4-
"version": "0.5.5-dev.20",
4+
"version": "0.5.5-dev.22",
55
"private": true,
66
"description": "Bad AI GraphQL API client example",
77
"license": "BUSL-1.1",

0 commit comments

Comments
 (0)