Skip to content

Commit 2941ec6

Browse files
Release: agentpond 0.5.1
1 parent aa41a1d commit 2941ec6

27 files changed

Lines changed: 118 additions & 28 deletions

.changeset/batched-firebase-span-export.md

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

.changeset/clear-provider-positioning.md

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

.changeset/fix-core-cli-release-skew.md

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

apps/cli/CHANGELOG.md

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

3+
## 0.5.1
4+
5+
### Patch Changes
6+
7+
- f6a3a25: Recommend batched OpenTelemetry span export for Firebase instrumentation so each stored object can contain multiple spans.
8+
- aa41a1d: Clarify that AgentPond supports multiple object stores while Firebase provides the automated one-command setup path.
9+
- 710fd11: Publish the dev-server lock API with the CLI so npm installations no longer fail when loading `readDevServerLock` from `@agentpond/core`.
10+
- Updated dependencies [710fd11]
11+
- @agentpond/core@0.4.2
12+
- @agentpond/aws@0.3.6
13+
- @agentpond/duckdb@0.3.6
14+
- @agentpond/fastify-ingest@0.3.5
15+
- @agentpond/firebase@0.4.1
16+
- @agentpond/google@0.3.5
17+
- @agentpond/vercel@0.4.2
18+
319
## 0.5.0
420

521
### Minor 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.0",
3+
"version": "0.5.1",
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.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [710fd11]
8+
- @agentpond/core@0.4.2
9+
- @agentpond/aws@0.3.6
10+
- @agentpond/fastify-ingest@0.3.5
11+
- @agentpond/google@0.3.5
12+
313
## 0.1.8
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.8",
3+
"version": "0.1.9",
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.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [710fd11]
8+
- @agentpond/core@0.4.2
9+
- @agentpond/ingest@0.3.5
10+
311
## 0.3.5
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.5",
3+
"version": "0.3.6",
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.4.2
4+
5+
### Patch Changes
6+
7+
- 710fd11: Publish the dev-server lock API with the CLI so npm installations no longer fail when loading `readDevServerLock` from `@agentpond/core`.
8+
39
## 0.4.1
410

511
### Patch Changes

0 commit comments

Comments
 (0)