> For the complete documentation index, see [llms.txt](https://docs.middle.app/middle-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.middle.app/middle-docs/release-notes/july-13-2026.md).

# July 13, 2026

This update will require brief downtime for data migrations. Workflows will not run, but the website will be accessible during this downtime. It is scheduled for the morning of July 13, 2026.

### Direct record updates in Workflows

We've added a new step type to directly create or update a record in the Middle storage system.

The new step can be accessed in the advanced menu.

<figure><img src="/files/ME87ywrT3YqFz5F8OdtA" alt="" width="375"><figcaption></figcaption></figure>

This new step type is helpful for more complex transformations of data before handing it off to external systems, and for standardization.&#x20;

### Resolved issues

Resolved a race condition that can cause record updates to be incorrectly dropped under a rare set of conditions. *Resolving this is the primary reason for the downtime, as it requires a new indexed column on the high-volume record database.*

Resolved an issue where copying and pasting workflows did not retain position information.

Added more explanatory text to sync validation for possibly misconfigured bulk workflow execution steps.

Resolved issue where searching workflow history by both a set ID and workflow caused the latter to be ignored.

#### July 14 2026 Update

Adding retry logic around a hot path in record storage to retry on a failed transaction, resolving a rare worker crash. Also improved performance in data deletion job, which had a factor in causing the hot path. &#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.middle.app/middle-docs/release-notes/july-13-2026.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
