v2.6.0•
Backend Alignment & Final Fixes
SreeAuthor
This release focuses on ensuring data consistency and alignment between our frontend application and evolving backend services, along with several important documentation and content corrections.
New Features
2
- Updated the dashboard statistics API (
/api/dashboard-stats) to align with revised backend data structures (e.g., 'current_plan', 'effective_days_remaining'). - Modified the user API key retrieval API (
/api/get-user-api-key) to fetch new fields like RPM/RPD limits and plan details directly from the backend.
Improvements
3
- Updated provider IDs (e.g., from 'provider-1/gpt-4o' to 'provider-1/chatgpt-4o-latest') in API examples and code snippets throughout the documentation for accuracy.
- Corrected GitHub links and avatar paths for several contributors on the 'About Us' page.
- Enhanced chat page navigation: users are now redirected to the home page when navigating back from an external playground.
Bug Fixes
1
- Corrected a minor ESLint error in the
dashboard-statsendpoint by changing a variable declaration from 'let' to 'const'.