Skip to content

Commit 6164a0a

Browse files
authored
Merge pull request #367
feat/execution-dbos
2 parents 0d4b762 + 04ff1ab commit 6164a0a

22 files changed

Lines changed: 107 additions & 13 deletions

File tree

apps/chaingraph-backend/CHANGELOG.md

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

3+
## 0.6.3
4+
5+
### Patch Changes
6+
7+
- feat: add pg-listen dependency and update Vite configuration for improved module handling
8+
- Updated dependencies
9+
- @badaitech/chaingraph-nodes@0.6.3
10+
- @badaitech/chaingraph-types@0.6.3
11+
- @badaitech/chaingraph-trpc@0.6.3
12+
313
## 0.6.2
414

515
### 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.6.2",
4+
"version": "0.6.3",
55
"private": false,
66
"description": "Backend server for the Chaingraph project",
77
"license": "BUSL-1.1",

apps/chaingraph-execution-api/CHANGELOG.md

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

3+
## 0.6.3
4+
5+
### Patch Changes
6+
7+
- feat: add pg-listen dependency and update Vite configuration for improved module handling
8+
- Updated dependencies
9+
- @badaitech/chaingraph-executor@0.6.3
10+
- @badaitech/chaingraph-nodes@0.6.3
11+
- @badaitech/chaingraph-types@0.6.3
12+
- @badaitech/chaingraph-trpc@0.6.3
13+
- @badaitech/badai-api@0.6.3
14+
315
## 0.6.2
416

517
### Patch Changes

apps/chaingraph-execution-api/package.json

Lines changed: 2 additions & 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.6.2",
4+
"version": "0.6.3",
55
"private": false,
66
"description": "Chaingraph tRPC Server - Scalable API server for Chaingraph execution management",
77
"license": "BUSL-1.1",
@@ -56,6 +56,7 @@
5656
"nanoid": "^5.1.6",
5757
"nanoid-dictionary": "^5.0.0",
5858
"pg": "^8.16.3",
59+
"pg-listen": "^1.7.0",
5960
"pg-native": "^3.5.2",
6061
"superjson": "^2.2.2",
6162
"winston": "^3.18.3",

apps/chaingraph-execution-api/vite.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ export default defineConfig({
4444
rollupOptions: {
4545
external: [
4646
'bigint-crypto-utils',
47+
'pg',
48+
'pg-listen',
49+
'pg-native',
4750
],
4851
},
4952
},

apps/chaingraph-execution-worker/CHANGELOG.md

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

3+
## 0.6.3
4+
5+
### Patch Changes
6+
7+
- feat: add pg-listen dependency and update Vite configuration for improved module handling
8+
- Updated dependencies
9+
- @badaitech/chaingraph-executor@0.6.3
10+
- @badaitech/chaingraph-nodes@0.6.3
11+
- @badaitech/chaingraph-types@0.6.3
12+
- @badaitech/chaingraph-trpc@0.6.3
13+
- @badaitech/badai-api@0.6.3
14+
315
## 0.6.2
416

517
### Patch Changes

apps/chaingraph-execution-worker/package.json

Lines changed: 2 additions & 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.6.2",
4+
"version": "0.6.3",
55
"private": false,
66
"description": "Chaingraph Execution Worker Service which connected to Kafka and process the flow executions",
77
"license": "BUSL-1.1",
@@ -56,6 +56,7 @@
5656
"nanoid": "^5.1.6",
5757
"nanoid-dictionary": "^5.0.0",
5858
"pg": "^8.16.3",
59+
"pg-listen": "^1.7.0",
5960
"superjson": "^2.2.2",
6061
"winston": "^3.18.3",
6162
"winston-transport": "^4.9.0",

apps/chaingraph-frontend/CHANGELOG.md

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

3+
## 0.6.3
4+
5+
### Patch Changes
6+
7+
- feat: add pg-listen dependency and update Vite configuration for improved module handling
8+
- Updated dependencies
9+
- @badaitech/chaingraph-executor@0.6.3
10+
- @badaitech/chaingraph-nodes@0.6.3
11+
- @badaitech/chaingraph-types@0.6.3
12+
- @badaitech/chaingraph-trpc@0.6.3
13+
- @badaitech/badai-api@0.6.3
14+
315
## 0.6.2
416

517
### 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.6.2",
4+
"version": "0.6.3",
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.6.2",
4+
"version": "0.6.3",
55
"private": true,
66
"description": "Bad AI GraphQL API client example",
77
"license": "BUSL-1.1",

0 commit comments

Comments
 (0)