Acme SaaS Platform — Version 3.2 Release Notes
This release focuses on developer experience improvements and performance upgrades across the board. We've reduced API response times by 40% through query optimization, introduced a new webhook system for real-time event streaming, and shipped a completely redesigned dashboard.
The billing system now supports usage-based pricing with per-seat and per-API-call models, giving teams the flexibility to choose the plan that fits their usage patterns.
Subscribe to real-time events: user.created, invoice.paid, api.quota_exceeded, and 12 others.
Rebuilt from scratch with customizable widgets, date range filters, and CSV export support.
Zero-downtime key rotation with a grace period for legacy keys — no more emergency rollbacks.
Data residency in US, EU, and APAC regions. Choose your region during account setup.
| Plan | Price | API Calls / mo | Team Seats | Support |
|---|---|---|---|---|
| Starter | $0 | 10,000 | 1 | Community |
| Pro | $49/mo | 500,000 | 5 | |
| Business | $199/mo | 5,000,000 | 25 | Priority |
| Enterprise | Custom | Unlimited | Unlimited | Dedicated |
Connect with your existing tools through our native integrations:
The v1/users endpoint is deprecated as of this release and will be removed in v4.0
(scheduled for Q4 2026). Migrate to v2/users which now returns a paginated
response with cursor-based navigation.
The legacy_auth parameter in login requests is no longer accepted.
All authentication must now use OAuth 2.0 or API keys.