Changes for page 226 - Alerting Alchemy
Last modified by CarlijnKokkeler on 2024/07/30 16:40
From version 102.1
edited by Erik Bakker
on 2023/04/13 09:23
on 2023/04/13 09:23
Change comment:
There is no comment for this version
To version 574.11
edited by dfirdausy
on 2024/07/01 14:33
on 2024/07/01 14:33
Change comment:
There is no comment for this version
Summary
-
Page properties (3 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 - 195-EasterParty1 +224 - Summer Sonata - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. ebakker1 +XWiki.dfirdausy - Content
-
... ... @@ -1,109 +1,61 @@ 1 1 {{container}} 2 -{{container layoutStyle="columns"}}((( 2 +{{container layoutStyle="columns"}} 3 +((( 3 3 [[image:Main.Images.Release Blog.WebHome@release-blog-intro.png]] 4 4 5 -**Hi there, eMagiz developers!** Inthelastfewweeks, wehavefocused onwrappingupthepreviousquarter andstarting thenew one.When this happens, wegosilentforafewweekstoplanfortheupcoming quarterduringour PI rituals. This timewe added the famous"Hackathon"tothe end ofthePI week so we couldstarttheEasterbreak withexcellent spirit after solvingseveralsmaller feedback items andbugs reportedby you. Several ofthosestorieswill beincludedinthis and theupcomingrelease.Ontop of that, weintroducevarious improvements to ourAPI Gatewaypatternandour3rd generation runtimearchitecture.Subsequently, wewillreleaseanewruntimeimagesupportingthemultipleimprovements.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 6 7 -== **Release properties** ==** 8 +== **Feedback Items** == 9 +//__Integration requirements: retention duration and bytes__// 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 8 9 -With this release we bring an improved version of the release properties functionality. With the introduction of the 3rd generation runtime the way properties can be updated and when they need to be available for the solution to start up has changed compared to the current runtime architecture. More on that can be found [[here>>Main.eMagiz Academy.Fundamentals.fundamental-runtime-generation3||target= "blank"]]. 12 +//__Integration requirements: Help text__// 13 +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. 14 + 15 +//__Debugger duration__// 16 +Wiretaps and debugging sessions will now collect messages for ten minutes, this used to be five. Note that the JMS server needs to be updated in order to also store the messages for ten minutes instead of five. For this, a new [[runtime image>>doc:Main.Release Information.Runtime Images.V310.WebHome||target="blank"]] is available. 10 10 11 -As of now you can not only view all property values related to a specific release by pressing the wrench icon. You can also create what we call a "property release" on each of the three environment that allows you to quickly change one or more property values and deploy the changes to your environment. When deploying such a release eMagiz will check on which runtimes the properties are used and only execute the deploy actions for the machines to which said runtime(s) belong(s). 18 +== **Bug Fixes** == 19 +//__SFTP sessions__// 20 +Support has been added to provide SFTP session factories with a known_hosts in string format rather than file format, so that it is easier to setup SFTP. For this, a new [[runtime image>>doc:Main.Release Information.Runtime Images.V310.WebHome||target="blank"]] is available. Moreover, helptexts have been added for clarification. 12 12 13 - {{videoattachment="release-blog-easter-party--release-properties.mp4" reference="Main.Videos.Microlearning.WebHome"/}}22 +[[image:Main.Images.Release Blog.WebHome@release-223-known-hosts.png]] 14 14 15 -{{info}}The following considerations need to be taken into account when using this functionality: 16 -* This functionality works from the moment one runtime is running on the 3rd generation runtime architecture 17 -* This functionality can only change property values. Functional changes need a seperate release that needs to be promoted 18 -* In comparison to standard releases a property release can be created on each environment (as the property value is linked to a specific environment). 19 -*{{/info}} 20 20 21 - == **APIimprovements** ==25 +[[image:Main.Images.Release Blog.WebHome@release-223-known-hosts-generation.png]] 22 22 23 -//__ Improvedauto-generated error handling__//24 - Whenyoucreate a newoperationin your APIgateway,eMagizwillnowautomaticallygeneratethecorrectschemas,HTTPcodes,andexamples forthis operationbasedon industrystandards.27 +//__SMB outbound gateway__// 28 +The SMB outbound gateway with the GET command did not work, this has been resolved. For this, a new [[runtime image>>doc:Main.Release Information.Runtime Images.V310.WebHome||target="blank"]] is available. 25 25 26 -//__S witchdefault message format__//27 - Wehaveimproved thelogicwhenyouswitchthemessage formatof yourgatewaymessage fromXML toJSONorviceversa.Asaresult,theSwagger filewill be changed accordingly. OnceyouupdatetherelevantflowinCreateanddeploythesolution,theSwaggerUIwillautomaticallymatchthe expectedresult.30 +//__TaskScheduler__// 31 +In rare occurences, when a TaskScheduler was used, a deadlock situation could occur due to thread starvation. The number of threads available to the TaskScheduler has been increased to resolve this issue. For this, a new [[runtime image>>doc:Main.Release Information.Runtime Images.V310.WebHome||target="blank"]] is available. 28 28 29 -//__ Re-usingelements in gatewaymessage__//30 - This releaseimproves how the examplesandschemas inSwagger andtheFlow Testingfunctionality are generatedwhen certainelementsrepeatedlyappearindifferentplaces withinone specific gateway message.33 +//__View XSLT__// 34 +We fixed an issue with the transformation tooling, where it was not possible to view an XSLT in certain cases. 31 31 32 -//__ Improved naming ofAPIoperations whenaddingintegrationsto Create__//33 - Previously whenyou addedAPI operationsto the Createphase,theHTTPoperation(i.e., POST, PUT, GET)was notvisible toa user.Asaresult,itbecametough forausertodiscernbetweenspecific operations oncemultiple ofthemwereusedon oneresource(i.e.,Order,Invoice,Lead).Toclarifythis for theuser,thedisplaynamedefinedinDesign(insteadof Capture) is now usedwithinthis overviewfortheseoperations.36 +//__Multipart/form-data HTTP request__// 37 +The recommended SpEL expression used for contructing a multipart/form-data HTTP request was no longer valid. The [[documentation>>doc:Main.eMagiz Academy.Microlearnings.Expert Level.Data Handling.expert-data-handling-multipart-form-data.WebHome||target="blank"]] has been updated with the new standard and the updated expression is now part of our default test suite. The [[legacy documentation>>doc:Main.eMagiz Academy.Microlearnings.Legacy Functionality.expert-data-handling-multipart-form-data.WebHome||target="blank"]] is also still available. 34 34 35 -== **3rd generation improvements** == 36 - 37 -//__Update of the static alerting engine__// 38 -In this release, we have updated the static alerting engine that determines when one of the static alerts, as defined by eMagiz, should be triggered (or not). This change will improve the performance of the solution and will ensure that the alerts are activated correctly. 39 - 40 -//__Add "Data pipeline" functionality__// 41 -This release introduces the "data pipeline" functionality to the 3rd generation runtime. This removes another blockage for models waiting on this before migrating to the 3rd generation runtime. 42 - 43 -//__Fix related to the debugger__// 44 -This release introduces a fix that allows users to debug a flow once the toggle "Send error messages to eMagiz" is activated. 45 - 46 -{{warning}}To make use of this bug fix, you need to be on the latest runtime image{{/warning}} 47 - 48 -//__Improved migration process__// 49 -This release introduced a fix that allows a user to migrate event processors with custom error handling without manual intervention. 50 - 51 -//__Deployment plan change__// 52 -In this release, the prepare release step will not start automatically anymore. This prevents the user from waiting for this action to be finished before they can continue deploying the solution to their environment. 53 - 54 -{{warning}}Should you be interested in migrating your model to our new 3rd generation architecture, don't hesitate to contact us at [[productmanagement@emagiz.com>>mailto:productmanagement@emagiz.com]] or read our [[documentation>>doc:Main.eMagiz Academy.Fundamentals.fundamental-runtime-generation3||target="blank"]] on the subject.{{/warning}} 55 - 56 -== **Feedback items ** == 57 - 58 -//__License Tracker improvements__// 59 -With this release, we have added several new features available to purchase. On top of that, additional information on the license, such as adding notes and seeing the data sink packets, is now available. 60 - 61 -//__Ability to view the message definition for a topic__// 62 -Currently, you can easily navigate to the message definition of a topic via the context menu in Design, even if there is no event processor linked to the topic. 63 - 64 -//__Restricted access for uploading custom certificates to endpoints__// 65 -To improve our cloud offerings' general security and prevent users from uploading the wrong certificates, we have now restricted access to this view to ensure that only the administrator can execute this change. This allows for a discussion between the team implementing the solution and eMagiz before actions are taken. 66 - 67 -== **Bug fixes ** == 68 - 69 -//__Improved deletion behavior for enumerations__// 70 -To prevent that eMagiz will incorrectly delete enumeration lists when you press a "Cancel" button, we have improved the deletion behavior when viewing enumerations in the Create phase of eMagiz. 71 - 72 -//__Prevent "async" api operations__// 73 -With this release, we have removed the ability to select the "async" option when the default message format is API Management. 74 - 75 -//__Importing a response definition broke the request definition__// 76 -Currently, importing a response definition breaks the request definition. With this release, we have changed this behavior, ensuring that only the response definition is changed when importing and not the request definition. 77 - 78 -//__Removing a flow does not update the API "all-entry" anymore__// 79 -When you removed a flow from Create, the API Gateway all-entry received a new version of the flow. With this release, we have changed this behavior so that this only happens when the flow you remove is an API-related flow and not when it is a messaging or event streaming flow. 80 - 81 -//__Stop deployment plan when a property is missing__// 82 -Currently, the execution of your deployment plan continues when eMagiz notices a missing property. As this is confusing for a user and not desirable, we have updated the logic to ensure that when this happens, the execution stops. This allows you to fill in the properties, and once filled in, you can continue with the remainder of the deployment plan. 83 - 84 -//__Cap stack trace of error messages and log entries__// 85 -To prevent that enormous stack traces of error messages and log entries need to be processed by various systems, we have now limited what is kept so only the relevant information is shown to the user. 86 - 87 87 == **Fancy Forum Answers** == 88 88 89 89 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: 90 90 91 -* [[Entry stops polling occasionally since generation 3>>https://my.emagiz.com/p/question/172825635703376768||target="blank"]] 92 -* [[Invalid datetime>>https://my.emagiz.com/p/question/172825635703389326||target="blank"]] 93 -* [[Paging with a queue -16>>https://my.emagiz.com/p/question/172825635703389781||target="blank"]] 43 +* [[.NET REST API authentication>>https://my.emagiz.com/p/question/172825635703862917||target="blank"]] 44 +* [[SMB Session Factory can't connect to AIX (or Linux) Samba share>>https://my.emagiz.com/p/question/172825635703875733||target="blank"]] 45 +* [[Check header value http_statusCode in standard filter>>https://my.emagiz.com/p/question/172825635703875955||target="blank"]] 46 +* [[How set up alerting for one message per hour>>https://my.emagiz.com/p/question/172825635703876056||target="blank"]] 94 94 95 -== **Key takeaways** ==48 +== **Key Takeaways** == 96 96 97 -Thanks to all thathelped build and those who tested and gave feedback to improve the product. To end this post, here are some key takeaways for you:50 +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: 98 98 99 99 * If you have questions surrounding our Program Increment Planning, please get in touch with [[productmanagement@emagiz.com>>mailto:academy@emagiz.com]] 100 100 * If you have feedback or ideas for us, talk to the Platypus 101 -* Please inform us of new additions to the store ([[productmanagement@emagiz.com>>mailto:academy@emagiz.com]]) so we can all benefit from these. 54 +* Please inform us of new additions to the store ([[productmanagement@emagiz.com>>mailto:academy@emagiz.com]]) so we can all benefit from these. 102 102 * Clear your browser cache (Ctrl + Shift + Del) 103 -* Check out the release notes [here] 56 +* Check out the release notes [[here>>doc:Main.Release Information.Portal.223 - Idyllic Image.WebHome||target="blank"]] 104 104 * Start thinking about how the license tracker can aid your development 105 105 * Start thinking about major, minor, and patch 106 -* Upgrade to the latest build number 107 107 * Keep making great integrations 108 108 109 109 Let's stay in touch and till next time! ... ... @@ -111,6 +111,11 @@ 111 111 {{info}} 112 112 ~* Indicates a Beta feature. If you would like to get access to this beta feature, please contact [[productmanagement@emagiz.com>>mailto:academy@emagiz.com]] 113 113 114 -~*~* Indicates a GEN3-only feature. 115 -{{/info}})))((({{toc/}}))){{/container}} 66 +{{/info}} 67 +))) 68 + 69 +((( 70 +{{toc/}} 71 +))) 116 116 {{/container}} 73 +{{/container}}