Release notes 6.1
info
For the list of issues covered in this release, and known issues, see the Changelog.
For information on upgrading from previous versions, see the
Atoti Sign-Off Migration guide.
6.1.1
2025-10-01
Follow this link to download the zipped distribution files for:
- UI source code
- UI build
- Source files to build the module
- Sample bookmarks
- Offline documentation that can be served by the module
- Maven repository required to build the project and run the tests. The Atoti Server 6.1.4 Maven repository files can be downloaded from here.
Summary
New Features:
Improvements:
- Streamlined Sign-Off adjustments
- Adjustable cells inherit formatting
- Server-side filtering improves performance
- Reduced # of Activiti database entries
- Fixed JWT token refresh issue
New Features
Expanded in-cell adjustments
In-line adjustments are now more versatile, supporting a wider range of changes. You can now directly add numerical context-dependent changes, like Add-on adjustments, right within the table cell, instead of needing to override the cell. See Create an adjustment for more details.
Improvements
Streamlined Sign-Off adjustments
To streamline the adjustment process, the adjustment modal now automatically selects the Sign-Off task when you access a linked dashboard from the Tasks screen.
Adjustable cells inherit formatting
Style editor formatting is now correctly applied to adjustable cells within table widgets, ensuring visual consistency across your data.
Server-side filtering improves performance
Tasks and Task Configuration screens now use server-side filtering when prefiltered by ID. This enhancement applies to both real-time and non-real-time modes, significantly improving performance.
Reduced # of Activiti database entries
The default value of the spring.activiti.historyLevel
property has been changed to audit
to reduce the number of
Atoti Sign-Off entries in the Activiti database.
Fixed JWT token refresh issue
Fixed an issue where JWT tokens were not being refreshed, causing requests between servers to fail after token expiration (default is 12 hours).
6.1.0
2025-07-16
Follow this link to download the zipped distribution files for:
- UI source code
- UI build
- Source files to build the module
- Sample bookmarks
- Offline documentation that can be served by the module
- Maven repository required to build the project and run the tests. The Atoti Server 6.1.4 Maven repository files can be downloaded from here.
Summary
New features:
- In-line adjustments integrated into dashboards
- Workflow file attachments
- REST authentication changes
- Bulk deletion of adjustments
- Real-time updates
- Free-form scope selection
Improvements
New features
In-line adjustments integrated into dashboards
Data can be adjusted directly within each cell of any table widget.
Workflow file attachments
Files can now be saved as attachments at each step of the default workflows.
REST authentication changes
REST requests are now sent to the application server using JWT authentication via ISignOffRestClientBuilder
. This replaces the previous Basic authentication method.
Bulk deletion of adjustments
Adjustments can now be deleted in bulk directly from the Status screen.
Real-time updates
The task and task configuration screens now support real-time updates.
Free-form scope selection
You can now create Sign-Off definitions on members that are not in the cube using a free-form scope selection.
Improvements
Error handling
Errors are highlighted in each row when uploading files, and for each input when creating task definitions.
UI recoverability
Fixed an issue that caused the UI to crash when the Sign-Off server is down.