The 2025.9 release introduces three new features, two fixes ano one repository change.
There are no breaking changes in this version, but you need to update the system packages Root, Root Menu and Security to the current version otherwise the client app will not run properly. Part of this update are also minor database changes (in both structure and content) so I will need to run related deployment scripts.
FEATURE: MiniProfiler Integration
We have including a new profiler tool directly into our frontend to allow developers to uncover what is going on under the hood. Now you don’t have to guess any more neither use any external tools.
Here is an output example – at the very bottom is the client login, followed by individual actions:
For more information about this feature see the MiniProfiler website and for its setup check our installation tutorial.
FEATURE: Tracking of User Events and Exports
This feature improves the system security and audit capabilities allowing retroactive tracking of activity of a selected user.
With this feature you can track user login & logout, screen opening and data export to Excel.
The activity log is available on the Events screen in the Users and Security section:
More information about this feature and how to use it is available in this article.
FEATURE: Hardening Work Queue File Loaders
Unzipping of files in WorkQueueIncrementalFileLoader that serves for processing of new files using queues has been improved to eliminate potential security problems related to the content of the files inside the ZIP archive.
FIX: Screen Opening Issue in Architect
Architect was crashing with the Could not Load File or Assembly Exception and that has been fixed.
FIX: RecordCreated and RecordUpdated Inconsistency After Copy
The record created and updated dates were inconsistent after making a copy of a record and that is fixed.
The new behaviour after copy in GUI or in a transformation is the following:
- RecordCreated = DateTime.Now
- RecordCreatedBy = Current user
- RecordUpdated = NULL
- RecordUpdatedBy = NULL
There is no switch to change this because any other behaviour is incorrect.
DEV: Chat Application Added to Repository
The Chat application was added to the main repository. Before it was located in a separate repo but that made building and deployment of projects with dependency on it too difficult.

