Versioning & changelog
API versioning
Section titled “API versioning”The REST API is versioned in the path: /api/headless/v1/. Breaking changes would ship under a new version segment (/v2/); additive changes (new fields, new endpoints) can appear within v1.
SDK versioning
Section titled “SDK versioning”@kitenzo/core and @kitenzo/react are versioned together and published to npm. Pin a range you’re comfortable with:
{ "dependencies": { "@kitenzo/react": "^0.2.6" }}Current published version: 0.2.6 (both packages).
Notable changes
Section titled “Notable changes”- 0.2.6 — SDK split into
@kitenzo/core(framework-agnostic) and@kitenzo/react(provider, hooks,BundleEmbed); added the bundle embed component for Mode 1. - Headless API — REST endpoints for listing/reading bundles, configuring selections and pricing, with per-key Bearer auth, CORS and rate limiting.