Skip to content

Releases: papercomputeco/tapes

Nightly Build & Release

28 Jan 06:31
982cd15

Choose a tag to compare

Pre-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

13 Apr 18:25
3febe4d

Choose a tag to compare

✨ 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

  • Merge pull request #179 from yeazelm/refactor_api
  • 🔒 harden: URL-escape session hash in checkout API call
  • 🚀 perf: Recursive CTE fast path for AncestryChains and bigger pages
  • ♻️ refactor: embed DagLoader directly in storage driver (#178)

v0.3.0

26 Mar 20:46
14417a3

Choose a tag to compare

✨ Features

  • ✨ feat: Prompts for update (#171)
  • ✨ feat: Supports pgvector (#158)
  • ✨ feat: "ingest" mode to consume reqs from a sidecar (#157)
  • ✨ feat: Add 24h time period to tapes deck (#167)

🔧 Fixes

  • 🔧 fix: Resolve intermittent daemon startup timeout (PCC-281) (#166)

🧹 Chores

  • 🧹 chore: Pre-filter deck overview candidates by time before grouping (#169)
  • 🧹 chore: Update fix PR emoji from 🐛 to 🔧 in AGENTS.md (#168)

v0.2.3

20 Mar 17:42
c228a5b

Choose a tag to compare

🔧 Fixes

  • 🔧 fix: Missing slash in github CI for release workflows (#165)

v0.2.2

20 Mar 17:32
0d9dbd3

Choose a tag to compare

🔧 Fixes

  • 🔧 fix: Remove unused registry env vars in release workflow (#164)

v0.2.1

20 Mar 17:17
6f2e33e

Choose a tag to compare

🔧 Fixes

  • 🔧 fix: Use Zig cross compiling builds for nightly (#163)

v0.2.0

19 Mar 23:45
103c4a7

Choose a tag to compare

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

06 Mar 21:47
974023f

Choose a tag to compare

📦 Other Changes

  • 🧹 chore: Integrates github app for release action (#148)

v0.1.0

06 Mar 19:30
c3435c2

Choose a tag to compare

✨ Features

  • ✨ feat: Add vector store support with Qdrant (#144)
  • ✨ feat: show full session title in deck detail view (#143)

📦 Other Changes

  • 🧹 chore: Fixes GI for cutting github release (#147)
  • 🧹 chore: Adds release action and pr check (#146)
  • Update VOUCHED list

v0.0.1-rc.5

04 Mar 19:59
b426ca3

Choose a tag to compare

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