Changes for page 56
Last modified by Erik Bakker on 2023/01/23 13:58
From version 2.1
edited by Erik Bakker
on 2022/05/05 14:04
on 2022/05/05 14:04
Change comment:
There is no comment for this version
To version 14.1
edited by Erik Bakker
on 2022/06/16 13:00
on 2022/06/16 13:00
Change comment:
There is no comment for this version
Summary
-
Page properties (3 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 - Building Time1 +56 - Parent
-
... ... @@ -1,1 +1,1 @@ 1 -Main.Release Information. Portal.WebHome1 +Main.Release Information.Build numbers.WebHome - Content
-
... ... @@ -1,31 +1,17 @@ 1 - Release that brings flowtesting and JSON support improvements andnew build number with runtimebug fixes. In addition, this release includes several otherimprovements andtackles some minor issues. To benefit from the improvements,please make sure to clearyourbrowser cache (Ctrl+Shift+Del) before signingin the first time.1 +Small update that improves platform error handling. 2 2 3 -Find out more on our release bloghere: [[https:~~/~~/www.emagiz.com/en/release-blog-en/175-building-time-release-blog/>>https://www.emagiz.com/en/release-blog-en/175-building-time-release-blog/]]3 +Find out more in our [release blog] 4 4 5 5 6 6 ===== Major Changes ===== 7 7 8 -* This release brings build number 61 with several runtime improvements. 9 -** The OAuth 2.0 authorization interceptor in the Rest Template component contained client 'Authentication methods’ that were invalid and caused a flow not to start in build 59. Also the clockskew is now configurable so we can handle the requirements of more oauth2 authentication providers. 10 -** The Amazon S3 authentication interceptor in the Rest Template component had a threading issue where the key would be invalid on heavy usage. The threading has been changed and is now behaving correctly. 11 -** In several flow designer components, you can add Groovy scripts. Since build 59 using FastStringUtils (JSON parsing) in Groovy scripts did not work. 12 -** For Gen3 runtimes we upgraded to Spring Boot 2.6.6 to bring the latest security patches. 8 +* Multiple improvements to the 'Error to XML transformer' to prevent error messages from growing too large in certain circumstances, which could negatively impact performance and stability: 9 + ** Removed the 'omit stack trace' functionality: this option wasn't used in eMagiz (defaulted to 'true') and would significantly increase the size of errors by including full stack frame info (Java class names, method names, line numbers, etc). 10 + ** Message history is now truncated to 100 entries max (keeping the first and last 50). Normally message history would never reach this limit, but when building (potentially infinite) loops in eMagiz flows it was possible to create humongous 'history' headers. 11 + ** Message headers are now truncated to 40 entries max (keeping the first 40 headers alphabetically). 12 + ** XML validation errors are now truncated to 40 entries max (keeping the first 40 validation errors reported by the underlying validation engine). 13 + ** "Caused by" exception chains are now truncated to a maximum depth of 5 levels. In normal circumstances exceptions would not be expected to reach this limit, but flows with incorrectly configured custom (recursive) error handling could cause extremely long exception chains. 13 13 14 - 15 15 ===== Minor Changes ===== 16 16 17 -* Create - Flow designer: Message Definitions: Added JSON Array support for JSON message definitions. Using this, you can have an array of simple values based on an entity. 18 -* Create - Flow testing: Flow testing has better support for components that use flow resources like groovy scripts or database initialization scripts. 19 -* Create - Flow testing: Flow testing was not compatible with flows that contain queued message channels. 20 -* Manage - Monitoring: We removed the obsolete statistics screens 'Channel statistics', 'Handler statistics', and 'Cloud statistics'. 21 - 22 - 23 -===== Bug Fixes ===== 24 - 25 -* Design - Message Mapping: We fixed an issue where some warnings were showing as errors in right panel. 26 -* Create - Flow Designer: Improved transformation of JSON messages when 2 similar structures in the source message definition are mapped to the same structure in the output definition. 27 - 28 - 29 -===== Remarks ===== 30 - 31 -* Mendix Runtime has been upgraded to Mendix 9.12.1. 17 +* Updated bundle 'com.emagiz.components.error' from 7.0.0 to 7.1.0