Changelog

All notable changes, updates, and improvements

Deprecatedv2.0.0September 15, 2024

Deprecated v1 API Endpoints

All `/v1/*` endpoints are now deprecated and will be removed in v3.0.0. Please migrate to the `/v2/*` endpoints. A migration guide is available in the Guides section.

Addedv2.0.0September 15, 2024

OAuth 2.0 Authentication Support

Added full OAuth 2.0 support with authorization code flow, refresh tokens, and PKCE. See the [Authentication](/articles/authentication) guide for migration steps.

Addedv1.5.0March 20, 2024

Added Rate Limit Headers

All API responses now include `X-RateLimit-Limit`, `X-RateLimit-Remaining`, and `X-RateLimit-Reset` headers so you can track your usage in real-time.