Release notes
Stay up to date with the latest improvements and new features in Auclio.
June 2025 (25.6.0)
Admin Portal – Core Entity Management
With the introduction of the Admin Portal, Auclio now empowers configuration users to build business applications entirely via a no-code interface. This update introduces CRUD capabilities for key structural entities:
-
Application CRUD
Create, edit, and delete applications directly through Admin Mode without writing a single line of code. -
Page CRUD
Manage pages and nested child pages using an intuitive no-code experience. -
Connection CRUD
Seamlessly set up, modify, or remove data connections (e.g., to M-Files or local sources) via a visual interface. -
Dataset CRUD
Define and manage datasets with schema mapping, value lookups, and connection assignment—all in no-code Admin Mode.
May 2025 (25.5.0.)
Object Creation through Text Grid Widget
Now, the text grid widget can be used to create new objects. The design and configuration remain the same, with the addition of a Submit button that is used to submit new object and can be configured to redirect user to another page after successful object creation.
Performance optimizations
We optimized some critical requests in Auclio that were degrading user experience.
New currentUser expression & concatenation of expressions
New currentUser expression can now be used in Auclio configuration to reference username of the currently logged in user. In addition, now you can create expressions that combine two or more properties from a dataset.
Now, the text grid widget can be used to create new objects. The design and configuration remain the same, with the addition of a Submit button that is used to submit new object and can be configured to redirect user to another page after successful object creation.
Performance optimizations
We optimized some critical requests in Auclio that were degrading user experience.
New currentUser expression & concatenation of expressions
New currentUser expression can now be used in Auclio configuration to reference username of the currently logged in user. In addition, now you can create expressions that combine two or more properties from a dataset.
Apr 2025 (25.4.0.)
Default Column Value
In the table widget, you can now specify specific column value that will be presented for each object. This static property is just the first step in defining and creating specific properties for all new created object in table widget.
M-Files Adapter Optimization
To ensure flawless connection between Auclio and M-Files syncronization, we optimized the adapter that is part of syncronization from Auclio to M-Files vault.
Multitenancy
In the latest version of multitenancy, it is ensured that each tenant and application have specific Rabbit host and queue. This way, messaging is divided for each application, ensuring efficient syncronization with M-Files.
In the table widget, you can now specify specific column value that will be presented for each object. This static property is just the first step in defining and creating specific properties for all new created object in table widget.
M-Files Adapter Optimization
To ensure flawless connection between Auclio and M-Files syncronization, we optimized the adapter that is part of syncronization from Auclio to M-Files vault.
Multitenancy
In the latest version of multitenancy, it is ensured that each tenant and application have specific Rabbit host and queue. This way, messaging is divided for each application, ensuring efficient syncronization with M-Files.
Mar 2025 (25.3.0.)
Permission Evaluation Optimization
Permissions are being evaluated daily – now, the evaluation process has been optimized so that it can be scheduled on a multiple basis every day, without impacting Auclio’s performance.
Text Grid Widget – Control (Enable/Disable Cell)
To our Text Grid widget, we added a feature that previously existed in the Table widget only – an option to conditionally enable/disable a specific column. Now, Control is part of the Text Grid widget as configuration can determine in which situations a specific text grid cell can be disabled.
Footer Grid Layout Implementation
For the Wizard module, we redesigned the footer component.
Permissions are being evaluated daily – now, the evaluation process has been optimized so that it can be scheduled on a multiple basis every day, without impacting Auclio’s performance.
Text Grid Widget – Control (Enable/Disable Cell)
To our Text Grid widget, we added a feature that previously existed in the Table widget only – an option to conditionally enable/disable a specific column. Now, Control is part of the Text Grid widget as configuration can determine in which situations a specific text grid cell can be disabled.
Footer Grid Layout Implementation
For the Wizard module, we redesigned the footer component.
Feb 2025 (25.2.0.)
Card Widget
A new widget has been added to our widget collection – card widget. It serves as an information display containing both hardcoded or dynamic values from an external system. In addition, each card widget can have an image/icon attached to visually enrich the data displayed on the widget.
Connector-less
Alongside the M-Files connection, now applications can be set without any connector – meaning that data can now be stored in the Auclio database without a need to be stored in some external system. This way, simple business applications can be built without a need to have external system source.
Login Page Redesign
The login page was redesigned so that each tenant could have a custom layout.
A new widget has been added to our widget collection – card widget. It serves as an information display containing both hardcoded or dynamic values from an external system. In addition, each card widget can have an image/icon attached to visually enrich the data displayed on the widget.
Connector-less
Alongside the M-Files connection, now applications can be set without any connector – meaning that data can now be stored in the Auclio database without a need to be stored in some external system. This way, simple business applications can be built without a need to have external system source.
Login Page Redesign
The login page was redesigned so that each tenant could have a custom layout.
Jan 2025 (25.1.0.)
Table Widget Performance Optimization
The performance of data retrieval in the table widget has been significantly improved.
Open Telemetry Integration
In addition to sending application logs to our real-time search and analysis server, Auclio is now also sending telemetry traces using the Open Telemetry protocol. This brings the benefits of improved observability, alerting, and performance analysis for our application.
M-Files Connector Adapter Security Improvements
A set of security improvements has been introduced to the M-Files connector Adapter to make sure all data that goes out of the adapter is sent encrypted using HTTPS protocol.
The performance of data retrieval in the table widget has been significantly improved.
Open Telemetry Integration
In addition to sending application logs to our real-time search and analysis server, Auclio is now also sending telemetry traces using the Open Telemetry protocol. This brings the benefits of improved observability, alerting, and performance analysis for our application.
M-Files Connector Adapter Security Improvements
A set of security improvements has been introduced to the M-Files connector Adapter to make sure all data that goes out of the adapter is sent encrypted using HTTPS protocol.
Dec 2024 (24.12.0.)
Automatic Refresh
Data refresh occurs automatically – there is no need to refresh a page whenever something is updated in the domain system. For instance, if another user edits a property you are currently viewing – this property will be updated automatically in Portal.
Hierarchical Filtering
If a specific dropdown list depends on a parent dataset to be filtered on, this can now be implemented with hierarchical filtering. We enabled a way to configure if a specific dropdown list should show only values that depend on a parent dataset filter. E.g. show in a dropdown list only cities that belong to a country that I chose earlier.
Grid Layout Saving
In Redesign, we already introduced grid layout as the first drag-and-drop UI functionality within our redesign UI. However, in the first iteration, it was only possible to play with it, not to use it since saving was not enabled. Now, the saving feature is implemented therefore you can arrange grid layout to your liking and save it.
Data refresh occurs automatically – there is no need to refresh a page whenever something is updated in the domain system. For instance, if another user edits a property you are currently viewing – this property will be updated automatically in Portal.
Hierarchical Filtering
If a specific dropdown list depends on a parent dataset to be filtered on, this can now be implemented with hierarchical filtering. We enabled a way to configure if a specific dropdown list should show only values that depend on a parent dataset filter. E.g. show in a dropdown list only cities that belong to a country that I chose earlier.
Grid Layout Saving
In Redesign, we already introduced grid layout as the first drag-and-drop UI functionality within our redesign UI. However, in the first iteration, it was only possible to play with it, not to use it since saving was not enabled. Now, the saving feature is implemented therefore you can arrange grid layout to your liking and save it.
Nov 2024 (24.11.0.)
UI Redesign
To make Auclio more visually appealing and user-friendly, we’ve implemented a complete UI theme redesign. New UI is implemented for Portal, where all early existing functions were implemented in new design. The fresh design helps users navigate and interact with the platform more intuitively, improving productivity and usability.
Multi-tenancy
Auclio is now a fully blown multi-tenant application, allowing for the creation and management of multiple tenants within a single application instance, whilst maintaining data separation between tenants.
Wizard
Now, the application can be configured in a way where one part (or whole application) can be structured in wizard form. With this feature, you can design workflows that have “Next” and “Back” buttons, enabling users to navigate through a series of steps in a structured manner. This wizard-style navigation is ideal for applications that require users to complete a process in a specific order, improving user experience by providing clear guidance throughout the workflow. The wizard can be implemented in application part of the configuration, where you choose all pages that would be included and additional properties alongside.
Button Widget
The button widget has received significant upgrades to support more dynamic actions:
New Action Types: You can configure buttons to send HTTP requests or link directly to other pages within the application, expanding the button’s functionality and making it more versatile.
Multiple Actions: Now, a single button can execute multiple actions, enabling you to streamline workflows and automate processes.
Dynamic Enable/Disable: Control button availability based on conditions, adding more flexibility in user interactions.
Refactor: We’ve adjusted the button widget’s underlying code to fit new requirements and UI redesign.
Auto Calculated Property (v1)
Automatically calculated properties supported in configuration. Defining that some dataset property is automatically calculated → being able to write expression for a specific property value.
To make Auclio more visually appealing and user-friendly, we’ve implemented a complete UI theme redesign. New UI is implemented for Portal, where all early existing functions were implemented in new design. The fresh design helps users navigate and interact with the platform more intuitively, improving productivity and usability.
Multi-tenancy
Auclio is now a fully blown multi-tenant application, allowing for the creation and management of multiple tenants within a single application instance, whilst maintaining data separation between tenants.
Wizard
Now, the application can be configured in a way where one part (or whole application) can be structured in wizard form. With this feature, you can design workflows that have “Next” and “Back” buttons, enabling users to navigate through a series of steps in a structured manner. This wizard-style navigation is ideal for applications that require users to complete a process in a specific order, improving user experience by providing clear guidance throughout the workflow. The wizard can be implemented in application part of the configuration, where you choose all pages that would be included and additional properties alongside.
Button Widget
The button widget has received significant upgrades to support more dynamic actions:
New Action Types: You can configure buttons to send HTTP requests or link directly to other pages within the application, expanding the button’s functionality and making it more versatile.
Multiple Actions: Now, a single button can execute multiple actions, enabling you to streamline workflows and automate processes.
Dynamic Enable/Disable: Control button availability based on conditions, adding more flexibility in user interactions.
Refactor: We’ve adjusted the button widget’s underlying code to fit new requirements and UI redesign.
Auto Calculated Property (v1)
Automatically calculated properties supported in configuration. Defining that some dataset property is automatically calculated → being able to write expression for a specific property value.