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 +210 - Deployment Delights - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. dfirdausy1 +XWiki.CarlijnKokkeler - Content
-
... ... @@ -3,70 +3,62 @@ 3 3 ((( 4 4 [[image:Main.Images.Release Blog.WebHome@release-blog-intro.png]] 5 5 6 -**Hi there, eMagiz developers!** Overthe pastweek, wefocusedonimproving theusabilityof ourplatformandaddressingcommunity feedback.Specifically, weenhanceduserinterfaceelementsonseveralpages,includingthedescriptionsofhelptexts,externallinks within helptexts,andtheoveralllayoutofhelp text pages.Additionally,we made improvementsto severalpop-uppages. We alsomadetheuser interface moreuser-friendly for debugging integration flows. Lastly, weresolvedanissueforsomemodelswhen creatinganEventProcessor.6 +**Hi there, eMagiz developers!** In this release, we have invested our effort to improve the performance and experience of our platform in the Deploy phase. Next to that, we did several bug fixes, not only for the Deploy phase, but also for the Store. Lastly, we made some changes to the alerts that you may be receiving. 7 7 8 -== **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. 8 +== **Alerts** == 11 11 12 -//__ HelptextpanelinCapture__//13 - Collapsing thehelp textofthis pop-uppage byclickingthe"?"icon onthe toprightcorner ofthe pop-up page will now correctly hidethe help text pane.10 +//__Topic approaching max size alert__// 11 +The alert ‘topic approaching maximum size’ has been temporarily disabled due to a high number of false positives. 14 14 15 -//__ Adding tagsin Capture__//16 - IntheCapturephase,clicking toadd orremovea tagin thepop-uppage for specifying integrationrequirementsno longer displays a 'blocked' icon.13 +//__Missing metrics alert__// 14 +We solved an issue where the ‘missing metrics’ alert did not always contain the full container name. 17 17 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. 16 +== **Feedback Items** == 22 22 23 -[[image:Main.Images.Release Blog.WebHome@release-224-pop-ups-wrapped-property-values.png]] 18 +//__Improved release build process__// 19 +When a new release will be activated, no longer all containers will be rebuild but only affected containers will be rebuild. This should decrease the time for a release to be ready to be deployed. 24 24 25 -//__ ImprovedtextinDesignarchitecture__//26 - Wefixedsome spellingmistakes in thepop-uppage when applyingto environment inDesign architecture.21 +//__Container version overview__// 22 +Due to the improved build process for containers, the release versions and container versions will not longer be the same anymore. Therefore we introduce a way where you can look up to see which container versions are linked to a specific release. This can help you to identify if your containers that are running have the right version according to the release. 27 27 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. 24 +[[image:Main.Images.Release Blog.WebHome@release-blog-210-deployment-delights-container-overview.png]] 30 30 31 -//_ _Helptextfor HTTPmethods__//32 - We improvedthehelptextfor theHTTPmethodfieldintheHTTPoutboundgateway andHTTP outboundchanneladapter flow components toprovide clearerdescriptionsfordifferentHTTPmethods.Additionally,weimplemented avalidationforthesecomponents topreventselectingthe HTTP method 'PATCH'ifanApacheHttpComponentsRESTtemplate isnot provided.26 +//_Improved deployment process_// 27 +The improved release build process, as mentioned above, brings another major improvement to the platform. Because container versions will not be updated regularly we can identify during a deployment which container should get a new container version. Only the ones that should get a new version will be deployed and restarted, all other containers will not go down and keep running. This decreases the deployment time and improves the performance. 33 33 34 -//__ Externallinks__//35 -C licking linkstoexternaldocumentationinthe eMagizportalisnowconfiguredtoalwaysopenthe linksinanew tab,rather thanreplacingyourcurrent tab.29 +//__Rebuilding of images__// 30 +Changing the list of flows that should run on a container will now trigger the rebuilding of images. 36 36 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. 39 - 40 -<Screenshot here> 41 - 42 -//__Test Message from Manage-Explore__// 43 -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. 44 - 45 -<Screenshot here> 46 - 47 -//__Password property__// 48 -In the Flow designer within the Create phase, copying password properties now copies the actual password value instead of the encoded value. 49 - 50 50 == **Bug Fixes** == 51 51 52 -//__Event Processor Keystore and Trustore__// 34 +//__Runtime metrics processing__// 35 +The collection and publishing of runtime metrics is no longer synchronized across containers, which improves their processing. 53 53 54 -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. 37 +//__Deployment plan__// 38 +We solved a bug where a deployment step in the execution of the deployment plan could randomly get stuck. 55 55 40 +//__View all store items__// 41 +An issue has been fixed where it was not possible to load more store items in the left panel in the Create phase Flow Designer. 56 56 43 +//__Out of memory behavior__// 44 +We improved the out of memory behavior of runtimes. Runtimes will now always restart when an out of memory error occurs. 57 57 46 +//__Max fetch size__// 47 +In the Flow Designer, we improved the help text of the advanced option of ‘max fetch size’ for the Mail Inbound Adapter component to better describe how that option affects the component's behavior. 58 58 59 59 == **Fancy Forum Answers** == 60 60 61 61 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: 62 62 63 -* [[.NET REST API authentication>>https://my.emagiz.com/p/question/172825635703862917||target="blank"]] 64 -* [[SMB Session Factory can't connect to AIX (or Linux) Samba share>>https://my.emagiz.com/p/question/172825635703875733||target="blank"]] 65 -* [[Check header value http_statusCode in standard filter>>https://my.emagiz.com/p/question/172825635703875955||target="blank"]] 66 -* [[How set up alerting for one message per hour>>https://my.emagiz.com/p/question/172825635703876056||target="blank"]] 53 +* [[Deleting object failed for security reasons>>https://my.emagiz.com/p/question/172825635703671061||target="blank"]] 54 +* [[How do I delete a user?>>https://my.emagiz.com/p/question/172825635703670973||target="blank"]] 55 +* [[Import RCV-Shipment & RCV-Receipt XSD from Boltrics>>https://my.emagiz.com/p/question/172825635703671171||target="blank"]] 56 +* [[Add day in XPath header enricher>>https://my.emagiz.com/p/question/172825635703671325||target="blank"]] 57 +* [[Missing Body Java type resulting in problems>>https://my.emagiz.com/p/question/172825635703683790||target="blank"]] 67 67 68 -== **Key Takeaways** == 69 69 60 +== **Key takeaways** == 61 + 70 70 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: 71 71 72 72 * If you have questions surrounding our Program Increment Planning, please get in touch with [[productmanagement@emagiz.com>>mailto:academy@emagiz.com]] ... ... @@ -73,9 +73,10 @@ 73 73 * If you have feedback or ideas for us, talk to the Platypus 74 74 * Please inform us of new additions to the store ([[productmanagement@emagiz.com>>mailto:academy@emagiz.com]]) so we can all benefit from these. 75 75 * Clear your browser cache (Ctrl + Shift + Del) 76 -* Check out the release notes [ [here>>doc:Main.Release Information.Portal.223 - Idyllic Image.WebHome||target="blank"]]68 +* Check out the release notes [here] 77 77 * Start thinking about how the license tracker can aid your development 78 78 * Start thinking about major, minor, and patch 71 +* Upgrade to the latest build number 79 79 * Keep making great integrations 80 80 81 81 Let's stay in touch and till next time! ... ... @@ -83,6 +83,7 @@ 83 83 {{info}} 84 84 ~* Indicates a Beta feature. If you would like to get access to this beta feature, please contact [[productmanagement@emagiz.com>>mailto:academy@emagiz.com]] 85 85 79 +~*~* Indicates a next-generation-architecture only feature. 86 86 {{/info}} 87 87 ))) 88 88