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

πŸ’Ž Changed

General

This release contains internal improvements and maintenance updates.

: Staging

: Production

πŸ’Ž Changed

API

This release contains internal improvements and maintenance updates.

: Staging

: Production

πŸ’Ž Changed

API

This release contains internal improvements and maintenance updates.

: Staging

: Production

πŸ’Ž Changed

Maintenance

This release contains internal improvements and maintenance updates.

: Staging

: Production

πŸ’Ž Changed

Maintenance

This release contains internal improvements and maintenance updates.

: Staging

: Production

πŸ’Ž Changed

Maintenance

This release contains internal improvements and maintenance updates.

: Staging

: Production

✨ New

Orders

Checkout token on marketplace orders​

Added checkoutToken to NauticalOrder, making it easier to track the original checkout session associated with each marketplace order.

API

Single sign-on (SSO) support​

Added comprehensive SSO support using OpenID Connect, including:

  • Query to retrieve active SSO integrations for a tenant
  • Mutation to login via SSO providers
  • Support for token refresh in SSO flows
  • Multi-tenant SSO redirect handling through the API
Seller mgmt

Seller-specific attribute values​

Attribute values are now scoped to sellers, allowing each seller to maintain their own set of values for shared attributes. Added a new API endpoint for sellers to list and manage their attribute values.

Products

Product warning system​

Added the ability to query and filter product warnings, helping marketplace operators identify and address product data quality issues.

API

Active subscription status​

Added has_active_pro_plan_subscription to MarketplaceConfiguration, making it easier to check subscription status programmatically.

πŸ’Ž Changed

Integrations

Stripe Connect service agreements​

Updated Stripe Connect account creation to use recipient service agreements, providing better clarity on payment terms for connected sellers.

Tax

Stripe Tax improvements​

Enhanced Stripe Tax plugin with better handling of marketplace order shipping calculations and tax apportionment across order lines.

Performance

Performance improvements​

Made several performance improvements across the platform:

  • Attribute updates are now significantly faster by batching queries instead of executing them in loops
  • Reduced database queries when updating product variants with attributes

πŸͺ² Fixed

Orders

Fixed an issue where fulfilling an order without an exchange rate would fail instead of using the current rate.

Products

Fixed an issue where creating product variants with product-level attributes would fail for unlocked templates.

Customer mgmt

Fixed an issue where checking for staff status could fail if the field was not present in the input.

Shipping

Fixed an issue where the seller's marketplace shipping preference was not respected when the marketplace-wide shipping toggle was disabled.

Payouts

Fixed incorrect logic when detecting legacy vendor payouts.

Products

Fixed validation to ensure price is required for products without variant options.

Products

Fixed an issue where product variants would remain published even after their parent product was unpublished.

Tax

Fixed Stripe Tax plugin issues including incorrect ID usage with refund models and safer shipping access handling.

Attributes

Fixed an issue that could create duplicate seller attribute values when marketplace values already existed.

Products

Fixed an issue where SEO title and description were not properly populated when creating products.

Products

Fixed an issue where removing all product attributes would not properly restore all available attributes to the product.

🚫 Deprecated

API

Removed the deprecated include_taxes_in_prices field and several unused database fields to simplify the data model.

Integrations

Removed the OpenExchangeRates plugin (functionality moved to a Django app) and Postmark integration.

: Staging

: Production

πŸ’Ž Changed

product attribute permissions

The following changes have been made regarding the handling of product attributes:

  • To update an attribute, the Manage product template and attributes permission is required.

  • To update an attribute's values, the Manage product permission is needed.

  • Seller staff can only update the attribute values associated with their seller’s primary contact.

🚫 Deprecated

API fields and mutations

For the full list of deprecations and suggested replacements, see GraphQL API Deprecations and Removals.

: Staging

: Production

πŸ’Ž Changed

Attributes

Performance improvements​

Updating product attributes is now significantly faster, especially when working with products that have multiple attributes.

: Staging

: Production

πŸͺ² Fixed

Payouts

Fixed a critical issue affecting payout processing.

Was this page helpful?