Version 2.0.0 - December 2023
🚀 Major Release
This is a major release with significant improvements and breaking changes.
⚠️ Breaking Changes
- API Version: All endpoints now require
/v2/prefix - Authentication: OAuth 2.0 is now the default authentication method
- Response Format: All responses now follow a consistent structure
🎉 New Features
- GraphQL API: New GraphQL endpoint for flexible data queries
- Real-time Updates: WebSocket support for real-time data updates
- Advanced Analytics: New analytics dashboard with custom metrics
✨ Improvements
- Complete rewrite of the billing engine
- Improved rate limiting with sliding window algorithm
- Enhanced error handling with detailed error codes
📦 Migration Guide
To migrate from v1.x to v2.0:
- Update API endpoints to use
/v2/prefix - Migrate from API keys to OAuth 2.0
- Update response parsing to match new format
See the migration guide for detailed instructions.
Is this page helpful?