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,72 +3,70 @@ 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 a rebringinga significantperformanceimprovementtoflow testing,with executiontimes now accelerated by up to 3 times.Next to that, over the pastweek, we focusedonimprovingthe usability of ourplatform and addressing community feedback. Specifically, weenhanceduser interface elementsonseveralpages, includingthe descriptionsof help texts,externallinks within help texts,and theoverall layout ofhelp text pages.Additionally, wemade improvementsto severalpop-uppages.Wealso madetheuserinterfacemore user-friendlyfordebuggingintegrationflows. Lastly, weresolvedanissue for some modelswhen creatingan EventProcessor.6 +**Hi there, eMagiz developers!** In this release, we have done much work to improve our logging and overviews. This should improve the user experience for our platform. Next to this, we have done several minor changes and bug fixes, mainly relating to the Deploy and Manage phase. 7 7 8 -== **Faster 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 -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. 12 +//__Runtime logging__// 13 +We fixed a bug where no new log messages were showing up, even though they were produced by a container. 11 11 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. 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. 15 15 16 -//__Help text panel in Capture__// 17 -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. 18 +== **Overviews** == 18 18 19 -//__ AddingtagsinCapture__//20 - In theCapturephase,clickingtoadd or removea tagin the pop-uppageforspecifyingintegration requirementsnolongerdisplays a 'blocked'icon.20 +//__Runtime overview__// 21 +We added a new overview in the Deploy phase, called 'Runtime Overview', which shows the information of all runtimes on running machines. 21 21 22 -[[image:Main.Images.Release Blog.WebHome@release-224-selectable-cursor-for-tags.png]] 23 - 24 -//__Property value page__// 25 -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. 23 +[[image:Main.Images.Release Blog.WebHome@release-blog-211-runtime-overview.png]] 26 26 27 -[[image:Main.Images.Release Blog.WebHome@release-224-pop-ups-wrapped-property-values.png]] 25 +//__Missing properties overview__// 26 +The missing properties overview has been updated to show the runtimes and flow versions of missing property values. 28 28 29 -//__Improved text in Design architecture__// 30 -We fixed some spelling mistakes in the pop-up page when applying to environment in Design architecture. 28 +[[image:Main.Images.Release Blog.WebHome@release-blog-211-missing-properties-overview.png]] 31 31 32 -//__ Adding attributesfora messagedefinition__//33 - Wefixed an issue whereyour selectedattributeswerelost whennavigatingbetweenpaginationswhile adding moreattributes tothe entity inthe pop-up shown when you pressthe'AddAttribute'buttonontheright panel ofyour System Message, CDM, API Data Model,orEventStreaming Data Model.30 +//__Runtime restart or redeploy overview__// 31 +Before executing the deployment plan to deploy machines, a pop-up will be shown with a list of the affected runtimes. 34 34 35 -//__Helptext for HTTP methods__// 36 -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. 33 +[[image:Main.Images.Release Blog.WebHome@release-blog-211-restarted-redeployed-runtimes.jpg]] 37 37 38 -//__External links__// 39 -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. 40 - 41 -//__Enumeration values__// 42 -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. 35 +== **Feedback Items** == 43 43 44 -//__ DebuggingShortcut__//45 - Debugginga flow typically requiresuserstoactivatedebug onaspecificflow in Deploy → Containers,then navigateto Manage → Explore → Queue Browser and manually typein emagiz.debug. In thisrelease, we have addedashortcut buttonthat opensthe Queue Browser pagedirectlyin the pop-uppage rightafteractivating debugging. Next to that, the Queue Browserpagenow includes a button to directly open the debuggingqueue, eliminatingthe need tomanually typeinemagiz.debug inthe search box.37 +//__Breaking changes pop-up__// 38 +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'. 46 46 47 -[[image:Main.Images.Release Blog.WebHome@release- 224-queue-explorer-button.png]]40 +[[image:Main.Images.Release Blog.WebHome@release-blog-211-breaking-changes.jpg]] 48 48 49 -[[image:Main.Images.Release Blog.WebHome@release-224-open-debug-queue-button.png]] 42 +//__External recipients emailaddress__// 43 +The overview of external recipients has been updated. External recipients are now created on a model level, instead of comma separated list. This means that you can add them to your environment directly, like internal users. 50 50 51 -//__ TestMessagefromManage-Explore__//52 - Additionally,we haveimproved the namesanddescriptionsof test messagesthat yousavedwhendebuggingand wiretapping your integrationin theManage- Exploresection.45 +//__Broker queue metrics dashboards__// 46 +It is now possible to select the MQTT broker in the queue metrics dashboards. 53 53 54 -[[image:Main.Images.Release Blog.WebHome@release-224-test-message-debug-title-description.png]] 48 +//__Runtime image version__// 49 +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. 55 55 56 -//__Password property__// 57 -In the Flow designer within the Create phase, copying password properties now copies the actual password value instead of the encoded value. 58 58 59 59 == **Bug Fixes** == 60 60 61 -//__Event Processor Keystore and Trustore__// 54 +//__Message throughput__// 55 +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. 62 62 63 -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. 57 +//__Cloud template upgrade incorrect rollback__// 58 +An issue has been fixed where a cloud template upgrade would be rolled back incorrectly due to failed runtime checks. 64 64 60 +//__Next generation block__// 61 +Apply to environment will now be blocked when trying to deploy Gen3 runtimes on a Gen2 model. 62 + 65 65 == **Fancy Forum Answers** == 66 66 67 67 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: 68 68 69 -* [[ Preparing Imagefor <runtime> failed: Reached the numberofattempt.>>https://my.emagiz.com/p/question/172825635703888610||target="blank"]]67 +* [[Save header as class 'long'>>https://my.emagiz.com/p/question/172825635703683851||target="blank"]] 70 70 71 -== **Key Takeaways** ==69 +== **Key takeaways** == 72 72 73 73 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: 74 74 ... ... @@ -76,7 +76,7 @@ 76 76 * If you have feedback or ideas for us, talk to the Platypus 77 77 * Please inform us of new additions to the store ([[productmanagement@emagiz.com>>mailto:academy@emagiz.com]]) so we can all benefit from these. 78 78 * Clear your browser cache (Ctrl + Shift + Del) 79 -* Check out the release notes [ [here>>doc:Main.Release Information.Portal.223 - Idyllic Image.WebHome||target="blank"]]77 +* Check out the release notes [here] 80 80 * Start thinking about how the license tracker can aid your development 81 81 * Start thinking about major, minor, and patch 82 82 * Keep making great integrations ... ... @@ -83,6 +83,10 @@ 83 83 84 84 Let's stay in touch and till next time! 85 85 84 +{{info}} 85 +~* Indicates a Beta feature. If you would like to get access to this beta feature, please contact [[productmanagement@emagiz.com>>mailto:academy@emagiz.com]] 86 + 87 +{{/info}} 86 86 ))) 87 87 88 88 (((