Changes for page 224 - Summer Sonata
Last modified by Danniar Firdausy on 2024/07/04 10:01
From version 574.32
edited by Danniar Firdausy
on 2024/07/01 17:16
on 2024/07/01 17:16
Change comment:
There is no comment for this version
To version 574.5
edited by Danniar Firdausy
on 2024/07/01 13:57
on 2024/07/01 13:57
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -3,54 +3,43 @@ 3 3 ((( 4 4 [[image:Main.Images.Release Blog.WebHome@release-blog-intro.png]] 5 5 6 -**Hi there, eMagiz developers!** Overthe past week, we focused onimprovingthe usability of our platform andaddressing communityfeedback.Specifically, we enhanced user interface elements on several pages,including the descriptionsof help texts, external linkswithinhelp texts,andtheoveralllayout of help textpages.Additionally,we madeimprovementsto severalpop-up pages.Wealsomadetheuser interfacemoreuser-friendlyfordebuggingintegrationflows.Lastly, weresolved an issue for somemodels when creating an Event Processor.6 +**Hi there, eMagiz developers!** In the past week, we focused our effort to improve the usability of our platform as well as addressing feedback we received from the community. More specifically, we improved user interface issues on several pages that are revolving around the description of help texts, external links in the help texts, the page layouts of help texts, as well as improvements on some pop-up pages. Next to that <mention improvements on debugging here, EZ-18118 and EZ-18285>. Finally, we also fixed an issue of incorrectly generated resource paths of Keystores and Trustores when creating an Event Processor for models that got migrated from the legacy runtime architecture to the current generation architecture. 7 7 8 8 == **Feedback Items** == 9 -//__ Retention durationandbytes in Capture__//10 - Thepop-uppageforspecifyingintegrationrequirementsintheCapturephase now correctlyasksfor therequiredretentiondurationand bytesfortheintegration/topic,insteadof thepreviouslyincorrecttermsretentionsize andbytes.9 +//__SwaggerUI default__// 10 +Model contacts are now able to select a default SwaggerUI environment from the API management settings in the Design phase. The environment selected here will be the first and the default value of SwaggerUI server dropdown. 11 11 12 -//__Help text panel in Capture__// 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. 12 +[[image:Main.Images.Release Blog.WebHome@release-223-default-swaggerui.png]] 14 14 15 -//__ Addingtagsin Capture__//16 -I ntheCapture phase,clicking toaddor removeataginthepop-up pagefor specifyingintegration requirementsnolongerdisplaysa'blocked' icon.14 +//__Used message types__// 15 +It is now possible to filter the message types in Capture on whether they are used. 17 17 18 -[[image:Main.Images.Release Blog.WebHome@release-22 4-selectable-cursor-for-tags.png]]17 +[[image:Main.Images.Release Blog.WebHome@release-223-capture-settings-used.png]] 19 19 20 -//__ Property valuepage__//21 - Pop-uppages withnon-editable inputfieldscontaininglongtextare nowdisplayingthe entirecontentwithoutanytextbeingcut offatheedgefthepage.19 +//__Debugger duration__// 20 +Wiretaps and debugging sessions will now collect messages for ten minutes, this used to be five. Note that the JMS server needs to be updated in order to also store the messages for ten minutes instead of five. For this, a new [[runtime image>>doc:Main.Release Information.Runtime Images.V310.WebHome||target="blank"]] is available. 22 22 23 -[[image:Main.Images.Release Blog.WebHome@release-224-pop-ups-wrapped-property-values.png]] 22 +== **Bug Fixes** == 23 +//__SFTP sessions__// 24 +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 24 25 -//__Improved text in Design architecture__// 26 -We fixed some spelling mistakes in the pop-up page when applying to environment in Design architecture. 26 +[[image:Main.Images.Release Blog.WebHome@release-223-known-hosts.png]] 27 27 28 -//__Adding attributes for a message definition__// 29 -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. 30 30 31 -//__Helptext for HTTP methods__// 32 -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. 29 +[[image:Main.Images.Release Blog.WebHome@release-223-known-hosts-generation.png]] 33 33 34 -//__ Externallinks__//35 - Clickinglinkstoexternal documentationintheeMagizportalisnowconfiguredtoalwaysopenthenksina newtab,ratherthan replacingyourcurrent tab.31 +//__SMB outbound gateway__// 32 +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. 36 36 37 -//__T est Message from Manage-Explore__//38 - Weimprovedthemes and descriptionsoftestmessagesthatyou savedwhendebuggingandwiretappingyour integrationinheManage- Explore section.34 +//__TaskScheduler__// 35 +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. 39 39 40 -<Screenshot here> 37 +//__View XSLT__// 38 +We fixed an issue with the transformation tooling, where it was not possible to view an XSLT in certain cases. 41 41 42 -//__ Passwordproperty__//43 - In theFlowdesignerwithintheCreatephase,copyingpasswordproperties nowcopiesthe actualpasswordvalueinsteadofthe encoded value.40 +//__Multipart/form-data HTTP request__// 41 +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. 44 44 45 -== **Bug Fixes** == 46 - 47 -//__Event Processor Keystore and Trustore__// 48 - 49 -We fixed an issue where the keystore location and the truststore location were generated incorrectly when creating a new event processor for models that were migrated from the legacy runtime architecture to the current generation architecture. 50 - 51 - 52 - 53 - 54 54 == **Fancy Forum Answers** == 55 55 56 56 As always, this is a gentle reminder to ask questions via the Q&A forum. The Q&A forum is available in the eMagiz iPaaS portal, so we can all benefit from the knowledge within the community. For some inspiration, take a look at these forum answers: