Changes for page 226 - Alerting Alchemy
Last modified by CarlijnKokkeler on 2024/07/30 16:40
From version 602.2
edited by CarlijnKokkeler
on 2024/07/16 14:33
on 2024/07/16 14:33
Change comment:
Update document after refactoring.
To version 55.1
edited by Erik Bakker
on 2022/11/24 11:53
on 2022/11/24 11:53
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 - 225-Pop-upParty1 +188 - Close Encounters - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. CarlijnKokkeler1 +XWiki.ebakker - Content
-
... ... @@ -1,93 +1,90 @@ 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,anewruntimeimage (LINK) willbeavailable, includingchanges to ourinfinispancachemanager, SMBinboundchannel adapter,andheapmemoryconfiguration.Moreover, wehavemade progressonouralerting improvement plans andhaveimprovedandadded several pop-up screens.Find out allwe releasedbelow!5 +**Hi there, eMagiz developers!** This release is characterized mainly by our efforts to bolster our 3rd generation runtime and all its interactions. Furthermore, some minor fixes and beta features will be released to the community. 7 7 8 -== **Feedback Items** == 9 -//__Alerting notification settings__// 10 -The Notification settings on the left menu of the Alerting tab in the Manage phase, have been moved to the Triggers page. This change has been made in preparation of an upcoming feature. 7 +== **3rd generation runtime bolstering** == 11 11 12 - [[image:Main.Images.Release Blog.WebHome@release-225-triggers.png]]9 +This release will introduce various improvements for our 3rd generation runtime. Below you will find the most noteworthy enhancements we made to the 3rd generation runtime and its interaction with the portal. 13 13 14 -//__ Processcontainers__//15 - Ifamodeldoesnothavelicenseforapattern,themodelcontactnowhasthe optiontodeletetheprocesscontainerofthatgivenpattern.11 +//__Migration of JMS backup configuration improved__// 12 +With this release, the configuration of the JMS backup configuration is improved to prevent potential connectivity issues after migrating to the 3rd generation runtime. 16 16 17 -//__ Designsettings__//18 - Whenpressing Apply settingsinDesign Settings,aconfirmation screenwillnowbeshownto present the changes thatwillbe takeninto effectforeach environment.14 +//__Prechecks on Upgrade option made available for 3rd generation runtime__// 15 +As with the current runtime architecture, you can now also execute the prechecks before automatically upgrading to the latest cloud template on the 3rd generation runtime architecture. 19 19 20 -[[image:Main.Images.Release Blog.WebHome@release-225-design-settings.png]] 17 +//__Autogenerated exits can be deployed at once__// 18 +This release has fixed a bug that prevented you from deploying an exit flow correctly. 21 21 22 -//__Untested images__// 23 - A warning will be shown when a release is activated on production with a new runtime image version which has not been tested on acceptance before. 24 - 25 -[[image:Main.Images.Release Blog.WebHome@release-225-image-warning.png]] 20 +//__Code mapping functionality available on 3rd generation runtime__// 21 +As of this release, code mapping functionality is also available for the 3rd generation runtime. This removes the restriction on migrating to the new 3rd generation runtime for our clients that use the code mapping functionality. 26 26 27 -//__Infinispan Cache Manager__// 28 -We added support for the Infinispan Cache Manager to perform clustering through JGroups' GossipRouter. For this, a new runtime image LINK is available. 29 - 30 -//__Infinispan Cache Manager error message__// 31 -We improved the error message when configuring an Infinispan Cache Manager with ‘TCP-ping’ transport type, when the list of peer hosts are passed in invalid format. For this, a new runtime image LINK is available. 23 +//__Failing runtimes won't be restarted indefinitely anymore__// 24 +We have put a cap on this behavior to prevent your logs from exploding due to a failing runtime being restarted indefinitely. As of this release, five attempts will be made to restart a failing runtime. If the runtime can not start correctly after these attempts, the runtime will be stopped. 32 32 33 -//__Flow bump__// 34 -When bumping a new version of the flows that are using a resource, you can specify which version type you want to create, Major, Minor or Patch version. You can also give more information in a description. 35 - 36 -[[image:Main.Images.Release Blog.WebHome@release-225-resources-update.png]] 26 +== **Exportable Release Audit** ~* == 37 37 38 -//__Unused support objects__// 39 -Support objects are now shown in two sections, namely 'Support objects' and 'Unused support objects'. 28 +On top of that, we will also launch a new Beta feature to the community that allows you to export an audit document of your (Production) release. 40 40 41 -[[image:Main.Images.Release Blog.WebHome@release-225-unused-support-object.png]] 42 - 43 -//__Deleting routes__// 44 -For clarity purposes, a confirmation pop-up will be shown when deleting routes. 30 +[[image:Main.Images.Release Blog.WebHome@188-release-blog--exportable-release-audit.png]] 45 45 46 -[[image:Main.Images.Release Blog.WebHome@release-225-routes.png]] 32 +{{warning}}Note that the following restrictions apply when exporting an audit document: 33 + * Works **only** for releases that are promoted and made active on **Production** 34 + * You will **only** see changes made during the **current** calendar year 35 + * On the first of April all objects of the **last** calendar year will be **removed**. 36 + ** As a consequence you cannot download this information anymore **after** the first of April{{/warning}} 47 47 48 -//__Debug queue__// 49 -The 'Open debug queue' button in the queue browser enables the user to directly open the debug queue when it exists instead of having to search for it. 50 - 51 -[[image:Main.Images.Release Blog.WebHome@release-225-open-debug-queue.png]] 52 - 53 -== **Bug Fixes** == 54 -//__Internal server error__// 55 -The internal server error pop-up is not received anymore when moving to Create in a model which has an Event Streaming license but is not using it. 38 +== **Feedback items ** == 56 56 57 -//__Namespace update__// 58 -Editing a namespace used in a message definition automatically updates the message definition & transformations. 40 +We have also solved other feedback items besides the flow designer's critical updates. 59 59 60 -//__ Error pop-up__//61 -We fixedan issuewhere apop-upwasshownwithanincorrect errorwhileediting themessage mappingofasynchronousflows.42 +//__Improved naming convention on Store related pages__// 43 +We have improved various display names to ensure that it is clear from the naming that store content can be implemented in all integration patterns. 62 62 63 -//__ SMBinboundchanneladapter__//64 - The SMB inbound channel adapterfailedtoretrieve files whenthe remotedirectory pointedtoapathwith multipledirectoriesinit,unlesstheywere seperatedwith '}}' insteadof '{{/'. Thishas beenresolved, meaningthatremotedirectoriesthat containmultiple foldersin itspathcan(and should)contain '/' again.For this,anewruntime imageLINKis available.45 +//__Press "Enter" to search on multiple pages__// 46 +In our Daemon Switch release, we added functionality that allowed you to press **Enter** to search on the property overview page. This release has added this functionality to many more pages across the portal. The complete list is as follows. 65 65 66 -//__Heap memory__// 67 -The initial committed heap memory of runtimes has been lowered to better match actual usage. For this, a new runtime image LINK is available. 48 +* Deploy → Deployment Plan 49 +* Deploy → Properties → History 50 +* Deploy → User Management → Roles 51 +* Manage → Error Messages → Error Messages 52 +* Manage → Error Messages → Flows with Error Messages 53 +* Manage → Error Messages → Exceptions of Error Messages 54 +* Manage → Log Entries 55 +* Manage → Alerts 56 +* Manage → Triggers 57 +* Manage → Tags – Cant find (only Gen2) 58 +* Manage → Notifications 59 +* Manage → Notification Settings 60 +* Manage → Data Usage → History 61 +* Manage → Code mappings → All tabs 68 68 69 -//__Classpath conflicts__// 70 -We updated transitive runtime dependencies to prevent potential conflicts on the classpath for extended images. 63 +== **Bug fixes ** == 71 71 65 +//__Loading problems of Deployment plan execution overview__// 66 +We have fixed a problem that could cause issues when trying to show the deployment plan execution overview after pressing the Deploy button in Deploy -> Releases. 67 + 72 72 == **Fancy Forum Answers** == 73 73 74 74 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: 75 75 76 -* [[ Transaction failedand has been rolled back>>https://my.emagiz.com/p/question/172825635703888662||target="blank"]]77 -* [[ How tocalculateHMAC-SHA1signatureforwebhookverification>>https://my.emagiz.com/p/question/172825635703888844||target="blank"]]78 -* [[ Howcanyouconvertanjsonarray to xml with thenewapproach?>>https://my.emagiz.com/p/question/172825635700357885||target="blank"]]72 +* [[Synchronous file pick-up>>https://my.emagiz.com/p/question/172825635703197660||target="blank"]] 73 +* [[Receiving e-mail via IMAP or POP3 - Set up>>https://my.emagiz.com/p/question/172825635703197881||target="blank"]] 74 +* [[Best way of Receiving and Sending Mail>>https://my.emagiz.com/p/question/172825635703210149||target="blank"]] 79 79 80 -== **Key Takeaways** ==76 +== **Key takeaways** == 81 81 82 -Thanks to all whohelped build and those who tested and gave feedback to improve the product. To end this post, here are some key takeaways for you:78 +Thanks to all that helped build and those who tested and gave feedback to improve the product. To end this post, here are some key takeaways for you: 83 83 84 84 * If you have questions surrounding our Program Increment Planning, please get in touch with [[productmanagement@emagiz.com>>mailto:academy@emagiz.com]] 85 85 * If you have feedback or ideas for us, talk to the Platypus 86 -* Please inform us of new additions to the store ([[productmanagement@emagiz.com>>mailto:academy@emagiz.com]]) so we can all benefit from these. 82 +* Please inform us of new additions to the store ([[productmanagement@emagiz.com>>mailto:academy@emagiz.com]]) so we can all benefit from these. 87 87 * Clear your browser cache (Ctrl + Shift + Del) 88 -* Check out the release notes [ [here>>doc:Main.Release Information.Portal.224 - Summer Sonata.WebHome||target="blank"]]84 +* Check out the release notes [here] 89 89 * Start thinking about how the license tracker can aid your development 90 90 * Start thinking about major, minor, and patch 87 +* Upgrade to the latest build number 91 91 * Keep making great integrations 92 92 93 93 Let's stay in touch and till next time! ... ... @@ -95,11 +95,6 @@ 95 95 {{info}} 96 96 ~* Indicates a Beta feature. If you would like to get access to this beta feature, please contact [[productmanagement@emagiz.com>>mailto:academy@emagiz.com]] 97 97 98 -{{/info}} 99 -))) 100 - 101 -((( 102 -{{toc/}} 103 -))) 95 +~*~* Indicates a GEN3-only feature. 96 +{{/info}})))((({{toc/}}))){{/container}} 104 104 {{/container}} 105 -{{/container}}