- 21 Jan 2025
- 1 Minute to read
- Print
- DarkLight
What's new in the Board 14.2 release?
- Updated on 21 Jan 2025
- 1 Minute to read
- Print
- DarkLight
The new Board 14.2 release includes significant improvements to performance, general usability, Layout parameters, and small enhancements.
What to expect in the new Board 14.2 release
In addition to noticeable performance enhancements and general improvements, Layout parameters and performance has been greatly improved as well as some small enhancements.
Layout parameter improvements
Layout parameters have been improved in order to produce less errors, use less memory, and provide better messaging and log information about Layout executions, cancellations, and errors. 1 new parameter has been created to mitigate large queries of data while 2 parameters have been improved to reduce memory spikes and provide better logs and messaging:
1. MaxCombinationToEvaluate
A new configuration parameter has been introduced to the Board Engine in 14.2 called MaxCombinationToEvaluate to prevent the execution of excessively large Layouts.
This parameter defines the maximum size of elements (rows × columns) that can be displayed in a Layout, while the initialization of those values now occur after the size check.
If the requested size exceeds the defined limit, the Layout will not be executed preemptively, ensuring that no memory is allocated on the server.
2. MaxRowsUpperLimit
The MaxRowsUpperLimit parameter calculates the rows output from Engine to Client and improvements have been made to assist users when a Layout fails to execute.
Users will now have more detailed in-platform and log messaging on why a Layout has failed, cancelled, or completed due to the MaxRowsUpperLimit.
3. LayoutResponseMaxCells
Improvements have been made so that the LayoutResponseMaxCells parameter reduces IIS memory spikes when big Layouts are executed.
Small Enhancements
This release includes improvements related to:
Data View
Procedures
Subscription Hub
System Administration
Flex Grid
Read about the Bug fixes no the Community page for more information.
Upgrade Instructions
The upgrade instructions are the same for 14.1. Visit the upgrade instructions page to learn about the upgrade process.