Skip to content

Commit 559c0e6

Browse files
Version Packages
1 parent acef8b4 commit 559c0e6

20 files changed

Lines changed: 108 additions & 34 deletions

.changeset/gcs-store-env-init.md

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

.changeset/modern-cli-prompts.md

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

.changeset/public-ghcr-images.md

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

.changeset/publish-agentpond-libraries.md

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

apps/cli/CHANGELOG.md

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

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- 66f2583: Add Google Cloud Storage object-store support, store selection during environment initialization, split cloud SDK integrations into provider packages, and add provider serverless ingestion handlers.
8+
9+
### Patch Changes
10+
11+
- f75bd8c: Migrate the CLI to Commander and add interactive environment selection with Inquirer prompts.
12+
- 336ff84: Publish production AgentPond ingestion service images to the public GitHub Container Registry on release.
13+
- 25f4b0a: Publish reusable AgentPond libraries to npm and externalize them from app bundles.
14+
- Updated dependencies [25f4b0a]
15+
- @agentpond/aws@0.2.0
16+
- @agentpond/core@0.2.0
17+
- @agentpond/duckdb@0.2.0
18+
- @agentpond/fastify-ingest@0.2.0
19+
- @agentpond/google@0.2.0
20+
321
## 0.2.0
422

523
### 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.2.0",
3+
"version": "0.3.0",
44
"description": "Agent-native CLI for local Langfuse-compatible trace analytics",
55
"license": "MIT",
66
"type": "module",

packages/aws/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# @agentpond/aws
2+
3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- 25f4b0a: Publish reusable AgentPond libraries to npm and externalize them from app bundles.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [25f4b0a]
12+
- @agentpond/core@0.2.0
13+
- @agentpond/ingest@0.2.0

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.1.0",
3+
"version": "0.2.0",
44
"description": "AWS S3 storage and Lambda ingestion adapters for AgentPond",
55
"license": "MIT",
66
"type": "module",

packages/core/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @agentpond/core
2+
3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- 25f4b0a: Publish reusable AgentPond libraries to npm and externalize them from app bundles.

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.1.0",
3+
"version": "0.2.0",
44
"description": "Core types, configuration, object storage, and OTLP helpers for AgentPond",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)