Skip to content

Commit d7104fc

Browse files
authored
Merge pull request #178 from badaitech/feat/single-node-direct-secret
Feat: Rename Secret decorator to PortSecret and update related references. Add new UnencryptedSecretNode and remove direct secrets.
2 parents a6fb301 + fceec6a commit d7104fc

36 files changed

Lines changed: 434 additions & 573 deletions

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.2.1
4+
5+
### Patch Changes
6+
7+
- feat: Replace DirectSecret with UnencryptedSecretNode, rename Secret decorator to PortSecret, migrate OKX to use centralized secret management, and add configurable secret types with encryption support
8+
- Updated dependencies
9+
- @badaitech/chaingraph-nodes@0.2.1
10+
- @badaitech/chaingraph-types@0.2.1
11+
- @badaitech/chaingraph-trpc@0.2.1
12+
313
## 0.2.0
414

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

apps/chaingraph-frontend/CHANGELOG.md

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

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- feat: Replace DirectSecret with UnencryptedSecretNode, rename Secret decorator to PortSecret, migrate OKX to use centralized secret management, and add configurable secret types with encryption support
8+
- Updated dependencies
9+
- @badaitech/chaingraph-nodes@0.2.1
10+
- @badaitech/chaingraph-types@0.2.1
11+
- @badaitech/badai-api@0.2.1
12+
- @badaitech/chaingraph-trpc@0.2.1
13+
314
## 0.2.0
415

516
### Minor 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.2.0",
4+
"version": "0.2.1",
55
"private": false,
66
"description": "Frontend application for the Chaingraph project",
77
"license": "BUSL-1.1",

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",
33
"type": "module",
4-
"version": "0.2.0",
4+
"version": "0.2.1",
55
"private": false,
66
"packageManager": "pnpm@10.11.1",
77
"license": "BUSL-1.1",

packages/badai-api/CHANGELOG.md

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

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- feat: Replace DirectSecret with UnencryptedSecretNode, rename Secret decorator to PortSecret, migrate OKX to use centralized secret management, and add configurable secret types with encryption support
8+
39
## 0.2.0
410

511
### Minor Changes

packages/badai-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/badai-api",
33
"type": "module",
4-
"version": "0.2.0",
4+
"version": "0.2.1",
55
"private": false,
66
"description": "Bad AI GraphQL API client",
77
"license": "BUSL-1.1",

packages/chaingraph-nodes/CHANGELOG.md

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

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- feat: Replace DirectSecret with UnencryptedSecretNode, rename Secret decorator to PortSecret, migrate OKX to use centralized secret management, and add configurable secret types with encryption support
8+
- Updated dependencies
9+
- @badaitech/chaingraph-types@0.2.1
10+
311
## 0.2.0
412

513
### Minor Changes

packages/chaingraph-nodes/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-nodes",
33
"type": "module",
4-
"version": "0.2.0",
4+
"version": "0.2.1",
55
"private": false,
66
"description": "Node components for the Chaingraph project",
77
"license": "BUSL-1.1",

packages/chaingraph-nodes/src/nodes/ai/__tests__/llm-call.test.ts

Lines changed: 0 additions & 56 deletions
This file was deleted.

0 commit comments

Comments
 (0)