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-SummerSonata1 +209 - Max Verstappen - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. dfirdausy1 +XWiki.CarlijnKokkeler - Content
-
... ... @@ -1,75 +1,72 @@ 1 1 {{container}} 2 -{{container layoutStyle="columns"}} 3 -((( 2 +{{container layoutStyle="columns"}}((( 4 4 [[image:Main.Images.Release Blog.WebHome@release-blog-intro.png]] 5 5 6 -**Hi there, eMagiz developers!** In this release,we are bringing a significant performance improvement to flow testing, withexecution times nowaccelerated by up to 3 times. Next to that, overthe past week, we focusedonimproving theusability 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.5 +**Hi there, eMagiz developers!** We have done ..... 7 7 8 -== **Faster Flow Testing** == 7 +== **Next Generation Architecture Default** == 8 +With this release, the next generation architecture will become the default. New models will use this generation as default. 9 9 10 - We are rolling out amajor upgradeto flow testing performance, boostingexecutionspeeds by up to three times.Thisenhancement will greatly accelerateyour workflow when developing integrations,enabling you to runtests faster andmoreefficiently. Consequently,this will further support users for deliveringhigher-quality integrations.10 +[[image:Main.Images.Release Blog.WebHome@release-blog-next-gen-default.png]] 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. 12 +== **Cloud Template R11 - Single Lane** == 13 +This release introduces a new cloud template for all our customers running in a single-lane setup on the next generation architecture. This cloud template introduces faster machine boot up and improved auto-healing. The complete release notes on the cloud template can be found here 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. 15 +== **Cloud Template R13 - Double Lane** == 18 18 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. 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. 18 +== **Feedback Items** == 26 26 27 -[[image:Main.Images.Release Blog.WebHome@release-224-pop-ups-wrapped-property-values.png]] 20 +//__Unused properties overview__// 21 +In Deploy > Releases, it is now possible to see all unused properties of an environment. This can be viewed by clicking the three dots in the Create phase section. Here it is also possible to quickly delete all or a selection of those unused properties. Unused properties are properties that are: 22 +* Not used by any runtime that is in the Create phase release. 23 +* Not required by a flow that is in the Create phase release. 24 +* If used as nested property, none of its parent properties (checks recursively) are in the Create phase release. 28 28 29 -//__ ImprovedtextinDesignarchitecture__//30 - Wefixedsomespellingmistakes in the pop-uppagewhenapplyingtoenvironmentin Designarchitecture.26 +//__Send build requests asynchronously__// 27 +The step in the deployment plan concerning the preparation of runtime images will now be executed more quickly and reliably. 31 31 32 -//__ Adding attributesfora messagedefinition__//33 - We fixed an issue whereyour selected attributeswere lostwhennavigating betweenpaginationswhileaddingmore attributes to the entity in the pop-upshown when you pressthe 'Add Attribute' buttonontherightpanel of your SystemMessage, CDM, API DataModel, or Event Streaming Data Model.29 +//__Queue explorer milliseconds__// 30 +The queue browser now displays milliseconds in the timestamps. 34 34 35 -//__ HelptextforHTTP methods__//36 - Weimproved thehelptextfortheHTTP method field intheHTTP outboundgatewayandHTTP outboundchannel adapterflow components toprovideclearerdescriptions for differentHTTP methods.Additionally, weimplementedavalidationforthesecomponentstopreventselectingtheHTTP method'PATCH' if anApache HttpComponentsRESTtemplateis notprovided.32 +//__Cancel and next buttons order__// 33 +The order of the cancel and next buttons when creating a new trigger has been changed to increase alignment across the platform. Now, all cancel buttons are placed on the right of a 'next' or 'save' button. 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 +//__Unused images__// 36 +When a release is removed, the related unused images in the on-premises machines will be removed as well. 43 43 44 -//__ DebuggingShortcut__//45 - Debugginga flow typically requires users to activate debug ona specific flowin Deploy → Containers,then navigate to Manage → Explore → Queue Browserand manually typeinemagiz.debug.In this release, we have added a shortcut button that opens the Queue Browserpagedirectly inthepop-up pagerightafter activating debugging. Next to that, the Queue Browser page nowincludesa buttonto directlyopenthe debuggingqueue, eliminating the needto manuallytypeinemagiz.debug in thesearch box.38 +//__Carwash logging__// 39 +A new logging feature enabling us to make better choices in encryption standards will be released. 46 46 47 -[[image:Main.Images.Release Blog.WebHome@release-224-queue-explorer-button.png]] 41 +//__Static alerts queue consumers__// 42 +Alerting will now only generate alerts for queues that are created and managed by the eMagiz JMS server. 48 48 49 - [[image:Main.Images.ReleaseBlog.WebHome@release-224-open-debug-queue-button.png]]44 +== **Bug Fixes** == 50 50 51 -//__ Test Messagefrom Manage-Explore__//52 - Additionally,we haveimproved thenames and descriptions oftestmessagesthatyousavedwhendebuggingandwiretapping your integrationin theManage - Explore section.46 +//__Images rebuild__// 47 +We fixed an issue which caused the release preparation step to take longer time than necessary and caused the machine deployment steps to execute when they could be skipped. 53 53 54 -[[image:Main.Images.Release Blog.WebHome@release-224-test-message-debug-title-description.png]] 49 +//__Flow Designer connection line__// 50 +In the Flow Designer an issue has been fixed where the connection line for drawing channels did work well when scrolling or zooming in/out on the canvas. 55 55 56 -//__Pa sswordproperty__//57 - IntheFlowdesignerwithin theCreatephase,copyingpasswordpropertiesnowcopies theactualpasswordvalueinstead ofthe encodedvalue.52 +//__Portal for migrated models__// 53 +We fixed a rare case where a runtime could not start, or logging, errors and metrics could not be seen in the portal for a model that had just migrated to the next generation architecture. 58 58 59 -== **Bug Fixes** == 55 +//__Error channel inbounds__// 56 +We added a migration step, where we set the error channel to “errorChannel” of all inbounds in a flow if the custom error handling is set to false. Before, the error channel would be set to “errorChannel” only for the first inbound in an entry flow. 60 60 61 -//__Event Processor Keystore and Trustore__// 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. 64 - 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 Image for <runtime> failed: Reached the number of attempt.>>https://my.emagiz.com/p/question/172825635703888610||target="blank"]] 62 +* [[Message Redelivery blank error message>>https://my.emagiz.com/p/question/172825635703619933||target="blank"]] 63 +* [[Timeout error kafka batch creation>>https://my.emagiz.com/p/question/172825635703620012||target="blank"]] 64 +* [[SFTP Connectivity: Transfering a whole folder structure>>https://my.emagiz.com/p/question/172825635703632587||target="blank"]] 65 +* [[Next generation architecture with dynamic file pickup / filedrop>>https://my.emagiz.com/p/question/172825635703632732||target="blank"]] 70 70 71 -== **Key Takeaways** == 72 72 68 +== **Key takeaways** == 69 + 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 75 75 * If you have questions surrounding our Program Increment Planning, please get in touch with [[productmanagement@emagiz.com>>mailto:academy@emagiz.com]] ... ... @@ -76,17 +76,17 @@ 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"]]76 +* 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 79 +* Upgrade to the latest build number 82 82 * Keep making great integrations 83 83 84 84 Let's stay in touch and till next time! 85 85 86 -))) 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]] 87 87 88 -((( 89 -{{toc/}} 90 -))) 87 +~*~* Indicates a next-generation-architecture only feature. 88 +{{/info}})))((({{toc/}}))){{/container}} 91 91 {{/container}} 92 -{{/container}}