: Staging
: Production
🪲 Fixed
Fixed a database locking issue in payment mutations that could cause delays when processing payments under high concurrency.
: Staging
: Production
Fixed a database locking issue in payment mutations that could cause delays when processing payments under high concurrency.
: Staging
: Production
Fixed several API query and mutation issues that could cause incorrect results or unexpected behavior in certain edge cases.
Fixed an issue with payment client secret validation during checkout that could prevent valid payment attempts from completing.
: Staging
: Production
Fixed an issue where the payment client secret resolver could behave differently than expected, restoring consistent behavior across API queries.
: Staging
: Production
Improved error messaging for payment webhook failures to provide clearer diagnostic information.
: Staging
: Production
Fixed an issue where the productVariantStocksUpdate mutation could fail when the includeAllocations parameter was enabled, ensuring inventory updates work correctly in all scenarios.
Improved Stripe webhook logging to better distinguish between race conditions (which are expected) and actual failures, making it easier to diagnose payment processing issues.
: Staging
: Production
Fixed an issue where tax exempt codes were not being returned correctly in API queries.
Fixed an issue where searching for marketplace orders could return duplicate results in certain scenarios.
Resolved issues with API request tracing that could cause errors in certain environments.
: Staging
: Production
Added detailed tracing spans to the fulfillment workflow, making it easier to identify performance bottlenecks and troubleshoot order processing issues in production environments.
Fixed an issue where discount calculation failures during checkout could result in discounts being silently dropped instead of properly notifying the customer of the error.
Fixed an issue where malformed VAT codes could cause orders to be processed with incorrect tax rates instead of rejecting the invalid input.
Fixed an issue where Stripe payment operation failures could be silently ignored, leading to incomplete payment processing.
Fixed an issue that could cause payment webhook processing to crash when handling certain Stripe card details.
Fixed an issue where certain GraphQL queries could return empty results instead of properly reporting missing authentication context.
Fixed inconsistent error handling when attempting to allocate more stock than available, ensuring clear feedback when inventory is insufficient.
Improved error tracking for currency exchange rate updates, ensuring failures are properly logged instead of being silently skipped.
: Staging
: Production
Product and variant pricing queries are now significantly faster, especially when loading multiple items at once.
Fixed an issue where invalid shipping methods could cause checkout failures. The system now automatically validates and updates shipping methods when needed.
Fixed an issue where certain API queries using global IDs could fail if the ID encoding was non-standard.
: Staging
: Production
Fixed an issue where certain mutations could fail to properly commit database transactions, potentially leading to incomplete data updates.
Restored proper access control for product, attribute, and order queries, ensuring users only see data they have permission to access.
Fixed several checkout mutation behaviors that were inadvertently changed, restoring expected functionality for checkout operations.
Resolved multiple issues affecting API query reliability and data consistency.
: Staging
: Production
Fixed multiple API query and mutation issues that were affecting marketplace functionality, improving overall API reliability and response accuracy.