Changelog
2026-05-15 - v2.5.0
Real-time webhook delivery. Webhooks now deliver within 500ms p99. Added automatic retry with exponential backoff (3 attempts). Search API v2 with fuzzy parameter for typo-tolerant search. Project templates for quick creation via POST /v1/projects/templates.
Improvements. Rate limit headers now include X-RateLimit-Reset as a Unix timestamp. SDK error messages include request ID for faster debugging. Dashboard charts support date range selection up to 12 months.
2026-04-01 - v2.4.0
Granular API key permissions. Keys can now be scoped to read-only, read-write, or specific resource types. First stable release of the Go SDK with context-based timeouts. Bulk operations via POST /v1/users/batch and POST /v1/projects/batch for creating up to 100 resources in a single request.
Improvements. Reduced p95 latency from 65ms to 45ms. Improved error messages for rate limit responses now include the retry-after timestamp.
2026-02-15 - v2.3.0
Webhook signature verification. All webhook payloads now include an X-SEDI-Signature header using HMAC-SHA256. Idempotency keys supported via X-SEDI-Idempotency-Key. Python SDK async client for asyncio-based applications.
Fixes. Fixed a bug where PATCH /v1/projects/:id returned a 500 error when updating status. Resolved an issue with CORS preflight requests not including the X-SCOPE header.