Skip to content

Commit ae8e326

Browse files
Release: agentpond 0.6.0 (#44)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 77afda6 commit ae8e326

25 files changed

Lines changed: 128 additions & 20 deletions

.changeset/bright-vercel-setup.md

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

apps/cli/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# agentpond
22

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- 77afda6: Add automatic Vercel setup with target-aware direct span export to private Blob storage, SDK-managed runtime OIDC refresh, and provider-aware environment selection.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [77afda6]
12+
- @agentpond/core@0.5.0
13+
- @agentpond/firebase@0.5.0
14+
- @agentpond/vercel@0.5.0
15+
- @agentpond/aws@0.3.7
16+
- @agentpond/duckdb@0.3.7
17+
- @agentpond/fastify-ingest@0.3.6
18+
- @agentpond/google@0.3.6
19+
320
## 0.5.2
421

522
### Patch Changes

apps/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agentpond",
3-
"version": "0.5.2",
3+
"version": "0.6.0",
44
"description": "Agent-native CLI for local Langfuse-compatible trace analytics",
55
"license": "MIT",
66
"type": "module",

apps/ingest/CHANGELOG.md

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

3+
## 0.1.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [77afda6]
8+
- @agentpond/core@0.5.0
9+
- @agentpond/aws@0.3.7
10+
- @agentpond/fastify-ingest@0.3.6
11+
- @agentpond/google@0.3.6
12+
313
## 0.1.9
414

515
### Patch Changes

apps/ingest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agentpond/ingest-service",
3-
"version": "0.1.9",
3+
"version": "0.1.10",
44
"description": "Container-ready AgentPond Langfuse-compatible ingestion service",
55
"license": "MIT",
66
"type": "module",

packages/aws/CHANGELOG.md

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

3+
## 0.3.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [77afda6]
8+
- @agentpond/core@0.5.0
9+
- @agentpond/ingest@0.3.6
10+
311
## 0.3.6
412

513
### Patch Changes

packages/aws/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agentpond/aws",
3-
"version": "0.3.6",
3+
"version": "0.3.7",
44
"description": "AWS S3 storage and Lambda ingestion adapters for AgentPond",
55
"license": "MIT",
66
"type": "module",

packages/core/CHANGELOG.md

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

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- 77afda6: Add automatic Vercel setup with target-aware direct span export to private Blob storage, SDK-managed runtime OIDC refresh, and provider-aware environment selection.
8+
39
## 0.4.2
410

511
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agentpond/core",
3-
"version": "0.4.2",
3+
"version": "0.5.0",
44
"description": "Core types, configuration, object storage, and OTLP helpers for AgentPond",
55
"license": "MIT",
66
"type": "module",

packages/duckdb/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @agentpond/duckdb
22

3+
## 0.3.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [77afda6]
8+
- @agentpond/core@0.5.0
9+
310
## 0.3.6
411

512
### Patch Changes

0 commit comments

Comments
 (0)