# March 17th

**Changelog released on 2026-03-17**

Welcome to our latest update! It is now possible to use catalogue as condition in business rules, new endpoints have been added that allow users to resolve external asset urls through the public api and the work done in Elastic when attributes are updated has been optimized. In addition we have fixed a number of bugs and tasks.

## Enhancement

1. **Allow catalogue as condition in Business rules like "is classified in categories":** It is now possible to use catalogues as a condition in business rules. (SP-1264)
2. **External DAM endpoint in Public API:** Resolving external asset Urls available in Public API through new Endpoint, ExternalAssets. (SP-2153)
3. **RTE format buttons expand and collapse when resizing the browser window.:** Rich text editor format buttons no longer expand and collapse when resizing the browser window. (SP-2243)
4. **Optimize how much work is done in Elastic, when attributes are updated:** The work that needs to be done in Elastic when attributes are updated has been optimized. (SP-2284)

## Bug

1. **Load file template in import allow using export only fields:** Loading a file template during import made it possible to use export only fields in import. This is no longer the case. (SP-2087)
2. **Webhook doesn't fire on bulk update of attribute scope:** Webhooks now trigger on bulk update of attribute scopes on attributes. (SP-2315)
3. **Webhook doesn't fire on bulk update of attribute group:** Webhooks now trigger on bulk update of attribute groups on attributes. (SP-2316)
4. **Asset workflow transition not possible through bulk update:** Asset workflow transition now possible through both bulk update like other entities. (SP-2321)
5. **Using big numbers as key during import can cause a parsing error:** Using numbers with twelve or more digits as key could cause a parsing error during import. (SP-2329)
6. **Thumbnails not working consistenly for external DAM images:** Thumbnails now consistently display external DAM images. (SP-2330)
7. **Equal compare in search include the actual date and the day after for date only attributes:** If using equal / not equal the search will now match only exact date when using date only attribute. (SP-2331)
8. **Variant not in sync with variant groups:** Fixed an issue causing variants to not always be in sync with variant groups when a very large amount of variants need to be added to variant groups. (SP-2335)

## Task

1. **Add webhook/service bus events for asset type CRUD operations:** Added webhook and service bus events for asset type creation, deletion and updates. (SP-2289)
2. **Include WorkflowStateUid property on Assets in the API:** WorkflowStateUid is now included on Assets retrieved through the API. (SP-2311)
3. **Workflow state selector on assets sometimes look wrong:** Workflow state selector on assets would sometimes look off graphically. (SP-2323)
4. **Change Duplicate Variant Group exception to a command error:** The exception should now be presented to the user. (SP-2327)
