Skip to content

Releases: agent-receipts/ar

collector v0.13.0

30 May 05:38
f0f543c

Choose a tag to compare

What's Changed

  • chore(sdk/py): release v0.10.0 by @ojongerius in #588
  • chore: release daemon v0.13.0 and hook v0.12.0 by @ojongerius in #589
  • chore(mcp-proxy): release v0.12.0 by @ojongerius in #590
  • docs(sdk/py): fix first-run paper-cuts for v0.10.0 by @ojongerius in #593
  • docs: fix root README TS and Go quick-start snippets by @ojongerius in #594
  • docs(adr): add ADR-0021 — spec and JSON-LD context versioning by @ojongerius in #601
  • feat(site): publish spec v0.4.0 at canonical URL + /spec/ index by @ojongerius in #610
  • feat(spec): add JSON-LD context v1 by @ojongerius in #611
  • fix(site): publish JSON-LD context at /context/v<N> by @ojongerius in #613
  • docs(adr): add ADR-0022 canonical deployment shape by @ojongerius in #619
  • docs: update specification overview for v0.4.0 release by @ojongerius in #624
  • docs(operations): add active work graph + AGENTS.md pointer by @ojongerius in #626
  • Add production security warnings to in-process signing examples by @ojongerius in #621
  • docs: update Go SDK README for daemon-mediated signing by @ojongerius in #623
  • docs(site): rewrite Quick Start to drive against the daemon by @ojongerius in #625
  • docs(site): fix stale APIs and macOS socket path in Daemon Setup by @ojongerius in #628
  • test(sdk/py): salvage first-run contract tests from #591 by @ojongerius in #633
  • ci: verify README code snippets against the SDK artifacts by @ojongerius in #632
  • Pin spec links to release tags instead of main branch by @ojongerius in #634
  • chore: remove committed binary, expand .gitignore, update ops log by @ojongerius in #635
  • docs: ADR-0023 — canonical Go module path by @ojongerius in #642
  • ci: publish PyPI and npm inline from release workflows (fix #521) by @ojongerius in #592
  • docs(sdk/py): refresh README for v0.10.0 daemon-mediated path by @ojongerius in #641
  • chore(sdk-go): stage final deprecation release for standalone module (#637) by @ojongerius in #645
  • Upgrade SDK to v0.13.0 and add collector binary to gitignore by @ojongerius in #646
  • docs(site): homepage copy rewrite by @ojongerius in #644
  • chore: stop spamming, Claude by @ojongerius in #649
  • Document agent-receipts show command and update Claude Code setup by @ojongerius in #662
  • docs: add ephemeral compute deployment guide by @ojongerius in #660
  • feat(daemon): verify-event subcommand for pipeline-provenance evidence by @ojongerius in #659
  • feat(sdk): AWS KMS Signer for TypeScript and Python (#534) by @ojongerius in #663
  • Add agent-receipts doctor health check subcommand by @ojongerius in #661
  • docs(adr): ADR-0024 project verification contract by @ojongerius in #658
  • Add release automation for collector binary by @ojongerius in #648
  • ADR-0025: Emit failure contract — surface transport errors by @ojongerius in #643
  • feat(readme-snippets): execute documented snippets (gate #1) by @ojongerius in #666
  • feat(mdx-snippets): execute documented site snippets (gate #5) by @ojongerius in #667
  • feat(ci): Gate #2 — release round-trip version identity verification by @ojongerius in #664
  • docs(ops): refresh active work graph as of 2026-05-29 by @ojongerius in #665
  • feat(mcp-proxy/host): env-marker secondary detection for host identity (#462) by @ojongerius in #674
  • Add collector module to release script by @ojongerius in #668
  • Migrate landscape doc to MDX and update review date by @ojongerius in #675
  • chore(sdk/ts): replace @hpke/core with hand-rolled HPKE from node:crypto by @ojongerius in #673
  • Add advanced CodeQL workflow with docs-only path filtering by @ojongerius in #672
  • Docs: Restructure CLI reference for daemon separation (ADR-0010) by @ojongerius in #669

Full Changelog: sdk-ts-v0.10.0...collector/v0.13.0

sdk-go v0.13.0

24 May 07:34
5faf6bf

Choose a tag to compare

What's Changed

  • docs(blog): publish May 2026 landscape snapshot + living landscape doc by @ojongerius in #564
  • fix(site): sort blog sidebar by date descending by @ojongerius in #566
  • docs(site): document v0.3.0 HPKE disclosure envelope on spec pages by @ojongerius in #560
  • ci(collector): add CI workflow and align sdk/go to v0.12.1 (closes #533) by @ojongerius in #562
  • ci: trigger Python/TS SDK suites on cross-sdk-tests and spec changes (#474) by @ojongerius in #563
  • Add action.idempotency_key field (v0.4.0) by @ojongerius in #565
  • chore(deps): bump github.com/agent-receipts/ar/sdk/go from 0.9.0 to 0.12.1 in /cross-sdk-tests in the go group by @dependabot[bot] in #568
  • chore(deps): bump ruff from 0.15.13 to 0.15.14 in /sdk/py in the uv group by @dependabot[bot] in #573
  • chore(deps): bump github.com/agent-receipts/ar/daemon from 0.9.1 to 0.12.1 in /mcp-proxy in the go group by @dependabot[bot] in #569
  • chore(deps): bump github.com/agent-receipts/ar/daemon from 0.9.1 to 0.12.1 in /sdk/go in the go group by @dependabot[bot] in #570
  • chore(deps): bump astro from 6.3.3 to 6.3.7 in /site in the npm_and_yarn group by @dependabot[bot] in #571
  • chore(deps): bump goreleaser/goreleaser-action from 7.2.1 to 7.2.2 in the github-actions group by @dependabot[bot] in #572
  • feat(sdk): write-ahead log for at-least-once emitter delivery (ADR-0020) by @ojongerius in #567
  • Isolate chain_id binding test by maintaining hash linkage by @ojongerius in #577
  • chore(deps): bump the npm_and_yarn group in /sdk/ts with 5 updates by @dependabot[bot] in #574
  • Enforce safe socket paths, reject TCP addresses (issue #538) by @ojongerius in #579
  • Add AWS KMS adapter for Ed25519 signing (Go SDK) by @ojongerius in #578
  • Add agent-receipts show <seq> subcommand for receipt inspection by @ojongerius in #576
  • test(sdk/py): strip null optionals in v020 cross-language verify path (#510) by @ojongerius in #584
  • fix(sdk/py): reject empty EmitterMetadata construction (#509) by @ojongerius in #585
  • feat(store): add cheap Exists() primitive; rewire collector hot paths by @ojongerius in #583
  • fix(sdk/go): PeerCredential.UID/GID *uint32 so root identity survives omitempty by @ojongerius in #580
  • feat(daemon): emit chain.status="interrupted" terminal receipt on SIGTERM/SIGINT (#500) by @ojongerius in #582
  • chore(sdk/go): CHANGELOG for v0.12.1 and v0.13.0 by @ojongerius in #586

Full Changelog: daemon/v0.12.1...sdk/go/v0.13.0

sdk-ts 0.10.0

24 May 08:38
2e1c2a2

Choose a tag to compare

What's Changed

Full Changelog: sdk/go/v0.13.0...sdk-ts-v0.10.0

sdk-py 0.10.0

24 May 08:33
30a085a

Choose a tag to compare

What's Changed

Full Changelog: sdk/go/v0.13.0...sdk-py-v0.10.0

mcp-proxy v0.12.0

24 May 08:22
4ddfc9d

Choose a tag to compare

What's Changed

Full Changelog: daemon/v0.13.0...mcp-proxy/v0.12.0

hook v0.12.0

24 May 08:11
8fa231e

Choose a tag to compare

What's Changed

Full Changelog: sdk/go/v0.13.0...hook/v0.12.0

daemon v0.13.0

24 May 08:11
8fa231e

Choose a tag to compare

What's Changed

Full Changelog: sdk/go/v0.13.0...daemon/v0.13.0

sdk-go v0.12.1

23 May 07:32
748ab71

Choose a tag to compare

What's Changed

  • docs(site): refresh specification pages for v0.3.0 by @ojongerius in #531
  • Fix macOS socket path to use HOME instead of TMPDIR by @ojongerius in #547
  • Add reference HTTP collector service for receipt delivery by @ojongerius in #537
  • feat(sdk): HttpEmitter + Emitter interface across TS/Py/Go (ADR-0020 Step 1) by @ojongerius in #548

Full Changelog: daemon/v0.12.0...sdk/go/v0.12.1

mcp-proxy v0.11.1

23 May 07:35
e615da9

Choose a tag to compare

What's Changed

  • chore(hook): bump sdk/go to v0.12.1-alpha.1 by @ojongerius in #549
  • chore(deps): bump sdk/go to v0.12.1-alpha.1 in daemon, mcp-proxy by @ojongerius in #550
  • chore(deps): bump sdk/go to v0.12.1 in daemon, mcp-proxy, hook by @ojongerius in #551

Full Changelog: sdk/go/v0.12.1...mcp-proxy/v0.11.1

hook v0.11.1

23 May 07:35
e615da9

Choose a tag to compare

What's Changed

  • chore(hook): bump sdk/go to v0.12.1-alpha.1 by @ojongerius in #549
  • chore(deps): bump sdk/go to v0.12.1-alpha.1 in daemon, mcp-proxy by @ojongerius in #550
  • chore(deps): bump sdk/go to v0.12.1 in daemon, mcp-proxy, hook by @ojongerius in #551

Full Changelog: sdk/go/v0.12.1...hook/v0.11.1