Changelog

All notable changes to SoWasIt

March 2026
v1

API

  • Breaking: All routes are now prefixed with /v1 (e.g. /v1/chains, /v1/keys, /v1/auth/...). Update your baseUrl to https://api.sowasit.io/v1.
  • New: /health endpoint now returns version and api_version fields.
  • New: Chain management β€” create, list, get, export.
  • New: Block management β€” create, list, get by ID, get latest, streaming via SSE.
  • New: Signing key management β€” enrollment tokens, registration, revocation.
  • New: API key management β€” create, list, revoke.
  • New: Usage limits & quota endpoint (/v1/limits).
  • New: Subscription plans & billing (/v1/subscriptions).
  • New: Authentication via API key (X-API-Key header) and JWT session.

Platform

  • New: Sandbox Mode (staging only) β€” one-click temporary testing environment (restricted audience).
  • New: Changelog page (this page).
  • New: Dashboard β€” chains, blocks, API keys, billing, reports.
  • New: Signing key management UI.

Libs

  • New: PHP client library sowasit/client-php β€” baseUrl must include /v1.
  • New: JS/TS client library @sowasit/client β€” baseUrl must include /v1.
  • New: Bash client library sowasit.sh β€” SOWASIT_BASE_URL must include /v1.