> For the complete documentation index, see [llms.txt](https://docs.itconductor.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.itconductor.com/user-guide/flux/release-notes.md).

# Release Notes

The following table provides information about what is new and what has changed in each released version of IT-Conductor FLUX™.

<table><thead><tr><th width="167.6666259765625">Version</th><th width="176">Release Date</th><th>Description</th></tr></thead><tbody><tr><td>1.0.1</td><td>11/26/2025</td><td><p></p><ul><li>Log downloads now bundle export, import, and Application logs in one zip.</li><li>Added confirmation prompt when deleting configurations in any directory.</li><li>Client selection is now supported during export</li><li>New UI enhancements: sortable views and configuration ID display.</li><li>Added export/import timestamps to the configuration screen.</li><li>Added post-export column sorting and filtering.</li><li>Added configuration ID and “last changed” fields to layout options.</li><li>Application Log now includes directory and file names for errors.</li><li>Added pre-import client validation to prevent mismatched imports.</li><li>Supports versions of SAP_BASIS 750 and up</li></ul></td></tr><tr><td>1.0.0</td><td>09/22/2025</td><td><p></p><ul><li>FLUX TCode changed to /ITCON/FLUX</li><li>Migrated to /ITCON Namespace</li><li>Cockpit Export/Import Status Color coding</li></ul></td></tr><tr><td>0.1.4</td><td>08/04/2025</td><td><ul><li>Cross-Platform Support</li><li>Configurable Export Directory</li><li>Background Job Execution</li><li>Job Log Access via SAP</li></ul></td></tr><tr><td>0.1.3</td><td>04/04/2025</td><td><ul><li>Packages are sorted by name</li></ul></td></tr></tbody></table>

&#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.itconductor.com/user-guide/flux/release-notes.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.
