Changes for page 224 - Summer Sonata
Last modified by Danniar Firdausy on 2024/07/04 10:01
From version 579.2
edited by Danniar Firdausy
on 2024/07/02 13:39
on 2024/07/02 13:39
Change comment:
There is no comment for this version
To version 468.1
edited by Carlijn Kokkeler
on 2024/04/23 11:20
on 2024/04/23 11:20
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 -2 24-SummerSonata1 +219 - Creation Carousel - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. dfirdausy1 +XWiki.CarlijnKokkeler - Content
-
... ... @@ -3,73 +3,53 @@ 3 3 ((( 4 4 [[image:Main.Images.Release Blog.WebHome@release-blog-intro.png]] 5 5 6 -**Hi there, eMagiz developers!** In this release, we are bringing a significant performance improvement to flow testing, with execution times now accelerated by up to 3 times. Next to that, 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.6 +**Hi there, eMagiz developers!** 7 7 8 -== **Faster Flow Testing** == 9 9 10 -We are rolling out a major upgrade to flow testing performance, boosting execution speeds by up to three times. This enhancement will greatly accelerate your workflow when developing integrations, enabling you to run tests faster and more efficiently. Consequently, this will further support users for delivering higher-quality integrations. 11 - 12 12 == **Feedback Items** == 13 -//__ Retention duration and bytes inCapture__//14 - Thepop-up page for specifying integrationrequirementsinthe Capturephase nowcorrectly asksfortherequiredretentiondurationandbytesforthentegration/topic,insteadof the previously incorrecttermsretentionsize andbytes.10 +//__Machine agents__// 11 +We have added functionality that allows the user to (auto-) update their external (on-premise) machine agents from the portal. Please find out more HERE. 15 15 16 -//__ Helptextpanel in Capture__//17 - Collapsingthehelptextofhis pop-up page by clickingthe"?"icononthetophtcorner ofthepop-up pagewillnow correctlyhidethehelptext pane.13 +//__Custom webhook__// 14 +We removed a deprecated functionality that sends a custom webhook when upgrading the environment. Please find out more HERE. 18 18 19 -//__ Adding tagsinCapture__//20 - In theCapturephase,clicking toaddor removea taginthepop-uppagefor specifyingintegrationrequirementsnolongerdisplaysa'blocked'icon.16 +//__eMagiz Mendix connector__// 17 +We released a new version of our eMagiz Mendix connector that will support Mendix version 10 and higher. 21 21 22 -[[image:Main.Images.Release Blog.WebHome@release-224-selectable-cursor-for-tags.png]] 19 +//__Improved OpenAPI import__// 20 +The path length in OpenAPI spec imports has been increased to a maximum of 300 characters. 23 23 24 -//__Adding attributes for a message definition__// 25 -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. 22 +== **Bug Fixes** == 23 +//__Error handling__// 24 +When migrating to the current generation architecture, the default error handling will now also be migrated correctly, so that no manual changes have to be done for this. 26 26 27 -//__Improved text in Design architecture__// 28 -We fixed some spelling mistakes in the steps to be executed within the pop-up page when applying to environment in Design architecture. 29 - 30 -//__Property value page__// 31 -Pop-up pages with non-editable input fields containing long text are now displaying the entire content without any text being cut off at the edge of the page. 26 +//__Volume mapping passwords__// 27 +Passwords for network volumes are hidden on the machine after deployment. 32 32 33 -[[image:Main.Images.Release Blog.WebHome@release-224-pop-ups-wrapped-property-values.png]] 29 +//__Create integration removal__// 30 +When removing an integration from Create, the Create phase is correctly updated as well. 34 34 35 -//__ Password property__//36 - In theFlow designer within the Create phase,copyingpasswordpropertiesnow copies the actualpasswordvalue insteadofthe encodedvalue.32 +//__Legacy statistics__// 33 +Legacy pages are now correctly hidden when running on the current runtime architecture. 37 37 35 +//__Unused properties__// 36 +Users are not able to edit or delete eMagiz properties, so now they will also not be shown in the 'Unused property overview' anymore. 37 + 38 38 //__Enumeration values__// 39 - Whenediting amessage definition(i.e.,aSystem Message,CDM, API Data Model, orEventStreaming Data Model) in the Flow designer within the Create phase, users canadd enumerationvalues for attributeswith an Enumerationdata type. In this release, we’ve addeda "Save and Add New" button to streamlinethe process ofadding multipleenumeration values.39 +Enumeration values for event processors can now be edited in Create. 40 40 41 -//__Helptext for HTTP methods__// 42 -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. 41 +[[image:Main.Images.Release Blog.WebHome@release-219-creation-carousel-event-processor.png]] 43 43 44 -//__External links__// 45 -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. 46 - 47 -//__Debugging Shortcut__// 48 -Debugging a flow typically requires users to activate debug on a specific flow in Deploy → Containers, then navigate to Manage → Explore → Queue Browser and manually type in emagiz.debug. In this release, we have added a shortcut button that opens the Queue Browser page directly in the pop-up page right after activating debugging. 43 +//__SFTP sessions__// 44 +SFTP session factories did not close their connection after it was complete. This could cause connection starvation on the SFTP server, and was especially noticable when using the SFTP Session Factory without caching, as that factory opens a new connection for every call. Please find out more HERE. 49 49 50 -[[image:Main.Images.Release Blog.WebHome@release-224-queue-explorer-button.png]] 51 - 52 -{{html}} 53 -<!-- Next to that, the Queue Browser page now includes a button to directly open the debugging queue, eliminating the need to manually type in emagiz.debug in the search box. --> 54 -<!-- [[image:Main.Images.Release Blog.WebHome@release-224-open-debug-queue-button.png]] --> 55 -{{/html}} 56 - 57 -//__Test Message from Manage-Explore__// 58 -Additionally, we have improved the name and description of test messages that you saved when debugging and wiretapping your integration in the Manage - Explore section. 59 - 60 -[[image:Main.Images.Release Blog.WebHome@release-224-test-message-debug-title-description.png]] 61 - 62 -== **Bug Fixes** == 63 - 64 -//__Event Processor Keystore and Trustore__// 65 - 66 -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. 67 - 68 68 == **Fancy Forum Answers** == 69 69 70 70 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: 71 71 72 -* [[Preparing Image for <runtime> failed: Reached the number of attempt.>>https://my.emagiz.com/p/question/172825635703888610||target="blank"]] 50 +* [[Create an overview of DataFlows without any datatraffic>>https://my.emagiz.com/p/question/172825635703811872||target="blank"]] 51 +* [[Flowtest does not work>>https://my.emagiz.com/p/question/172825635703811773||target="blank"]] 52 +* [[Debugger blocks all other traffic>>https://my.emagiz.com/p/question/172825635703812013||target="blank"]] 73 73 74 74 == **Key Takeaways** == 75 75 ... ... @@ -79,7 +79,7 @@ 79 79 * If you have feedback or ideas for us, talk to the Platypus 80 80 * Please inform us of new additions to the store ([[productmanagement@emagiz.com>>mailto:academy@emagiz.com]]) so we can all benefit from these. 81 81 * Clear your browser cache (Ctrl + Shift + Del) 82 -* Check out the release notes [[here>>doc:Main.Release Information.Portal.2 23-IdyllicImage.WebHome||target="blank"]]62 +* Check out the release notes [[here>>doc:Main.Release Information.Portal.218 - Sprightly Spring.WebHome||target="blank"]] 83 83 * Start thinking about how the license tracker can aid your development 84 84 * Start thinking about major, minor, and patch 85 85 * Keep making great integrations ... ... @@ -86,6 +86,10 @@ 86 86 87 87 Let's stay in touch and till next time! 88 88 69 +{{info}} 70 +~* Indicates a Beta feature. If you would like to get access to this beta feature, please contact [[productmanagement@emagiz.com>>mailto:academy@emagiz.com]] 71 + 72 +{{/info}} 89 89 ))) 90 90 91 91 (((