With every DataMiner Feature Release, we introduce improvements and new capabilities that help you get more value out of your system. In this post, we highlight the most noteworthy additions to DataMiner 10.6.5.
Below, you’ll find a list of the new or improved features that are worth highlighting in this release. Each item links to relevant documentation where you can find more details.

- Several improvements have been made to Dashboards and Low-Code Apps:
- From now on, when you create or duplicate a low-code app, you, as the creator, are automatically assigned the Editor role, while all other users receive the Viewer role by default.
- Node and edge labels in the node edge graph component can now be dynamically linked to data from another component. This allows label content to update based on external selections, such as the column selected in a dropdown component.
- Text-based fields in the Template Editor now support more dynamic references. In addition to column values in curly brackets, you can now also reference component data, flow data, URL data, and variables, making your templates more dynamic and data-driven.
- New advanced settings are now available for the node edge graph component to optimize how concurrent edges are displayed between two nodes. These settings let you control how edges are bundled, spread, and spaced for improved readability.
- When you select the Compile in DEBUG mode option for a C# code block in Automation, a DEBUG preprocessor directive is now automatically added, making it easy to include code that is only compiled and executed in debug scenarios. For example:
#if DEBUG
engine.Log("This code is only compiled in DEBUG mode.");
#endif
For a complete list of changes added in DataMiner 10.6.5, including technical details and fixes, refer to the official release notes.
Previous DataMiner releases

BLOG
What’s new in DataMiner 10.6.4?
Find out which new and improved features have been added in DataMiner version 10.6.4.

BLOG
What’s new in DataMiner 10.6.3?
Find out which new and improved features have been added in DataMiner version 10.6.3.
Really like the format of these feature release summaries on Dojo.