Changes for page 224 - Summer Sonata
Last modified by Danniar Firdausy on 2024/07/04 10:01
From version 358.1
edited by Carlijn Kokkeler
on 2024/01/29 14:19
on 2024/01/29 14:19
Change comment:
There is no comment for this version
To version 574.35
edited by Danniar Firdausy
on 2024/07/02 11:18
on 2024/07/02 11:18
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 13-JoyfulJourneys1 +224 - Summer Sonata - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. CarlijnKokkeler1 +XWiki.dfirdausy - Content
-
... ... @@ -3,60 +3,69 @@ 3 3 ((( 4 4 [[image:Main.Images.Release Blog.WebHome@release-blog-intro.png]] 5 5 6 -**Hi there, eMagiz developers!** This release ....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 - 9 9 == **Feedback Items** == 9 +//__Retention duration and bytes in Capture__// 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. 10 10 11 -//__ Propertyreleases__//12 - Whenanewpropertyreleaseiscreated,thispropertyreleasecannowbeviewedand deleted.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. 13 13 14 -[[image:Main.Images.Release Blog.WebHome@release-blog-213-joyful-journeys-property-release.png]] 15 +//__Adding tags in Capture__// 16 +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. 15 15 16 -//__Runtime deletion__// 17 -When deleting a runtime, the error message that is displayed is more descriptive. The error messages will now include the names of the flows that run on the container. 18 +[[image:Main.Images.Release Blog.WebHome@release-224-selectable-cursor-for-tags.png]] 19 + 20 +//__Property value page__// 21 +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. 18 18 19 -//__Update flows__// 20 -In Create > Resources, a button "Update flows" has been added to update versions of all flows in which a resource is used. 23 +[[image:Main.Images.Release Blog.WebHome@release-224-pop-ups-wrapped-property-values.png]] 21 21 22 -//__I nputfields__//23 - Multipleinputfieldshavebeenupdatedsuchthattheyexpandwhentheamountofcharactersexceedsthedefault size.Theseupdates were done tocaterto largeexpressions.25 +//__Improved text in Design architecture__// 26 +We fixed some spelling mistakes in the pop-up page when applying to environment in Design architecture. 24 24 25 -//__ Memorysettings__//26 - Itisnowpossibleto changethememorysettings ofacontainerbeforepressing"Applyto environment".Before,itwas onlypossibletoviewthememory settingsif a containerwasrunningonAWSorrunningonadockermachine.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. 27 27 28 -//__ Runtimevalidation__//29 - Validationforruntimesthat aremoved fromon premises to thecloud orvice versahasbeenimproved.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. 30 30 31 -//__ UIimprovements__//32 - UIimprovementsforstaticinputcomponents havebeendone andthetooltipfor optional/requiredtoggleshasbeenimproved.34 +//__External links__// 35 +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. 33 33 34 -//__ Q&Aforum search__//35 - The optionto searchbypressing theEnterkey hasbeen added totheQ&Aforum.37 +//__Debugging Shortcut__// 38 +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. 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. 36 36 37 -//__Wiretap & debug error messages__// 38 -The error messages that may be displayed when using wiretaps and the debugger have been improved, these are now more user friendly. 40 +[[image:Main.Images.Release Blog.WebHome@release-224-queue-explorer-button.png]] 39 39 40 -//__Runtime overview image versions__// 41 -Insight into invented and actual deployments has been improved. If the release version number on runtimes is different compared with the release, this is shown in the runtime overview. 42 +[[image:Main.Images.Release Blog.WebHome@release-224-open-debug-queue-button.png]] 42 42 44 +//__Test Message from Manage-Explore__// 45 +Additionally, we have improved the names and descriptions of test messages that you saved when debugging and wiretapping your integration in the Manage - Explore section. 46 + 47 +<Screenshot here> 48 + 49 +//__Password property__// 50 +In the Flow designer within the Create phase, copying password properties now copies the actual password value instead of the encoded value. 51 + 43 43 == **Bug Fixes** == 44 -//__Action messages__// 45 -The formatting of action messages regarding changes in retention bytes/hours has been improved. The action message will now display the correct, actual behaviour. 46 46 47 -//__Removal of onramp__// 48 -We fixed an issue where it was not possible to remove the last onramp linked to a splitted entry (that was an all-entry before). 54 +//__Event Processor Keystore and Trustore__// 49 49 50 -//__Component changes reversion__// 51 -In the flow designer a bug could occur where the changes to a component would be reverted if the editing pop-up would be kept open for some minutes without having saved the changes yet. This has been fixed. 56 +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. 52 52 58 + 59 + 60 + 53 53 == **Fancy Forum Answers** == 54 54 55 55 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: 56 56 57 -* [[What is the eMagiz control tower?>>https://my.emagiz.com/p/question/172825635703696612||target="blank"]] 58 -* [[Deleting connector without flows gives error>>https://my.emagiz.com/p/question/172825635703696657]] 59 -* [[How to use a flowtest with path properties>>https://my.emagiz.com/p/question/172825635703696835||target="blank"]] 65 +* [[.NET REST API authentication>>https://my.emagiz.com/p/question/172825635703862917||target="blank"]] 66 +* [[SMB Session Factory can't connect to AIX (or Linux) Samba share>>https://my.emagiz.com/p/question/172825635703875733||target="blank"]] 67 +* [[Check header value http_statusCode in standard filter>>https://my.emagiz.com/p/question/172825635703875955||target="blank"]] 68 +* [[How set up alerting for one message per hour>>https://my.emagiz.com/p/question/172825635703876056||target="blank"]] 60 60 61 61 == **Key Takeaways** == 62 62 ... ... @@ -66,7 +66,7 @@ 66 66 * If you have feedback or ideas for us, talk to the Platypus 67 67 * Please inform us of new additions to the store ([[productmanagement@emagiz.com>>mailto:academy@emagiz.com]]) so we can all benefit from these. 68 68 * Clear your browser cache (Ctrl + Shift + Del) 69 -* Check out the release notes [here] 78 +* Check out the release notes [[here>>doc:Main.Release Information.Portal.223 - Idyllic Image.WebHome||target="blank"]] 70 70 * Start thinking about how the license tracker can aid your development 71 71 * Start thinking about major, minor, and patch 72 72 * Keep making great integrations