# October 2, 2025

This is a small update that includes several stability fixes.

* Updated default charsets and collation settings for databases, to be consistent throughout all Middle installations.&#x20;
  * Previously, different installations had sometimes different charset and collation settings.&#x20;
  * Fixing this is important down the line for storing things like emojis without errors.&#x20;
* Updating collation settings for Middle resource data to be case-sensitive for Primary Keys and Foreign Keys. In this way, two keys with different cases will be correctly regarded as different.&#x20;
  * This also fixes a crash that could occur when storing UUIDs as primary keys.
* Fixing indexing strategy for Set Variable steps, which can cause Middle installations to run slowly, or downtime.
* Fixing a 500 error that could result from editing a Scheduled Workflow.
* Fixing an unexpected Node Parameter Error that could result from using CSV file exports in Workflows.
* Fixing a 500 error that could occur when connecting certain Apps.


---

# 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.middle.app/middle-docs/release-notes/october-2-2025.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.
