: Staging
: Production
✨ New
AI-powered code review
Integrated Claude-powered code review into our continuous integration pipeline, providing domain-specific feedback on pull requests to improve code quality and catch issues earlier.
💎 Changed
Performance improvements
Made several performance improvements across the platform:
- Loading the seller list and product schema is now significantly faster, eliminating query inefficiencies.
- Webhook processing now uses less memory and handles high volumes more reliably.
🪲 Fixed
Fixed an issue where first-time sellers would see a blank payout summary instead of their current payout information.
Fixed a race condition where concurrent payout deletions could cause errors when viewing seller payout summaries.
🪲 Fixed
Fixed validation errors when creating or updating reference and file attributes, ensuring proper error codes are returned.
🪲 Fixed
Fixed an issue where password-set emails were not being routed correctly based on user roles (customer, seller, staff).
🪲 Fixed
Fixed several data loading issues that could cause incorrect results in certain edge cases.