Changelog

Every change, in the open

Each release across the API, SDKs, CLI, MCP server, and components, or subscribe to the events stream.
01 / Releases

Every change, dated and documented.

MCP

Tool search lands in the MCP server

Agents now discover the full catalog on demand. Call the search tool with a topic and the matching tools appear in the next listing, keeping context lean at connect time.

  • New search_tools capability
  • Lazy tool loading
  • Backward compatible with existing configs
SDKs

Java SDK reaches general availability

The Java client joins TypeScript, Python, and Go. All four are generated from the same OpenAPI spec, so they ship in lockstep with every API release.

  • JDK 17+ support
  • Typed requests and responses
  • Built-in retries and pagination
API

Idempotency keys on every write endpoint

Send an idempotency key with any POST and retry safely. The same key returns the same result with no duplicate side effects, even across network failures.

  • Idempotency-Key header
  • 24 hour key window
  • Applies to all v1 writes
CLI

graph8 deploy enters preview

Run one command to prepare a project for an approved workspace. The CLI now handles auth, build, and deploy review in a single step.

  • New deploy command
  • Project scaffolding via init
  • Sandbox event tailing
Components

Sequence builder and agent panel added to Revenue UI

Two more revenue components join the Revenue UI library, included with graph8 and pre-wired to the SDK. Drop them in and point them at sandbox data on first render.

  • Included with graph8
  • Theme tokens included
  • Zero config against your API key