: Staging
: Production
✨ New
Subscription cancellation
Added internal tooling for managing subscription cancellations with full audit logging, improving marketplace operator oversight.
Direct Webflow signups
Marketplace signups from Webflow now flow directly to the API, eliminating the need for third-party integration middleware and improving reliability.
Query cost and rate monitoring
Added observability for GraphQL query complexity and rate limiting metrics, helping identify and optimize expensive queries.
💎 Changed
Performance improvements
Made several performance improvements across the platform:
- Product update operations now report detailed timing metrics, making it easier to identify and resolve slow updates.
- Internal API resolvers are now more efficient through optimized field access patterns.
🪲 Fixed
Fixed an issue where marketplace signups without a country code would fail silently. The API now returns a clear error message guiding users to provide the required information.
Fixed an issue where seller address mutations would reject valid country codes in certain formats. Country codes are now properly normalized across all address-related operations.
Fixed an issue where payout status calculations could timeout on large datasets, causing unnecessary error reports. The system now efficiently manages processing time limits.
Fixed an issue where orphaned Stripe PaymentIntents could cause webhook processing failures. The system now gracefully handles these edge cases.