{{getMsg('Help_YouAreHere')}}:
/
{{page.title}}
{{page.title}}
{{$root.getMsg("downLoadHelpAsPdf")}}
{{helpModel.downloadHelpPdfDataStatus}}
Migration Information
- The older LONG system date format was changed. It was like the new FULL format. In the new FULL and the old LONG system date format, the weekday typically appears, depending on the locale. If you want to continue using a date format with a weekday, you must update your reports to use the new FULL system date format.
- The
parser.docx
plugin replaces the previousdecoder.docx
plugin.
Ad Hoc
- The new Ad Hoc plugin is incompatible with some previous features:
- Previous Ad Hoc layouts are no longer functional anymore and are replaced by Themes and Components.
- Previous Data Views are converted to Data Templates in a one-time operation.
- Previously saved Ad Hoc reports with the extension
.adhocsave
are migrated when they are opened. However, not all previous elements can be migrated.
Drive
- The Drives
RootID
changes toDrive
, which can be used, e.g. by the WebAPI to address resources in the Servers Drive.
Microsoft Word Document (.docx)
- The
parser.docx
plugin replaces the previousdecoder.docx
plugin.
System Core
- If you want to use this version with an application server, like Apache Tomcat 11, then it is required that it supports:
- Java 17
- Jakarta EE 10
- Servlet Specifications 6.1
- WebSocket 2.2
- If you have implemented custom plugins or are using the software as an embedded application, you will need to make some adjustments to your Java code as the servlet specification has been updated from version 4.0 to 6.1. As a result, the Java packages have been changed from
javax
tojakarta
. This affects thejakarta.servlet
,jakarta.websocket
,jakarta.activation
andjakarta.mail
packages.
Plugin Changes
- Add support for the PDF standards PDF/A-2b, PDF/A-3b, PDF/A-4, PDF/UA-1 and PDF/UA-2 for PDF export.
- The expression CurrentFieldValue in the formula for the custom group name returns the start of the group interval for date values. Previously it was the value of the first line of the group.
- Supports the expression CurrentFieldValue in the custom group name formula in crosstab columns/rows.
- Add a full system date/time format. Previously there were only short, medium and long system formats.
- Add support for
Can Grow
for the elements of a crosstab. - Add support for
Vertical Alignment
of text elements. - Add support for
Separate Label per Summarized Value
for crosstab.
Fixed Bugs
- PieCharts with 'For Each Record' didn't use the Name Field setting for the entries in the chart legend.
Ad Hoc
- This is the first version of the new Ad Hoc plugin with a new concept. It is easier to use and comes with many new features.
- The new concept is based up on components that can be added to an Ad Hoc report. Initially these are: Charts, Tables and Crosstabs.
- You can choose Themes and Layouts for the components. While Layouts include standards such as DIN and Web layouts, Themes can be created and customized in the Configuration application.
- When creating Themes, each component can be customized.
- Existing data sources can be used in a simplified user interface to select data from. Additionally,
JSON
,XML
, andCSV
are also supported and can be uploaded from the client or selected from the Drive. - There is a new Ad Hoc section in the Configuration application for creating data templates, which are presets. You define, which data source should to use, which tables to join and which fields are part of this template. Then you can predefine, which fields should be set for a component, so that a user simply selects the data template and gets a component populated with data right out of the box.
- Ad Hoc is connected to Drive and integrated into Task Planner. In addition, Ad Hoc files can be saved and loaded from the local file system, if the client supports this feature (currently Chrome, Brave and Edge).
Data Source Configuration
Fixed Bugs
- Error in the user interface when saving an incorrectly configured data source.
Factur-X / ZUGFeRD
Fixed Bugs
- Setting a property again, which was only allowed to exist once in the Factur-X XML, generated a ReportException. The property is now overwritten.
AI
- Added DeepSeek support as an AI Provider
CoWork GIFs, powered by Tenor
- With this plugin, i-net CoWork supports the insertion of GIF animations and memes into the conversation of a channel. The GIF selection is provided by Tenor. An application must be configured in the Google Cloud Console, where the Tenor API must be activated and an API key generated.
Drive
- New Feature
Share
to share files and folders with users and groups or to share to external users by a link - Added mount provider to mount local folders or UNC pathes to Drive
- The Drives
RootID
changes toDrive
, which can be used, e.g. by the WebAPI to address resources in the Servers Drive. - Support for different Zip-Archive formats and features.
- The preview image of folder now shows a fraction of the folder content as well.
- Changed UI copy action: the context menu action copies the external URL, the details path action copies the internal URL for e.g. the TaskPlanner
- Web API - Put + Multipart also creates folder structure.
- Message when home directories are switched on/off in the button configuration.
- New feature
Open source
for links and shares if you have access to the source.
Fixed Bugs
- Performance improvements in the UI for folders with a very large number of files.
- Deleting a user will automatically remove all links to the home folder of this user.
- Preview will now show small images that are not supported by Java.
- Upload supported when running an Tomcat context.
Error Notifications
- There are new options to define a fallback email server in case the dafault mail server has connection errors.
- The fallback server will be used in case an error email can not be sent. It will not be used for other purposes.
Field Settings
Fixed Bugs
- Text filtering selectable options of custom fields is now case insensitive.
FTP Transfer
Security Fixes
- Security Update for CVE-2025-30474
- Exposure of Sensitive Information to an Unauthorized Actor vulnerability in Apache Commons VFS. The FtpFileObject class can throw an exception when a file is not found, revealing the original URI in its message, which may include a password. The fix is to mask the password in the exception message This issue affects Apache Commons VFS: before 2.10.0.
Help
- Search allows you to skip forward and backward through the search results.
- Pressing CTRL+F activates the server search. Pressing STRG+F again starts the browser search. On macOS, use CMD+F.
Hosting
- Filter out fallback email settings for non-master users
- Do not store fallback email settings in the backup
- Allows administrative user accounts to add a master password if it is not set yet.
i-net CoWork
- With the plugin 'CoWork GIFs, powered by Tenor' animated GIFs and memes can be inserted. This plugin can be installed via the store and the API key can be entered in the configuration.
Fixed Bugs
- The underscore preview produced an underscore for the first character only and bold for the remaining characters.
Maintenance
Fixed Bugs
- Backups can be selected from the drive, if installed and accessible to the user.
PDF Viewer
- Integration of export formats for reports generated by i-net Clear Reports.
Fixed Bugs
- Do not load the report file more than once the first time it is called up.
Product Authentication
Security Fixes
- The algorithm for password hashing has been changed from PBKDF2WithHmacSHA1 to PBKDF2WithHmacSHA256.
System Core
- Permission "Manage Users and Groups" is split into three permissions to be able to grant access to limited parts of user management.
Security Fixes
- Security Update for CVE-2025-24970
- Netty (4.1.91.Final–4.1.117.Final) has a vulnerability in SslHandler that can cause a native crash. Fixed in 4.1.118.Final. Workarounds: disable native SSLEngine or patch manually.
Task Planner
- The Email Result Action allows for adding CC and BCC email addresses.
Users and Groups
Fixed Bugs
- Users and groups are sorted in the usual linguistic way. (ABC comes before ABC-2)
Web API
- Request parameters can be defined. They are sent as form data with
POST
andPUT
requests, and as URL parameters in all other cases. - Request parameters are read from the URL when the UI is opened, so that they are automatically set and sent to the server.
Web Server
- Allow SSL certificates to be uploaded to the server in the Configuration application
- Added a Web API to also upload and reload SSL certificates.
- Added a backup and restore job for SSL certificates to the maintenance application
- Here, it does not matter which type of certificate is currently configured - all types with certificates available will be backed up and can be restored.