Changes for page 240 - Spring Cleaning
Last modified by Erik Bakker on 2025/03/10 10:00
From version 698.1
edited by Erik Bakker
on 2024/08/26 16:17
on 2024/08/26 16:17
Change comment:
There is no comment for this version
To version 587.1
edited by Erik Bakker
on 2024/07/02 15:05
on 2024/07/02 15:05
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 -22 8-MonitoringMania1 +224 - Summer Sonata - Content
-
... ... @@ -3,105 +3,73 @@ 3 3 ((( 4 4 [[image:Main.Images.Release Blog.WebHome@release-blog-intro.png]] 5 5 6 -**Hi there, eMagiz developers!** This release wehavedonemanyimprovementsto themonitoringgraphsinManage.Moreover,we havemade some improvementstothemissingpropertiesand unused properties overviewsand didseveralbugfixes.Find out all improvements&bugfixes below!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 three 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. 7 7 8 -== **Manage Graphs Improvements** == 9 - 10 -//__Generic improvements__// 8 +== **Faster Flow Testing** == 11 11 12 -* Pressing the 'show main dashboard' button returns back to the unfiltered master dashboard. 13 -* For detailed views the 'show main dashboard' button is on the left. 14 -* Graphs on a page share the same crosshair. 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. 15 15 16 -//__Specific improvements__// 12 +== **Feedback Items** == 13 +//__Retention duration and bytes in Capture__// 14 +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. 17 17 18 -* The following graphs now show the unit of measurement per time frame (i.e. bytes/2h) 19 -** Queue Statistics - Overview 20 -*** Message Througput 21 -** Event Streaming Statistics - Overview 22 -*** Bytes In 23 -*** Bytes Out 24 -*** Messages In 16 +//__Help text panel in Capture__// 17 +Collapsing the help text of this pop-up page by clicking the "i" icon on the top right corner of the pop-up page will now correctly hide the help text pane. 25 25 26 -[[image:Main.Images.Release Blog.WebHome@release-228-eventsteamingstats.png]] 19 +//__Adding tags in Capture__// 20 +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. 27 27 28 -* The following graph now shows an improved unit of measurement 29 -** Runtime Statistics - Key Metrics 30 -*** Log events are counted as a sum instead of a maximum per data point. 31 -* The following data measurement graphs indicate whether the component was on or off when hovering over the data points. 32 -** Runtime Statistics - Other Metrics 33 -*** Data measurements 34 -** Queue Statistics - Other Metrics 35 -*** Data measurements 22 +[[image:Main.Images.Release Blog.WebHome@release-224-selectable-cursor-for-tags.png]] 36 36 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. 37 37 38 -* The Memory and CPU usage table in the Runtime statistics displays the maximum value in a given time period that is selected. 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. 39 39 40 -* The styling on HTTP statistics when there are no (un)successful requests within a timeframe has been improved. 41 -* For selection dropdowns the selected variables are locked to the top for easy deselection. 33 +[[image:Main.Images.Release Blog.WebHome@release-224-pop-ups-wrapped-property-values.png]] 42 42 43 - [[image:Main.Images.ReleaseBlog.WebHome@release-228-runtime statistics.png]]44 - [[image:Main.Images.ReleaseBlog.WebHome@release-228-maindashboard.png]]35 +//__Password property__// 36 +In the Flow designer within the Create phase, copying password properties now copies the actual password value instead of the encoded value. 45 45 46 -== **Feedback Items** == 38 +//__Enumeration values__// 39 +When editing a message definition (i.e., a System Message, CDM, API Data Model, or Event Streaming Data Model) in the Flow designer within the Create phase, users can add enumeration values for attributes with an Enumeration data type. In this release, we’ve added a "Save and Add New" button to streamline the process of adding multiple enumeration values. 47 47 48 -//__ Failoverdeploymentplan__//49 - The deploymentplanstepswithtype'Failover'are nowdeprecated, meaningtheycanongerbeaddedto adeployment plan.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. 50 50 51 -//__Edit mode flow testing__// 52 -Test messages can now be edited or removed while in the edit mode of the flow testing functionality. 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. 53 53 54 -//__Missing properties overview__// 55 -Setting the value of a missing property will now automatically remove it from the missing properties overview. Besides that, search and sort functionality have been added to the missing properties overview. 56 -[[image:Main.Images.Release Blog.WebHome@release-228-missing-properties.png]] 50 +[[image:Main.Images.Release Blog.WebHome@release-224-queue-explorer-button.png]] 57 57 58 -//__Legacy release notes__// 59 -The legacy release notes tab has been removed. 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}} 60 60 61 -//__ SSL helptext__//62 - TheSSLsectioninruntime settingshasmoreelaborate helptext.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. 63 63 64 -[[image:Main.Images.Release Blog.WebHome@release-228-ssl-enabled.png]] 65 - 66 -//__Memory warning__// 67 -A pop-up with a warning will be shown when containers are configured with less memory than recommended. 60 +[[image:Main.Images.Release Blog.WebHome@release-224-test-message-debug-title-description.png]] 68 68 69 -[[image:Main.Images.Release Blog.WebHome@release-228-memory-settings.png]] 70 - 71 -//__Reuse test messages__// 72 -It is now possible to reuse the test messages created in other flows within the routing and vice versa. 73 - 74 -//__Unused properties__// 75 -We added logging for when properties are deleted from the unused properties screen. 76 - 77 -[[image:Main.Images.Release Blog.WebHome@release-228-unused-properties.png]] 78 - 79 -//__Styling component__// 80 -The styling of the "File Item Reader Message Source" component configuration pop-up has been improved. 81 - 82 -//__Volume mappings helptext__// 83 -The helptext of volume mappings has been improved. 84 - 85 -[[image:Main.Images.Release Blog.WebHome@release-228-volume.png]] 86 - 87 87 == **Bug Fixes** == 88 -//__Legacy properties__// 89 -We removed legacy properties in connections through the eMagiz Mendix connector. This means that you will not get blocked anymore when deploying to Production. 90 90 91 -//__Exceeding memory__// 92 -We fixed a bug where new machines could be deployed with exceeding memory. 64 +//__Event Processor Keystore and Trustore__// 93 93 94 -//__Copy paste__// 95 -The copy paste functionality in the flow designer does not change the configuration of existing flow components anymore. 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. 96 96 97 97 == **Fancy Forum Answers** == 98 98 99 99 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: 100 100 101 -* [[Character array is missing "e" notation exponential mark>>https://my.emagiz.com/p/question/172825635703914491||target="blank"]] 102 -* [[Error when creating XSD>>https://my.emagiz.com/p/question/172825635703914508||target="blank"]] 103 -* [[Warning log - "Invalid cookie header">>https://my.emagiz.com/p/question/172825635703927026||target="blank"]] 104 -* [[Param_path variable remains empty when including question mark>>https://my.emagiz.com/p/question/172825635703939749||target="blank"]] 72 +* [[Preparing Image for <runtime> failed: Reached the number of attempt.>>https://my.emagiz.com/p/question/172825635703888610||target="blank"]] 105 105 106 106 == **Key Takeaways** == 107 107 ... ... @@ -111,7 +111,7 @@ 111 111 * If you have feedback or ideas for us, talk to the Platypus 112 112 * Please inform us of new additions to the store ([[productmanagement@emagiz.com>>mailto:academy@emagiz.com]]) so we can all benefit from these. 113 113 * Clear your browser cache (Ctrl + Shift + Del) 114 -* Check out the release notes [[here>>doc:Main.Release Information.Portal.22 8-MonitoringMania.WebHome||target="blank"]]82 +* Check out the release notes [[here>>doc:Main.Release Information.Portal.224 - Summer Sonata.WebHome||target="blank"]] 115 115 * Start thinking about how the license tracker can aid your development 116 116 * Start thinking about major, minor, and patch 117 117 * Keep making great integrations