Skip to main content

Changelog

Traide Changelog

We regularly update our product and API while providing detailed notes on each release. We first release to staging, then to production about a week later. Learn more about our release process.

: Staging

: Production

🪲 Fixed

Customer mgmt

Fixed an issue where inviting staff members or customers with email addresses containing different cases or whitespace could result in duplicate accounts being created.

: Staging

: Production

✨ New

Billing

Subscription cancellation

Added internal tooling for managing subscription cancellations with full audit logging, improving marketplace operator oversight.

Tenants

Direct Webflow signups

Marketplace signups from Webflow now flow directly to the API, eliminating the need for third-party integration middleware and improving reliability.

API

Query cost and rate monitoring

Added observability for GraphQL query complexity and rate limiting metrics, helping identify and optimize expensive queries.

💎 Changed

Performance

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

Tenants

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.

API

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.

Payouts

Fixed an issue where payout status calculations could timeout on large datasets, causing unnecessary error reports. The system now efficiently manages processing time limits.

Payments

Fixed an issue where orphaned Stripe PaymentIntents could cause webhook processing failures. The system now gracefully handles these edge cases.

: Staging

: Production

🪲 Fixed

Payments

Fixed an issue where checkout-related payment intents in Stripe were missing important metadata, making it harder to track and reconcile payments back to their originating checkouts.

💎 Changed

Performance

Performance improvements

Seller page queries that include product images now load significantly faster.

: Staging

: Production

✨ New

Seller mgmt

Seller-scoped policy pages

Added support for sellers to create and manage their own policy pages (e.g., return policies, shipping policies), allowing each seller to define custom policies for their products.

Products

Product bundles

Introduced a new product bundle feature that allows sellers to group multiple products together as a single offering. Bundle availability is automatically calculated based on the availability of included products.

Products

Bundle management

Added GraphQL mutations and types for creating, updating, and deleting product bundles, enabling full programmatic control over bundle configurations.

🪲 Fixed

Products

Fixed an issue where product variant dimensions (weight, length, width, height) were not displayed in the correct marketplace unit of measurement.

API

Fixed an issue where sellers were unable to access cross-sell discovery queries for finding compatible products from other sellers.

API

Fixed an issue preventing non-marketplace operator sellers from retrieving detailed information about other sellers for cross-sell purposes.

: Staging

: Production

✨ New

Orders

Order timeline

Added a new timeline field to the Order object, providing a chronological view of all events related to an order, making it easier to track order history and status changes.

💎 Changed

Performance

Performance improvements

Made several performance improvements across the platform:

  • Loading category pages with product variants is now significantly faster.
  • Loading seller pages with product variants is more efficient.

🪲 Fixed

Payments

Fixed an issue where payment transaction types could be incorrectly formatted, and aligned charge status calculations for more accurate payment state reporting.

Payments

Fixed an issue where Stripe account retrieval calls could hang indefinitely by adding proper timeout handling.

API

Fixed an issue where agreement event feeds could be incomplete when querying historical changes across related agreement models.

: Staging

: Production

🪲 Fixed

Products

Fixed an issue where bulk creating product variants with external identifiers could create duplicates instead of updating existing variants when matching externalSource and externalId combinations were found.

API

Fixed an issue with mutation tracking where certain post-commit operations weren't being properly monitored, improving observability and debugging capabilities.

: Staging

: Production

💎 Changed

Performance

Performance improvements

Made several performance improvements across the platform:

  • Attribute queries are now significantly faster, especially when retrieving custom fields.
  • Custom field template lookups are more efficient across all object types.

🪲 Fixed

API

Fixed an issue where custom field data loaders could fail when accessing certain object types, improving overall API reliability.

API

Fixed permission checks for app-scoped attributes to ensure proper access control across different application contexts.

API

Resolved duplicate data loading for custom fields, which could cause inconsistent query results in certain scenarios.

🪲 Fixed

Payments

Fixed an issue with Stripe v15 integration where payment gateway responses could fail to serialize properly, ensuring reliable payment processing.

🪲 Fixed

Attributes

Fixed correctness issues in attribute mutations that could lead to unexpected behavior when updating product or variant attributes.

: Staging

: Production

🪲 Fixed

Payments

Fixed an issue where payment webhook parsing failures could be silently ignored, potentially leading to inconsistent payment states.

Payments

Fixed an issue where currency conversion calculations could proceed with missing exchange rates, resulting in incorrect monetary values. The system now properly raises an error when required exchange rates are unavailable.

💎 Changed

Performance

Performance improvements

Made several performance improvements across the platform:

  • Product variant stock event queries are now significantly faster.

: Staging

: Production

✨ New

API

Custom dashboard themes

Added support for custom dashboard themes, allowing marketplace operators to configure branding and appearance settings through the GraphQL API.

API

Enhanced observability

Improved monitoring and tracing capabilities for GraphQL queries, making it easier to diagnose performance issues and track request execution.

💎 Changed

Performance

Performance improvements

Made several performance improvements across the platform:

  • Seller document queries are now significantly faster.
  • App permission queries are more efficient.
  • Custom field queries load more quickly.

🪲 Fixed

API

Fixed an issue where background tasks could fail during brief Redis connection interruptions. Tasks now automatically retry, improving system reliability.

Payments

Fixed a rare concurrency issue that could occur when multiple payment operations accessed the same record simultaneously.

API

Fixed several issues with database transaction handling that could cause errors in certain edge cases.

API

Fixed incorrect enum values for email event types and customer event types that could cause filtering issues.

: Staging

: Production

💎 Changed

Performance

Performance improvements

Made several performance improvements across the platform:

  • Seller queries are now significantly faster when retrieving first product and first order dates.
  • Checkout operations are more efficient when calculating discounts.
  • Payout event loading is optimized, reducing query overhead.
  • Agreement queries load fees and commission structures more efficiently.

🪲 Fixed

Payouts

Fixed an issue where payout adjustment amounts displayed with incorrect signs, now matching platform-wide conventions for consistency.

Refunds

Fixed an issue where refund processing could fail when shipping ledger lookups encountered missing seller order data.

Refunds

Improved error logging for refund edge cases to provide better visibility into processing issues.

Products

Fixed an issue where filtering categories by metadata or private metadata would not return results.

Products

Fixed an issue where filtering categories by custom fields would not work as expected.

Products

Fixed an issue where the allowSellerVariants setting was not properly saved when creating or updating products.

Seller mgmt

Fixed an issue where attempting to sign up a duplicate marketplace operator would fail with an error instead of redirecting appropriately.

API

Fixed an issue where malformed weight data in API requests would cause unexpected errors instead of returning a clear validation message.

Was this page helpful?