Skip to content

Commit 9fa24a8

Browse files
Release: agentpond 0.1.2 (#4)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent bb23967 commit 9fa24a8

6 files changed

Lines changed: 10 additions & 21 deletions

File tree

.changeset/quiet-ways-walk.md

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

.changeset/repo-local-duckdb.md

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

.changeset/smooth-sync-projection.md

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

.changeset/utc-bucket-sync.md

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

apps/cli/CHANGELOG.md

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

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- f954296: Make observation list ordering stable when observations share a start time.
8+
- 09684a2: Default the DuckDB cache to the current repository directory instead of the user's home directory.
9+
- 6a4681e: Speed up DuckDB sync by batching raw event writes and timestamp-ordered projection, and rename the cache class to AgentPondCache.
10+
- 8e5de51: Use UTC time-bucket sync for OTEL payloads and non-OTEL score manifests.
11+
312
## 0.1.1
413

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

0 commit comments

Comments
 (0)