Versionamento semântico. Breaking changes (campos renomeados, endpoints removidos, esquema de autenticação alterado) ocorrem somente em uma nova versão major, sob novo prefixo de URL /v2/. Dentro de /v1/ acontecem apenas mudanças aditivas (novos campos opcionais, novos endpoints).

v1.0.0 (2026-05-14)

  • Lançamento inicial. Todos os 15 endpoints, autenticação HMAC, armazenamento de segredos AES-GCM, limites de taxa, idempotência, log de auditoria.
  • GET /v1/me, /v1/products, /v1/products/{id}
  • POST /v1/orders, GET /v1/orders/{id}
  • GET /v1/services, /v1/services/{id}, /v1/services/{id}/credentials
  • POST /v1/services/{id}/actions
  • GET /v1/billing/balance, /v1/billing/invoices, /v1/billing/invoices/{id}/pdf
  • GET/PUT /v1/webhooks
  • HMAC-SHA256 signing, AES-256-GCM secret storage, replay protection, idempotency.