Changes for page 224 - Summer Sonata

Last modified by Danniar Firdausy on 2024/07/04 10:01

From version 574.16
edited by Danniar Firdausy
on 2024/07/01 14:58
Change comment: There is no comment for this version
To version 574.25
edited by Danniar Firdausy
on 2024/07/01 15:59
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -6,10 +6,10 @@
6 6  **Hi there, eMagiz developers!** Over the past week, we focused on improving the usability of our platform and addressing community feedback. Specifically, we enhanced user interface elements on several pages, including the descriptions of help texts, external links within help texts, and the overall layout of help text pages. Additionally, we made improvements to several pop-up pages. We also made the user interface more user-friendly for debugging integration flows. Lastly, we resolved an issue for some models when creating an Event Processor.
7 7  
8 8  == **Feedback Items** ==
9 -//__Integration requirements: retention duration and bytes__//
9 +//__Retention duration and bytes in Capture__//
10 10  The pop-up page for specifying integration requirements in the Capture phase now correctly asks for the required retention duration and bytes for the integration/topic, instead of the previously incorrect terms retention size and bytes.
11 11  
12 -//__Integration requirements: help text__//
12 +//__Help text panel in Capture__//
13 13  Collapsing the help text of this pop-up page by clicking the "?" icon on the top right corner of the pop-up page will now correctly hide the help text pane.
14 14  
15 15  //__Property value page__//
... ... @@ -17,23 +17,23 @@
17 17  
18 18  [[image:Main.Images.Release Blog.WebHome@release-224-pop-ups-wrapped-property-values.png]]
19 19  
20 +//__Improved text in Design architecture__//
21 +We fixed some spelling mistakes in the pop-up page when applying to environment in Design architecture.
22 +
20 20  == **Bug Fixes** ==
21 -//__SFTP sessions__//
22 -Support has been added to provide SFTP session factories with a known_hosts in string format rather than file format, so that it is easier to setup SFTP. For this, a new [[runtime image>>doc:Main.Release Information.Runtime Images.V310.WebHome||target="blank"]] is available. Moreover, helptexts have been added for clarification.
24 +//__Adding tags in Capture__//
25 +In the Capture phase, clicking to add or remove a tag in the pop-up page for specifying integration requirements no longer displays a 'blocked' icon.
23 23  
24 -
25 -
26 -
27 27  [[image:Main.Images.Release Blog.WebHome@release-224-selectable-cursor-for-tags.png]]
28 28  
29 -//__SMB outbound gateway__//
30 -The SMB outbound gateway with the GET command did not work, this has been resolved. For this, a new [[runtime image>>doc:Main.Release Information.Runtime Images.V310.WebHome||target="blank"]] is available.
29 +//__External links__//
30 +Clicking links to external documentation in the eMagiz portal is now configured to always open the links in a new tab, rather than replacing your current tab.
31 31  
32 -//__TaskScheduler__//
33 -In rare occurences, when a TaskScheduler was used, a deadlock situation could occur due to thread starvation. The number of threads available to the TaskScheduler has been increased to resolve this issue. For this, a new [[runtime image>>doc:Main.Release Information.Runtime Images.V310.WebHome||target="blank"]] is available.
32 +//__Adding attributes for a message definition__//
33 +We fixed an issue where your selected attributes were lost when navigating between paginations while adding more attributes to the entity in the pop-up shown when you press the 'Add Attribute' button on the right panel of your System Message, CDM, API Data Model, or Event Streaming Data Model.
34 34  
35 -//__View XSLT__//
36 -We fixed an issue with the transformation tooling, where it was not possible to view an XSLT in certain cases.
35 +//__Helptext for HTTP methods__//
36 +We improved the help text for the HTTP method field in the HTTP outbound gateway and HTTP outbound channel adapter flow components to provide clearer descriptions for different HTTP methods. Additionally, we implemented a validation for these components to prevent selecting the HTTP method 'PATCH' if an Apache HttpComponents REST template is not provided.
37 37  
38 38  //__Multipart/form-data HTTP request__//
39 39  The recommended SpEL expression used for contructing a multipart/form-data HTTP request was no longer valid. The [[documentation>>doc:Main.eMagiz Academy.Microlearnings.Expert Level.Data Handling.expert-data-handling-multipart-form-data.WebHome||target="blank"]] has been updated with the new standard and the updated expression is now part of our default test suite. The [[legacy documentation>>doc:Main.eMagiz Academy.Microlearnings.Legacy Functionality.expert-data-handling-multipart-form-data.WebHome||target="blank"]] is also still available.