: Staging
: Production
💎 Changed
API
Bulk mutation improvements
Converted 7 bulk mutations to use a partial-success model instead of all-or-nothing. When processing multiple items in a single request, successful operations will now complete even if some items fail, providing better error handling and feedback.
API
Error handling improvements
Improved API error messages to be more consistent and informative, making it easier to diagnose and resolve issues when they occur.
💎 Changed
Performance
Performance improvements
Made several performance improvements across the platform:
- API queries are now significantly faster when retrieving related data.
- Optimized data loading for filtered queries, reducing response times.
- Added query optimization hints to improve database performance.