Releases: papercomputeco/tapes
Releases · papercomputeco/tapes
Nightly Build & Release
Automated nightly build
This is an unstable development build off the tip of main.
Commit: 982cd15
Download:
- Linux AMD64:
curl -LO https://download.tapes.dev/nightly/linux/amd64/tapes - Linux ARM64:
curl -LO https://download.tapes.dev/nightly/linux/arm64/tapes - macOS AMD64:
curl -LO https://download.tapes.dev/nightly/darwin/amd64/tapes - macOS ARM64:
curl -LO https://download.tapes.dev/nightly/darwin/arm64/tapes
v0.4.0
✨ Features
- ✨ feat: Hidden tapes validate command for DAG integrity
- ✨ feat: Route tapes skill generate through the API like tapes deck
- ✨ feat: Route tapes deck through the API via HTTPQuery
- ✨ feat: Batched ancestry walks for /v1/sessions/summary scale
- ✨ feat: Surface chain integrity on storage and /v1/sessions API
- ✨ feat: Add /v1/sessions/summary with rich per-session aggregates
- ✨ feat: Extract pkg/sessions for shared session-summary logic
- ✨ feat: Session-oriented /v1 API and retire /dag/* routes
- ✨ feat: Paginated session listing in storage driver
🔧 Fixes
- 🔧 fix: Push deck filters down to /v1/sessions/summary to bound memory
- 🔧 fix: Return clear error when LLM provider has no API key (PCC-311) (#173)
🧹 Chores
- 🧹 chore: Delete legacy SQLite-backed Query and dead pkg/deck helpers
- 🧹 chore: Depot runners (#180)
- 🧹 chore: Drop legacy facets table from storage schemas (#177)
- 🧹 chore: Split deck query.go into focused files by responsibility (#170)
📦 Other Changes
v0.3.0
v0.2.3
v0.2.2
v0.2.1
v0.2.0
What's Changed
- 🧹 chore: Cleans up postgres e2e and kafka e2e tests by @jpmcb in #145
- 🧹 chore: Add GPT Codex and GPT-5.4 model pricing by @bdougie in #151
- 🧹 chore: Build and push container images during release by @jpmcb in #152
- 🧹 chore: Use "vars" for registry pushes by @jpmcb in #154
- ✨ feat: Add anonymous PostHog telemetry to tapes CLI by @bdougie in #149
- ✨ feat: Add 24h time period to tapes deck by @bdougie in #150
- 🧹 chore: Remove facets system and analytics UI by @bdougie in #155
- 🧹 chore: Add PR and commit conventions to AGENTS.md by @bdougie in #156
- 🧹 chore: Fix incorrect event release tag ref by @jpmcb in #159
- 🔧 fix: Prefer .sqlite extension for default database path by @bdougie in #161
- 🧹 chore: use Dagger 0.20.1 by @jpmcb in #162
Full Changelog: v0.1.1...v0.2.0
v0.1.1
v0.1.0
v0.0.1-rc.5
What's Changed
- ✨ feat: Adds a postgres
pkg/storage/Driver implementation by @jpmcb in #119 - ✨ feat: publish root-keyed DAG events to Kafka by @oppegard in #131
Full Changelog: v0.0.1-rc.4...v0.0.1-rc.5