> ## Documentation Index
> Fetch the complete documentation index at: https://docs.flowx.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# FlowX.AI 5.9.3 Release Notes (LTS)

> Maintenance release for the 5.9.x LTS line. Bug fixes, security patches, and stability improvements, including the Events Gateway Redis connection-leak fix.

<Info>
  This is a **Long-Term Support (LTS)** maintenance release in the **5.9.x** line, focused on **bug fixes**, **security patches**, and **stability improvements**. Upgrades from **5.9.2 → 5.9.3** are non-breaking and fully compatible.
</Info>

<Card title="Release Highlight" icon="star" iconType="duotone">
  **FlowX.AI 5.9.3** is a maintenance release for the 5.9.x LTS:

  * **Real-time event delivery:** fixes a Redis connection leak in the Events Gateway that could previously require periodic restarts under sustained load
  * **Key fixes:** build import race during multi-dependency imports, task-management allocation rules, project re-creation error handling
  * **New configuration:** Events Gateway connection-pool tuning and workflow Kafka topic partitions
  * Designer, Renderer, and backend stability fixes plus security patches
  * No breaking changes; fully compatible upgrade from 5.9.2
</Card>

***

**What's new? 🆕**

<Tabs>
  <Tab title="Highlights">
    Bug fixes and stability improvements across the platform.

    🔧 [**Platform improvements**](#platform-improvements) - Events Gateway stability, Designer and backend bug fixes, security patches.

    ***

    ### **Platform improvements**

    <Card title="Platform Improvements" icon="wrench" iconType="duotone">
      <Tabs>
        <Tab title="Bug fixes">
          <Accordion title="Notable bug fixes">
            * **Real-time event delivery:** fixed a Redis connection leak in the Events Gateway. Blocking reads now run on a dedicated connection pool with Redis Cluster support, eliminating the gradual connection buildup that could previously require periodic Events Gateway restarts. New tuning options are available — see the [deployment guidelines](./deployment-guidelines-v5.9.3#configuration-changes).
            * **Build import:** fixed a race during multi-dependency imports where a transient database write conflict could silently drop a dependency's build, causing runtime errors on substitution tags and enumerations for that build. Large imports may take slightly longer as a result.&#x20;
            * **Task management:** deleting a swimlane allocation rule now removes only the targeted rule instead of clearing other rules along with it, and duplicate rules are no longer created when Save is clicked twice. Task views also no longer reset when the same view is open from different workspaces.&#x20;
            * **Projects:** creating a project with the same name as a previously deleted project now returns a clear validation error instead of an internal server error.
            * **Designer stability:** fixed a freeze when opening Runtime after expanding a component's Permissions section, and a pending AI UI-generation draft no longer locks the process diagram read-only.&#x20;
            * **Date Picker:** the calendar now anchors correctly to its field above modals and while scrolling, and label, helper, and error text follow the themed padding.&#x20;
            * **Workflows:** fixed a silent workflow freeze that could occur after a step exhausted its retries.&#x20;
            * **iOS renderer:** the form background is now applied correctly on native iOS, matching the Android behavior. UI Flows on iOS also gain support for the `additionalData` object.
              &#x20;
          </Accordion>
        </Tab>

        <Tab title="Other improvements">
          <Accordion title="Improvements">
            * **Media Library:** PDF assets in the list can now be opened in a new tab directly from the Media Library.
            * **Process start loading:** web renderers now keep the loading indicator visible until the first user task renders, matching the mobile SDK behavior.&#x20;
          </Accordion>

          <Accordion title="Security patches">
            This release includes security patches and dependency upgrades across platform components to address known vulnerabilities.
          </Accordion>
        </Tab>
      </Tabs>
    </Card>

    ***
  </Tab>

  <Tab title="Info">
    ## Additional information

    <Info>
      **Upgrade Compatibility**: FlowX.AI 5.9.3 is fully compatible with 5.9.2. No configuration changes are required on upgrade; new tuning options ship with working defaults.
    </Info>

    ### Compatibility

    <CardGroup cols={2}>
      <Card title="Upgrade Path" icon="arrow-up-right-dots">
        Direct upgrade from 5.9.2 → 5.9.3 with no breaking changes
      </Card>

      <Card title="Component Compatibility" icon="circle-check">
        Compatible with FlowX.AI SDKs (Angular/React/iOS/Android), Designer, and Database 5.9.x
      </Card>
    </CardGroup>

    ### Deployment information

    <Info>
      Standard deployment procedures apply. No special migration steps are required for this maintenance release. Upgrading directly from 5.9.0 or 5.9.1? Review the [5.9.2 deployment guidelines](../v5.9.2-july-2026/deployment-guidelines-v5.9.2) first.
    </Info>

    For detailed deployment guidelines, see [Deployment Guidelines v5.9.3](./deployment-guidelines-v5.9.3).

    ### What's next

    **FlowX.AI 5.9.x LTS** will continue to receive maintenance updates focused on:

    * Security patches and vulnerability fixes
    * Stability improvements and bug fixes
    * Performance optimizations
  </Tab>
</Tabs>


## Related topics

- [FlowX.AI 5.1.5 Release Notes (LTS)](/release-notes/v5.x/v5.1.x-lts/v5.1.5-february-2026.md)
- [FlowX.AI 5.1.7 Release Notes (LTS)](/release-notes/v5.x/v5.1.x-lts/v5.1.7-march-2026.md)
- [FlowX.AI 5.1.8 Release Notes (LTS)](/release-notes/v5.x/v5.1.x-lts/v5.1.8-april-2026.md)
- [FlowX.AI 5.1.9 Release Notes (LTS)](/release-notes/v5.x/v5.1.x-lts/v5.1.9-may-2026.md)
- [FlowX.AI 5.1.1 Release Notes (LTS)](/release-notes/v5.x/v5.1.x-lts/v5.1.1-november-2025.md)
