# July 2nd

**Changelog released on 2025-07-02**

Welcome to the latest changelog: We have added the option to compare against "now" on date fields.  We have fixed variant and variant group assignments being swapped in the workflow UI, optimized brokers with temp tables, addressed datefield resets, restored missing texts in classification paths, and fixed search, date queries.

## Enhancement

1. **Possible to validate and compare against "now" on date fields:** (SP-1006)
2. **Use "StartCopyFromUriAsync" instead of upload to blob method, where possible:** (SP-1487)
3. **Optimize brokers using tmp tables when only fetching for one entity:** (SP-1552)

## Bug

1. **Date Only attribute is wrong when outputed through the API:** (SP-1390)
2. **System change log roll back hangs:** (SP-1424)
3. **Rollback doesn't function under "Attribute history":** (SP-1425)
4. **Search on dates is not working:** (SP-1429)
5. **"Save search" not showing up when only choosing the use "filter" on search:** (SP-1447)
6. **Many requests from notification checks with status code 401:** (SP-1464)
7. **When removing all classifications from a variantgroup, success is shown, but classifications not removed:** (SP-1476)
8. **Searching in date-columns does not work:** (SP-1492)
9. **Users with limited permissions can 'bulk restore inheritance':** (SP-1501)
10. **Saved-searches: Hard to read long names in simple-select:** (SP-1534)
11. **Removing an attribute used in a business rule from all product structures caused errors:** This issue could cause errors to be thrown throughout the whole system. Users would also be unable to edit the business rule without help from support. (SP-1538)
12. **Icon missing for unknown filetype:** (SP-1543)
13. **Missing text in classification path:** In some instances the classification path in a 'Classification' tab would only show the slashes separating the names of categories, the categories themselves would be empty. (SP-1547)
14. **You can not save after changing a datefield to "nothing":** Removing the value from a Date attribute on an entity would not make the ‘Save’ button appear, making you have to jump through hoops to set a datefield to “nothing”. (SP-1551)
15. **Changes to a 'Calculate value'-action in an existing business rule can not be saved:** Making changes to the math operator or datafields of a ‘Calculate value’-action in a business rule would not activate the ‘Confirm’-button making it impossible to save these changes without deleting the old operation and creating a new one. (SP-1555)
16. **Variant and Variant group assignments are swapped in the workflow UI:** An error in a translation file caused the ‘Variant assignments’ and Variant group assignments' selectors to have their names swapped. (SP-1560)
17. **Numbers use . as decimal seperator even though my culture is da-dk:** (SP-699)
18. **Datetime attribute is off by one day:** (SP-965)

## Task

1. **Improve readability of DateTime columns:** (SP-1100)
2. **Date search header needs more work to support all search cases:** (SP-147)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.struct.com/changelog/july-2025/july-2nd.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
