Current short-term support hotfixes

  • Updated

This article contains a list of hotfixes for the current cloud release. Be aware that the most recent hotfix contains all previous hotfixes, so applying the latest hotfix automatically updates your environment to the current cloud release.

Optimizely has set a deadline for hotfix submissions each release to allow the Configured Commerce team time to prepare the upcoming release. See the hotfix submission deadline notice for more details.

Follow this article to receive email notifications when Optimizely Configured Commerce releases hotfixes for short-term support versions.

Current Cloud Release Version: 5.2.2604

Date Build Description
May 12 5.2.2604.602+sts
  • Azure AD B2C single sign-on (SSO) now works on .NET Core sites. Authentication resolves the emails claim correctly, which previously prevented B2C SSO from working with the .NET Core code path.
  • Fixed an issue where Commerce Search v3 indexing displayed ObjectContext errors in the Job Log after a full index rebuild.
  • Fixed an issue on .NET Core sites where the Export Product RSS Feed job failed with errors when the Product RSS Feed Include Variants setting was enabled. This also resolves related Entity Framework (EF) context disposal exceptions that occurred during site startup and integration jobs.
  • Fixed an issue where single-field content translation through the Generate Translation modal failed when languages were configured with full culture codes (for example, en-US, fr-FR, pt-BR, or zh-CN). The translation path now normalizes language tags consistently, matching the behavior of bulk product translations.
  • Fixed a filter parsing error in Google Retail Search that occurred when no products had StockedWarehouses data. Previously, the indexer did not register the stockedWarehouses attribute was not registered during indexing if no warehouse assignments existed, causing Stocked Items Only searches to fail and fall back to Elasticsearch. The indexer now registers the attribute so the filter works regardless of warehouse data.
  • Fixed an issue where configuring the same allowedParents value on multiple page types caused only one page type to display in the page type selector. The filtering logic now uses case-insensitive matching so valid page types display correctly.
  • Fixed an issue on the Order Details page where clicking Reorder displayed the page title in the toaster notification instead of the order number. This occurred when an order had an ERP order number but no web order number. The toaster now falls back to the ERP order number. For more information, see Turn on reordering.
  • Fixed an issue where S3 file streaming failed in environments without Amazon Web Services (AWS) metadata (for example, Kubernetes pods without AWS environment variables). The RegionFinder in the AWS SDK could not resolve the signing region, causing file read operations to fail. The S3 client configuration now uses AuthenticationRegion for the read path. This provides the signing region without interfering with global endpoint routing.
May 1 5.2.2604.583+sts
  • Extended custom entity registration to the Integration API. The GenerateCustomEntityDefinitions startup task now runs for the Storefront, Admin, and Integration apps, so entity definitions added by extensions are available through every app and not just the Storefront and Admin. See Where the entity is registered for more details.
  • Fixed sorting on the Storefront User Administration page so the Name column now sorts by first name, matching the displayed First Name + Last Name order.
  • Fixed the Add to List dialog to hide the Schedule an email reminder checkbox when Enable List Reminders is off, so administrators can no longer create reminders that cannot be edited or deleted.
  • Added support to bypass CVV in credit card transactions for Adyen payment gateway.