Acme Platform Changelog

v3.2.1 (December 10, 2025)

Security patch and bug fixes

v3.2.0 (November 15, 2025)

New billing features and API improvements

v3.1.0 (September 20, 2025)

Project management enhancements

v3.0.0 (June 1, 2025)

Major version with breaking changes

Breaking Changes

New Features

Migration Guide: v2.x to v3.0

Changev2.x Behaviorv3.0 BehaviorAction 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)