Changes for page R13 - Double Lane

Last modified by Erik Bakker on 2022/06/16 13:13

From version 7.2
edited by Erik Bakker
on 2022/06/16 12:46
Change comment: Update document after refactoring.
To version 14.2
edited by Erik Bakker
on 2022/06/16 13:11
Change comment: Update document after refactoring.

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -61
1 +R13 - Double Lane
Parent
... ... @@ -1,1 +1,1 @@
1 -Main.Release Information.Build numbers.WebHome
1 +Main.Release Information.Cloud Templates.WebHome
Content
... ... @@ -1,31 +1,17 @@
1 -Release that introduces a visual refresh on the Capture widget. In addition, this release includes several other improvements and tackles some minor issues.
1 +Small update that improves platform error handling.
2 2  
3 -To benefit from the improvements, please make sure to clear your browser cache (Ctrl+Shift+Del) before signing in the first time.
4 -
5 5  Find out more in our [release blog]
6 6  
7 7  
8 -===== New features =====
6 +===== Major Changes =====
9 9  
10 -* Built-in support for EDI messages
11 - ** Design - System: EDI is a new message format supported in eMagiz. You can select this as the default option when editing a system or when editing a system message. Note that, this option is supported only for Generation 3 runtimes.
12 - ** Create - Flow designer: The autogenerated definitions and transformations components are customized so that EDI to XML validations and transformations are possible. Note that in this version the filter will not work with the eMagiz message definitions if they use multiple namespaces, in that case, a custom XSD should be used.
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 14  ===== Minor Changes =====
15 15  
16 -* Deploy - Releases: Improved performance for deploying releases using the deployment plan.
17 -* Capture - Requirements Designer: The requirements designer got a visual refresh. Furthermore, new (multi-tenant) systems can now be created by clicking the blue rectangles in the left panel, rather than by dragging them in.
18 -* Design - System Message Definition: Importing message definitions from store with multiple namespaces is supported.
19 -* Deploy - Releases. You are now able to prevent releases to be deleted (either by eMagiz or manually) by enabling the block autodeletion feature per release. This can be done for at most 3 releases in total. (#587)
20 -* Create - Flow designer: Improved the help texts of HTTP outbound components to clarify the exact working of the ‘encoding mode’ setting.
21 -
22 -
23 -===== Bug Fixes =====
24 -
25 -* Deploy - Releases: We fix a small issue that adds an onramp (or an offramp) that is linked to an exit/entry connector to a release at a later moment. (#442)
26 -* Community - Q&A: The richtext editor no longer adds a break line when you change a style of text.
27 -* Create - Transformation: Fixed the position of the ‘View XSLT Button’ that in some cases was not correct.
28 -* Manage - Dashboard: The popup with detailed information on errors did not work for certain types of errors. (#583)
29 -* Deploy - Releases: You will not see an error in “Outdated Flows” pop-up if your release has outdated flows.
30 -* The help text is appearing correctly when clicking attributes on a page.
31 -
17 +* Updated bundle 'com.emagiz.components.error' from 7.0.0 to 7.1.0