Changes for page 226 - Alerting Alchemy
Last modified by CarlijnKokkeler on 2024/07/30 16:40
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 -22 5- Pop-upParty1 +220 - Patch Parade - Content
-
... ... @@ -3,80 +3,79 @@ 3 3 ((( 4 4 [[image:Main.Images.Release Blog.WebHome@release-blog-intro.png]] 5 5 6 -**Hi there, eMagiz developers!** In th is release, a new [[runtime image>>doc:Main.Release Information.Runtime Images.V311.WebHome||target="blank"]]will beavailable,including changes to our infinispancache manager,SMB inbound channel adapter,andheap memory configuration.Moreover,wehavemadeprogressonouralertingimprovementplansandhaveimproved and added several pop-up screens.Findoutall wereleasedbelow!6 +**Hi there, eMagiz developers!** In the last few weeks, we worked hard on solving several feedback items and bug fixes. On top of that, we have release a new [[runtime image>>doc:Main.Release Information.Runtime Images.V306.WebHome||target="blank"]] that ensures that Kafka outbound channel adapters can now also parse jms_destination and jms_replyTo headers. Without further ado, let us look at our improvements and bug fixes below. 7 7 8 8 == **Feedback Items** == 9 -//__Process containers__// 10 -If a model does not have a license for a pattern, the model contact now has the option to delete the process container of that given pattern. 11 11 12 -//__ Designsettings__//13 - WhenpressingApply settings in DesignSettings, a confirmationscreenwill now be showntopresent thechangesthatwillbe taken intoeffectforeachenvironment.10 +//__Integration pattern information__// 11 +Integration pattern information of the selected message type has been added to the pop-up that is shown in Capture when creating a new integration. 14 14 15 -[[image:Main.Images.Release Blog.WebHome@release-22 5-design-settings.png]]13 +[[image:Main.Images.Release Blog.WebHome@release-220-integration-pattern.png]] 16 16 17 -//__Untested images__// 18 - 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. 19 - 20 -[[image:Main.Images.Release Blog.WebHome@release-225-image-warning.png]] 15 +//__Message queue history__// 16 +All events that relate to message queues (delete message, delete all messages or delete queue) are logged in the Manage phase instead of the Deploy phase. 21 21 22 -{{warning}} 23 -The following restrictions apply to this functionality: 18 +[[image:Main.Images.Release Blog.WebHome@release-220-manage-history.png]] 24 24 25 - * Whenaccepting therisk you accept therisk for the**whole** model.26 - * If any releasebasedon thesameruntimeimage isalready activatedon Acceptanceyouwill**not**bewarned.{{/warning}}20 +//__Search boxes__// 21 +Search boxes in the properties overview are now shown by default. 27 27 28 -//__Infinispan Cache Manager__// 29 -We added support for the Infinispan Cache Manager to perform clustering through an external JGroups GossipRouter process. For this, a new [[runtime image>>doc:Main.Release Information.Runtime Images.V311.WebHome||target="blank"]] is available. 30 - 31 -//__Infinispan Cache Manager error message__// 32 -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>>doc:Main.Release Information.Runtime Images.V311.WebHome||target="blank"]] is available. 23 +[[image:Main.Images.Release Blog.WebHome@release-220-search-boxes.png]] 33 33 34 -//__Flow bump__// 35 -When bumping a new version of all flows using a specific resource, you can specify which version type you want to create, Major, Minor or Patch version. On top of this you can also give more information in a description. 36 - 37 -[[image:Main.Images.Release Blog.WebHome@release-225-resources-update.png]] 25 +//__Set as mapped__// 26 +It is now possible to choose whether to set/unset all attributes of an entity as mapped in design. 38 38 39 -//__Unused support objects__// 40 -Support objects are now shown in two sections, namely 'Support objects' and 'Unused support objects'. 28 +[[image:Main.Images.Release Blog.WebHome@release-220-mapped-entity.png]] 41 41 42 -[[image:Main.Images.Release Blog.WebHome@release-225-unused-support-object.png]] 43 - 44 -//__Deleting routes__// 45 -For clarity purposes, a confirmation pop-up will be shown when deleting routes. 30 +//__SSL settings__// 31 +Changes can now be deployed on SSL level without creating a new version of a flow in Create. 46 46 47 -[[image:Main.Images.Release Blog.WebHome@release-225-routes.png]] 33 +//__Machine deletion__// 34 +When trying to delete a machine that still has containers linked to it, the user will be presented with a pop-up explaining why the machine cannot be deleted. 48 48 49 - //__Debugqueue__//50 - 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.51 - 52 -[[image:Main. Images.ReleaseBlog.WebHome@release-225-open-debug-queue.png]]53 - 36 +[[image:Main.Images.Release Blog.WebHome@release-220-machine-deletion.png]] 37 + 38 +//__JMS header handling__// 39 +Kafka outbound channel adapters can now also parse jms_destination and jms_replyTo headers. For this, a new [[runtime image>>doc:Main.Release Information.Runtime Images.V306.WebHome||target="blank"]] has been released. 40 + 54 54 == **Bug Fixes** == 55 -//__ Internalserver error__//56 - The internalservererrorpop-up isnot receivedanymorewhenmovingtoCreatein a modelwhichhas anEventStreaminglicense butisnotusingit.42 +//__Annotation styling__// 43 +It is now possible to use enters in Annotations, so that multiple line spaces can be added, ensuring better readability. 57 57 58 -//__Namespace update__// 59 -Editing a namespace used in a message definition automatically updates the message definition & transformations. 45 +[[image:Main.Images.Release Blog.WebHome@release-220-edit-annotation.png]] 60 60 61 -//__ Errorpop-up__//62 - Wefixed an issuewherea pop-upwas shown withan incorrecterrorwhileeditingthemessagemappingof a synchronous flows.47 +//__Filter rejection warnings__// 48 +A discard channel is required for filter components when “Throw exception on rejection” value is set to false. 63 63 64 -//__SMB inbound channel adapter__// 65 -The SMB inbound channel adapter failed to retrieve files when the remote directory pointed to a path with multiple directories in it, unless they were seperated with **\** instead of **/**. This has been resolved, meaning that remote directories that contain multiple folders in its path can (and should) contain **/** again. For this, a new [[runtime image>>doc:Main.Release Information.Runtime Images.V311.WebHome||target="blank"]] is available. 50 +[[image:Main.Images.Release Blog.WebHome@release-220-discard-channel.png]] 66 66 67 -//__ Heap memory__//68 - The initialcommitted heap memory of runtimeshas beenloweredto bettermatchactualusage.For this,anew[[runtimeimage>>doc:Main.ReleaseInformation.RuntimeImages.V311.WebHome||target="blank"]] is available.52 +//__Manage Explore__// 53 +An issue has been fixed where navigating to the Explore tab in Manage would sometimes redirect users to the homepage. 69 69 70 -//__ Classpathconflicts__//71 - We updated transitive runtimedependenciesto preventpotential conflictson theclasspathforextendedimages.Forthis, a new [[runtimeimage>>doc:Main.ReleaseInformation.RuntimeImages.V311.WebHome||target="blank"]]is available.55 +//__Page refreshing__// 56 +Switching between environments refreshes the Queue browser and Redelivery pages correctly for the selected environment. 72 72 58 +//__Message redelivery__// 59 +An issue has been fixed where large messages would be shown at the bottom of the Redelivery page instead of the right side of the page. 60 + 61 +//__Deployment plan__// 62 +We have implemented changes that should prevent a discrepantion between the overview of runtimes to be deployed shown at the beginning of a deployment plan (or at individual machine-type steps) and the actual execution of relevant steps. 63 + 64 +//__Overview pages__// 65 +We fixed an issue that you could not navigate to the last page of some overview pages in Manage phase. 66 + 67 +//__Memory check__// 68 +Machines deleted in Design are excluded from the memory health check in Deploy, so that no unnecessary memory changes have to be done to delete machines. 69 + 70 +//__Copy password__// 71 +The copy to clipboard button now copies the actual value of passwords instead of the masked value of them. 72 + 73 73 == **Fancy Forum Answers** == 74 74 75 75 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: 76 76 77 -* [[Transaction failed and has been rolled back>>https://my.emagiz.com/p/question/172825635703888662||target="blank"]] 78 -* [[How to calculate HMAC-SHA1 signature for webhook verification>>https://my.emagiz.com/p/question/172825635703888844||target="blank"]] 79 -* [[How can you convert an json array to xml with the new approach?>>https://my.emagiz.com/p/question/172825635700357885||target="blank"]] 77 +* [[Swagger UI: 503 Service Unavailable>>https://my.emagiz.com/p/question/172825635703824607||target="blank"]] 78 +* [[PATCH call without REST template>>https://my.emagiz.com/p/question/172825635703824685||target="blank"]] 80 80 81 81 == **Key Takeaways** == 82 82 ... ... @@ -86,7 +86,7 @@ 86 86 * If you have feedback or ideas for us, talk to the Platypus 87 87 * Please inform us of new additions to the store ([[productmanagement@emagiz.com>>mailto:academy@emagiz.com]]) so we can all benefit from these. 88 88 * Clear your browser cache (Ctrl + Shift + Del) 89 -* Check out the release notes [[here>>doc:Main.Release Information.Portal.22 5- Pop-upParty.WebHome||target="blank"]]88 +* Check out the release notes [[here>>doc:Main.Release Information.Portal.220 - Patch Parade.WebHome||target="blank"]] 90 90 * Start thinking about how the license tracker can aid your development 91 91 * Start thinking about major, minor, and patch 92 92 * Keep making great integrations