Release Notes 2024.6

The version 2024.6 contains metamodel changes related to the row level security rules. Once upgraded to version 2024.6, the model becomes incompatible with previous runtime.

New Features

This release introduces Export , a new type of credential to be used when defining row level security rules. This new type of credential can be used to control who is allowed to export data to Excel table on the entity level.

The version 2024.6 also brings improvements of the mobile menu layout. Now the menu title coresponds with the selected section and the edit button is available only for editable sections. The state of the menu folders (open/closed) is now persisted in the local storage, so it’s kept between browser refreshes.

| |

Fixes

Date field dropdown no longer stays in view if user opens by mouse and types in value by keyboard and tabs out.

2024.6.1.3442

This minor release provides several fixes introduced in previous versions and a new configuration feature.

Configuration options for HTTP form requests

In case your application is handling file uploads, for example by using custom controller, you might encounter a problem with limit on multipart body length. By default .net limit is approx. 128 MB, which might be too low for your needs. Minor release 2022.4.7 provides one time remedy to the problem by setting limit to approx. 2 GB. This release introduces support for configuration of handling such request in appsettings.json. The names of configuration elements follow names of the variables in .net FormOptions class. Snippet of configuration section with default values:

"HttpFormSettings": {
    "MultipartBodyLengthLimit": 134217728,
    "MultipartHeadersLengthLimit": 16384,
    "ValueLengthLimit": 4194304
}

Fixes

There are three fixes introduced in previous version that are delivered with this release. Pressing enter in combobox field with new value support doesn’t always spawn new value dialog anymore. We’ve improved support for fast keyboard operations with comboboxes, so value is selected even when typing very quickly and pressing tab two times in quick succession shouldn’t be problem as well.

2024.6.2.3473

This minor release brings three fixes. PUT request inputs to API pages are now possible to validate if they’re just empty ROOT elements. Issue with export to excel failing for child sections of the screens is solved. And finally TAB doesn’t break if a field becomes hidden due to a business rule.

2024.6.3.3517

This patch brings solution for two problems - one is the misalignment of the grid editor in modal dialogs and the other is failure of WorkQueueService.Get in workflows.