Skip to content

Commit 2d5901a

Browse files
Release: agentpond 0.3.0 (#11)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a92f163 commit 2d5901a

21 files changed

Lines changed: 109 additions & 39 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.

.changeset/raise-cli-node-engine.md

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

apps/cli/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
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+
- 5f6b2e0: Require Node.js 24 or newer for the AgentPond CLI.
9+
10+
### Patch Changes
11+
12+
- f75bd8c: Migrate the CLI to Commander and add interactive environment selection with Inquirer prompts.
13+
- 336ff84: Publish production AgentPond ingestion service images to the public GitHub Container Registry on release.
14+
- 25f4b0a: Publish reusable AgentPond libraries to npm and externalize them from app bundles.
15+
- Updated dependencies [25f4b0a]
16+
- @agentpond/aws@0.2.0
17+
- @agentpond/core@0.2.0
18+
- @agentpond/duckdb@0.2.0
19+
- @agentpond/fastify-ingest@0.2.0
20+
- @agentpond/google@0.2.0
21+
322
## 0.2.0
423

524
### 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.

0 commit comments

Comments
 (0)