Changes for page 226 - Alerting Alchemy
Last modified by CarlijnKokkeler on 2024/07/30 16:40
Summary
-
Page properties (3 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 -2 24-Summer Sonata1 +211 - Log Luminary - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. dfirdausy1 +XWiki.CarlijnKokkeler - Content
-
... ... @@ -3,77 +3,77 @@ 3 3 ((( 4 4 [[image:Main.Images.Release Blog.WebHome@release-blog-intro.png]] 5 5 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.6 +**Hi there, eMagiz developers!** 7 7 8 -== **Rapid Flow Testing** == 8 +== **Logging** == 9 +//__Missing log entries__// 10 +We improved crash handling so that log messages clearly show when and why a container failed to start. 9 9 10 -== **Feedback Items** == 11 -//__Retention duration and bytes in Capture__// 12 -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. 12 +//__Runtime logging__// 13 +We fixed a bug where no new log messages were showing up, even though they were produced by the container. 13 13 14 -//__ HelptextpanelinCapture__//15 - Collapsingthehelptext ofthispop-uppagebyclicking the"?"icon on thetoprightcornerofthe pop-uppagewillnowcorrectlyhidethe helptextpane.15 +//__Deployment execution error message__// 16 +In some cases when a machine type step in the deployment plan execution errors, the portal may give an error when trying to display the error message. This has been fixed by now showing a generic error in the deployment plan and logging the full error in the Deploy history. The Deploy history will show a summary of the error and show the full error message in a new pop-up. 16 16 17 -//__Adding tags in Capture__// 18 -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. 18 +== **Overviews** == 19 +//__Runtime overview__// 20 +We added a new overview in the Deploy phase, called 'Runtime Overview', which shows the information of all runtimes on running machines in an overview. 19 19 20 -[[image:Main.Images.Release Blog.WebHome@release-224-selectable-cursor-for-tags.png]] 21 - 22 -//__Property value page__// 23 -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. 22 +[[image:Main.Images.Release Blog.WebHome@release-blog-211-runtime-overview.png]] 24 24 25 -[[image:Main.Images.Release Blog.WebHome@release-224-pop-ups-wrapped-property-values.png]] 24 +//__Missing properties overview__// 25 +The missing properties overview has been updated to show the runtimes and flow versions of missing property values. 26 26 27 -//__Improved text in Design architecture__// 28 -We fixed some spelling mistakes in the pop-up page when applying to environment in Design architecture. 27 +[[image:Main.Images.Release Blog.WebHome@release-blog-211-missing-properties-overview.png]] 29 29 30 -//__ Adding attributesfora messagedefinition__//31 - Wefixed an issue whereyour selectedattributeswerelost whennavigatingbetweenpaginationswhile adding moreattributes tothe entity inthe pop-upshownwhenyou press the 'Add Attribute' buttonontherightpanelofyour SystemMessage, CDM, API Data Model,orEventStreaming Data Model.29 +//__Runtime restart or redeploy overview__// 30 +Before executing the deployment plan to deploy machines, a pop-up will be shown with a list of the affected runtimes. 32 32 33 -//__Helptext for HTTP methods__// 34 -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. 32 +[[image:Main.Images.Release Blog.WebHome@release-blog-211-restarted-redeployed-runtimes.jpg]] 35 35 36 -//__External links__// 37 -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. 38 - 39 -//__Enumeration values__// 40 -When editing a message definition (i.e., a System Message, CDM, API Data Model, or Event Streaming Data Model) in 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. 41 41 42 -//__Debugging Shortcut__// 43 -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. 35 +== **Feedback Items** == 44 44 45 -[[image:Main.Images.Release Blog.WebHome@release-224-queue-explorer-button.png]] 46 46 47 -[[image:Main.Images.Release Blog.WebHome@release-224-open-debug-queue-button.png]] 38 +//__Breaking changes pop-up__// 39 +Pending changes that have a high risk level are now shown in red bold in the pop up that appears after clicking 'Apply to environment'. 48 48 49 -//__Test Message from Manage-Explore__// 50 -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. 41 +[[image:Main.Images.Release Blog.WebHome@release-blog-211-breaking-changes.jpg]] 51 51 52 -[[image:Main.Images.Release Blog.WebHome@release-224-test-message-debug-title-description.png]] 43 +//__External recipients emailaddress__// 44 +The overview of external recipients has been updated. External recipients are created on a model level, instead of comma separated list. This means that you can add them to your environment directly, like internal users. 53 53 54 -//__ Passwordproperty__//55 -I ntheFlowdesignerwithintheCreatephase,copyingpassword propertiesnowcopiestheactual password value insteadof the encoded value.46 +//__Broker queue metrics dashboards__// 47 +It is now possible to select the MQTT broker in the queue metrics dashboards. 56 56 57 -== **Bug Fixes** == 49 +//__Runtime image version__// 50 +The version of runtime images used to prepare your containers for deployments will be the same across all environments. This holds for releases that are deployed and promoted to a next environment. 58 58 59 -//__Event Processor Keystore and Trustore__// 60 60 61 - Wefixed an issue where the keystore location and the truststore location weregeneratedincorrectly when creating a new event processorfor models that were migrated from the legacy runtime architecture to the current generation architecture.53 +== **Bug Fixes** == 62 62 55 +//__Message throughput__// 56 +The message throughput graph in the Manage phase will now show the correct data, independent from the selected time internal. Before, this graph would not show any data in some cases. 63 63 58 +//__Cloud template upgrade unjust rollback__// 59 +An issue has been fixed where a cloud template upgrade would be rolled back unjustly due to failed runtime checks. 64 64 61 +//__Next generation block__// 62 +Apply to environment will now be blocked when trying to deploy Gen3 runtimes on a Gen2 model. 65 65 66 66 == **Fancy Forum Answers** == 67 67 68 68 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: 69 69 70 -* [[.NET REST API authentication>>https://my.emagiz.com/p/question/172825635703862917||target="blank"]] 71 -* [[SMB Session Factory can't connect to AIX (or Linux) Samba share>>https://my.emagiz.com/p/question/172825635703875733||target="blank"]] 72 -* [[Check header value http_statusCode in standard filter>>https://my.emagiz.com/p/question/172825635703875955||target="blank"]] 73 -* [[How set up alerting for one message per hour>>https://my.emagiz.com/p/question/172825635703876056||target="blank"]] 68 +* [[Deleting object failed for security reasons>>https://my.emagiz.com/p/question/172825635703671061||target="blank"]] 69 +* [[How do I delete a user?>>https://my.emagiz.com/p/question/172825635703670973||target="blank"]] 70 +* [[Import RCV-Shipment & RCV-Receipt XSD from Boltrics>>https://my.emagiz.com/p/question/172825635703671171||target="blank"]] 71 +* [[Add day in XPath header enricher>>https://my.emagiz.com/p/question/172825635703671325||target="blank"]] 72 +* [[Missing Body Java type resulting in problems>>https://my.emagiz.com/p/question/172825635703683790||target="blank"]] 74 74 75 -== **Key Takeaways** == 76 76 75 +== **Key takeaways** == 76 + 77 77 Thanks to all who helped build and those who tested and gave feedback to improve the product. To end this post, here are some key takeaways for you: 78 78 79 79 * If you have questions surrounding our Program Increment Planning, please get in touch with [[productmanagement@emagiz.com>>mailto:academy@emagiz.com]] ... ... @@ -80,9 +80,10 @@ 80 80 * If you have feedback or ideas for us, talk to the Platypus 81 81 * Please inform us of new additions to the store ([[productmanagement@emagiz.com>>mailto:academy@emagiz.com]]) so we can all benefit from these. 82 82 * Clear your browser cache (Ctrl + Shift + Del) 83 -* Check out the release notes [ [here>>doc:Main.Release Information.Portal.223 - Idyllic Image.WebHome||target="blank"]]83 +* Check out the release notes [here] 84 84 * Start thinking about how the license tracker can aid your development 85 85 * Start thinking about major, minor, and patch 86 +* Upgrade to the latest build number 86 86 * Keep making great integrations 87 87 88 88 Let's stay in touch and till next time! ... ... @@ -90,6 +90,7 @@ 90 90 {{info}} 91 91 ~* Indicates a Beta feature. If you would like to get access to this beta feature, please contact [[productmanagement@emagiz.com>>mailto:academy@emagiz.com]] 92 92 94 +~*~* Indicates a next-generation-architecture only feature. 93 93 {{/info}} 94 94 ))) 95 95