For the complete documentation index, see llms.txt. This page is also available as Markdown.

July 6th

Changelog released on 2026-07-06

Welcome to our latest release, featuring importer auto mapping by attribute alias, a migration step for custom file templates, and Business Rules cache preservation during attribute or global list updates. We’ve fixed foreign key, KeyNotFound and deadlock errors, ensured empty global list references, and added AI-powered image manipulation, a native provider with credit controls, plus AI Assistant support for Google Gemini and Claude.ai.

New Feature

  1. Add native AI provider with credit system to control spending: Added a native AI provider system. (SP-2303)

  2. Add support for image manipulation with AI: Added support for manipulating images with AI. (SP-2393)

Enhancement

  1. AI Assistant should support Claude.ai: The AI Assistant now support Claude.ai. (SP-1930)

  2. Deleting products that are in the progress of being updated can cause deadlocks: Fixed an issue where deleting products currently being updated would cause a deadlock. (SP-2713)

  3. Requesting entities in the API that is being deleted during the request can cause KeyNotFoundException: Fixed an issue where requesting an entity that is being deleted through the API would throw an exception. (SP-2716)

  4. Support auto mapping by attribute alias in importer: Added support for auto mapping by attribute. (SP-2720)

Bug

  1. Global list reference attribute is not empty when left empty in Copy Wizard flow: Global list reference attributes that is left empty in the copy wizard will now also be empty on the new copied product. (SP-2622)

Task

  1. AI Assistant shall support Google Gemini models: The AI Assistant now supports Google Gemini models. (SP-2011)

Last updated