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,69 +3,56 @@ 3 3 ((( 4 4 [[image:Main.Images.Release Blog.WebHome@release-blog-intro.png]] 5 5 6 -**Hi there, eMagiz developers!** Overthepast week,we focusedonimproving theusabilityof ourplatformand addressing community feedback.Specifically,we enhanced userinterface elementsonseveralpages, including thedescriptionsof helptexts,externallinkswithinhelp texts,and theoveralllayoutofhelptextpages. Additionally, we madeimprovementsto several pop-up pages.We alsomadetheuser interfacemore user-friendlyfor debugging integrationflows.Lastly,we resolved an issue for some models whencreating an Event Processor.6 +**Hi there, eMagiz developers!** We have have done much work for the Deploy phase. Moreover, we did several bug fixes, mainly relating to the Deploy phase again, but also several 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 "?"iconon the toprightcornerofthepop-up page will now correctlyhide thehelptextpane.10 +//__Topic approaching max size alert__// 11 +The alert ‘topic approaching maximum size’ alert 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 +//__Container version overview__// 19 +In Deploy > Releases, it is now possible to see the container versions in the release details. This can be viewed by clicking the three dots in the Create phase section. 24 24 25 -//__Improved text in Design architecture__// 26 -We fixed some spelling mistakes in the pop-up page when applying to environment in Design architecture. 21 +[[image:Main.Images.Release Blog.WebHome@release-blog-210-deployment-delights-container-overview.png]] 27 27 28 -//__ Addingattributes for a messagedefinition__//29 -We fixed anissuewhereyourselectedattributes were lostwhennavigating betweenpaginations whileadding moreattributesto theentityinthepop-up shownwhenyou press the'Add Attribute'buttonontheright panelofyour SystemMessage, CDM, API Data Model,orEventStreaming Data Model.23 +//__Unchanged containers__// 24 +When deploying a new release, containers that have no changes between the deployed release and the new release will not be deployed and restarted. 30 30 31 -//__ HelptextforHTTPmethods__//32 - Weimprovedthehelptextforthe HTTP method fieldin the HTTP outboundgateway and HTTPoutboundchanneladapter flowcomponents to provide clearer descriptions for differentHTTP methods. Additionally,weimplemented a validation for thesecomponents to prevent selectingthe HTTP method 'PATCH' ifan Apache HttpComponents REST templateisnot provided.26 +//__Rebuilding of images__// 27 +Changing the list of flows that should run on a container will now trigger the rebuilding of images. 33 33 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. 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 -We 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__// 31 +//__Runtime metrics processing__// 32 +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. 34 +//__Deployment plan__// 35 +We solved a bug where a deployment step in the deployment plan could randomly get stuck. 55 55 37 +//__Store message merging__// 38 +The message merging tool has been fixed to allow merging of your message definitions from the Store to existing data model messages. 56 56 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. 57 57 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. 58 58 46 +//__Max fetch size__// 47 +We improved the help text of the advanced option of ‘max fetch size’ for the mail inbound adapter to better describe how that option affects its behavior. 48 + 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 +* [[JSONPath in SpEL expressions>>https://my.emagiz.com/p/question/172825635703415034||target="blank"]] 67 67 68 -== **Key Takeaways** ==55 +== **Key takeaways** == 69 69 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 ... ... @@ -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"]]63 +* 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 66 +* 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 74 +~*~* Indicates a next-generation-architecture only feature. 86 86 {{/info}} 87 87 ))) 88 88