Security patch and bug fixes
New billing features and API improvements
X-Acme-Signature header.Project management enhancements
Major version with breaking changes
| Change | v2.x Behavior | v3.0 Behavior | Action Required |
|---|---|---|---|
| Authentication | Static API key in header | OAuth 2.0 + PKCE tokens | Exchange keys at /auth/migrate before cutoff |
| Response format | JSON or XML (via Accept header) | JSON only | Remove Accept: application/xml from clients |
| User endpoints | /api/v2/users |
/v3/users |
Update base URL and remove /api prefix |
| Pagination | Offset-based (?page=2) |
Cursor-based (?cursor=abc) |
Switch pagination logic to use cursor tokens |
| Rate limits | 500 req/min for all plans | 1000/min standard, 10000/min enterprise | No action needed (limits increased) |