Release Notes 2024.10

The version 2024.10 contains neither new features nor metamodel changes. It consists of bugfixes and internal refactoring.

Breaking Change

Previously it was possible to load Fast Reports from application’s working folder, now it is only possible to load Fast Reports that are located under report folder specified in OrigamSettings.config.

Fixes and Improvements

Improvements are mostly related to the new project initialization. Typo in language selector of the newly created application is fixed. We have also added a default ssl certificate into docker image to simplify the new project setup process for local development.

Included fixes mirror 2024.9.2 release. The instability of the server is addressed. We’ve continued with removing stack traces from the server responses and ironed out its side effects.

Front end contains solution for setting time in fields with full month name date format.

Last but not least the release contains fix for deployment script generation in Architect.

2024.10.1.3580

2024.10.1 patch fixes issue with report infrastructure considering all report parameters (Data, Parameters, etc.) as mandatory.

2024.10.2.3632

The 2024.10.2 patch reflects the updates introduced in the 2024.9.3 patch, addressing two issues:

Incidental Drag and Drop Fix

Dragging and dropping between input controls could inadvertently copy partial values, leading to incorrect states. This issue has been resolved by disabling drag-and-drop functionality for input values.

Selection Dialog Behaviour Consistency

When opening a screen with a selection dialog from search results, the selection dialog was displayed. This behaviour differed from opening the same screen via Ctrl+Click on a lookup control, where the selection dialog was skipped, and the screen results were shown directly. The behaviour is now consistent across both scenarios, with the selection dialog being bypassed, and the screen results displayed immediately.