Changelog

All notable changes to SoWasIt

July 2026
v1.1

Dashboard & Webhooks

  • New: Webhooks (Callbacks) management β€” You can now manage your webhooks directly from the blockchain dashboard. List, add, and validate your endpoints with a secure handshake (challenge/secret).

UI

  • Improvement: Blockchain Viewer β€” UI and performance improvements to the 3D/2D chain visualizer.

API & Backend

  • New: Cookie Auth β€” Added support for cookie-based authentication, new auth endpoints, see documentation.
  • Improvement: Rate Limiting β€” Refined the rate limiting logic to avoid counting success logins in rate athentication limits.
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.