Changelog

API changes, new features, and deprecations across all Kapable services.

Versioning Policy

All Kapable API endpoints use the /v1/ prefix. We follow these principles:

  • Additive changes are non-breaking. New fields in responses, new endpoints, and new optional query parameters are added without a version bump.
  • Removal or rename of fields is a breaking change. We announce these at least 30 days before enforcement, marked with a BREAKING badge below.
  • SDKs follow semver. @kapable/sdk (npm) and kapable-sdk (cargo) use semantic versioning. Minor bumps add features; patches fix bugs.
  • Deprecation headers. Deprecated endpoints return a X-Kapable-Deprecated header with a removal date. SDKs surface this as a console warning.

2026-06-11 — SDK v0.4.2 (TS) / v0.4.1 (Rust)

Native workspace scoping

Apps deployments read API

Also since 0.2.0

2026-06-09 — SDK v0.2.0, canonical API host, operator SDK

api.kapable.ai is live

SDK v0.2.0 published (npm + cargo)

Docs


2026-05-20 — SDK v0.1.0

TypeScript & Rust SDKs Published

Install

# TypeScript (add .npmrc first: @kapable:registry=https://git.kapable.dev/api/packages/kapable/npm/)
bun add @kapable/sdk

# Rust (add to .cargo/config.toml: [registries.kapable] index = "sparse+https://git.kapable.dev/api/packages/kapable/cargo/")
cargo add kapable-sdk --registry kapable

API Documentation Site


2026-05-15

Comms

Knowledge


2026-04-28

Board

Data


2026-04-01

Platform

Store


2026-03-15

Initial Release

Next

Getting Started · Authentication