With this release, we have implemented several new features. These include reducing RAM usage for the http\StartDownload action, displaying the service name automate in edoc documents, and adding support for the OAuth 2.0 data source.
In addition, we have fixed several bugs.
New functions and enhancements
ID 17487: "http\StartDownload" should use less RAM when handling large files
The http\StartDownload action has been revised to optimize its behavior during the load event. In general, the action now requires less RAM when it is executed.
ID 18790: Add the service name "automate" to the change history for edoc documents
Requests sent to edoc documents also include the values for the modifying service and user to better track changes in edoc documents. The service is always specified as the app name followed by | edoc automate.
ID 19128: Implement OAuth 2.0 support for the SMTP data source for a generic provider and Microsoft
You can now use OAuth 2.0 with a generic provider (grant type: client_credentials) and Microsoft Entra ID for authentication with the SMTP data source.
Bug fixes and improvements
Normal ID 19534: The Oracle data source does not use an escape character for special characters
Special characters in SQL queries for Oracle now use an escape character correctly.
Normal ID 19621: Special characters may be displayed incorrectly in views as a modal
Special characters in views that are opened using the OpenModal action are now displayed correctly in the modal, without having to specify the encoding in the layout.
Normal ID 19650: Parameters for DvelopDMS actions are not URL-encoded
The values for the parameters of the dvelopdms\Search action are now correctly URL-encoded, so there are no more errors.
Normal ID 17656: View freezes when I set a class using "html\SetClass" that contains a space
The view no longer freezes when you set CSS classes containing spaces or special characters for a component using the html/SetClass action.
Normal ID 13253: A stopped task starts after being renamed
A task is no longer automatically started when it is renamed. The status prior to the renaming is retained.
Normal ID 18920: Filter settings and selected columns are sometimes reset automatically in edoc workplace
If you configure settings in edoc workplace, for example, for selected columns in the tabular task overview, your settings will be applied the next time you open the view and will no longer be automatically reset to the default settings.