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 -20 6-SituationalDeployment1 +220 - Patch Parade - Content
-
... ... @@ -1,114 +1,85 @@ 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!** In the last few weeks, we have done much work for the Deploy phase. On top of that, we have worked on several store functionalities. Next to this, we have several smaller feedback items from our hackathon efforts that are now released to you.6 +**Hi there, eMagiz developers!** 6 6 7 -== **Release Date Change** == 8 -As of release 208, released on November 9th, 2023, we will change our release date to Thursday morning starting at 05:00 AM CET (4:00 UTC). We opted for this change as it allows us to control better and manage our releases to uphold the quality standards you have gotten used to from us. Should you have any questions, please get in touch with [[productmanagement@emagiz.com>>mailto:academy@emagiz.com]]. 8 +== **Feedback Items** == 9 9 10 -== **Deployment Plan** == 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. 11 11 12 -//__Improved deployment plan to make the process better and more predictable__// 13 -The algorithm for generating a default deployment plan is improved to keep JMS downtime and alerting to a minimum. When stopping a machine, the JMS server is stopped last, and when executing the deployment plan, the JMS server is deployed first. This way, the JMS server is troubled minimally, and all processes are stopped before being deployed again. This provides additional control over the deployment of your release(s) and reduces the likelihood of false-positive logging (and potentially alerting) during and shortly after the deployment. 13 +[[image:Main.Images.Release Blog.WebHome@release-220-integration-pattern.png]] 14 14 15 -{{info}}The start/stop/restart machine deployment steps work for cloud and on-premises machines.{{/info}} 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. 16 16 17 -//__Editing release properties__// 18 -With this release, it will be possible to change the description of a property by editing the property. 18 +[[image:Main.Images.Release Blog.WebHome@release-220-manage-history.png]] 19 19 20 -//__ Containermemory settings__//21 - Achange inmemorysettingstriggersredeploymentofthe containernow.20 +//__Search boxes__// 21 +Search boxes in the properties overview are now shown by default. 22 22 23 -//__Properties tab__// 24 -We have removed the deprecated tab Properties in the Deploy phase. 23 +[[image:Main.Images.Release Blog.WebHome@release-220-search-boxes.png]] 25 25 26 -//__ Cleanupold images__//27 - Whena releaseisremoved,therelatedunusedimagesinthe on-premisesmachineswill be removedaswell.25 +//__Set as mapped__// 26 +It is now possible to choose whether to set/unset all attributes of an entity as mapped in design. 28 28 29 -//__Performance improvements for loading releases__// 30 -Performance improvements have been implemented for loading releases in Deploy. Releases should now load faster than before. All functionality should remain exactly the same as before. 28 +[[image:Main.Images.Release Blog.WebHome@release-220-mapped-entity.png]] 31 31 32 -== **Store Improvements** == 30 +//__SSL settings__// 31 +Changes can now be deployed on SSL level without creating a new version of a flow in Create. 33 33 34 -//__M essage definition elementsorder__//35 -We fixed anissue that theorder ofmessagedefinitionelementswaschangedafterbeingimported.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. 36 36 37 -//__Importing a store item with synchronous message definitions__// 38 -We fixed an issue that importing a store item with synchronous message definitions went wrong. Now, the imported message definitions should correspond with the exported message definitions. 36 +[[image:Main.Images.Release Blog.WebHome@release-220-machine-deletion.png]] 39 39 40 -//__ Importingstoreitemscontainingstatic copies__//41 - Wefixedanissuethat storeitems were missing static copies.Now,storeitemswithstaticcopiesare importedcorrectly.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(LINK) has been released. 42 42 43 -//__Importing store content__// 44 -We fixed an issue that blocked you from importing Store content in the Design phase. The message definitions and message mappings are now imported correctly as the original content in the item of the Store. 41 +== **Bug Fixes** == 42 +//__Annotation styling__// 43 +It is now possible to use enters in Annotations, so that multiple line spaces can be added, ensuring better readability. 45 45 46 -//__Store disclaimer__// 47 -Users who are not the model owner no longer see the eMagiz Store disclaimer popup, instead they see a popup containing a message that states that the model owner should accept the disclaimer. 45 +[[image:Main.Images.Release Blog.WebHome@release-220-edit-annotation.png]] 48 48 49 -== **Feedback Items** == 47 +//__Filter rejection warnings__// 48 +A discard channel is required for filter components when “Throw exception on rejection” value is set to false. 50 50 51 -//__Alerting manual pause__// 52 -A few releases ago we changed the behavior of alerting in the deployment plan. Now each time when a deployment plan is executed the alerting will be automatically re-enabled when the deployer closes the deployment plan or closes the web browser. The majority of the users are happy with the new behavior, but there are some use cases that you do not want start the alerting immediately. With this release, if alerting has been paused manually, this will not be activated automatically after a release deployment. 50 +[[image:Main.Images.Release Blog.WebHome@release-220-discard-channel.png]] 53 53 54 -//__ Ordering of graphs inManage__//55 - Thegraphsin Managearenoworderedaccording toimportance. This meansthatruntimestatisticsaresortedby "Process CPU usage" (highestfirst), queue statistics aresortedby "Messages in queue" (highest first),and HTTP statistics are sortedby "Unsuccessful requests" (highest first).52 +//__Manage Explore__// 53 +An issue has been fixed where navigating to the Explore tab in Manage would sometimes redirect users to the homepage. 56 56 57 -//__ UTC timesin Grafana panels__//58 - All Grafanapanels nowshow UTC times,which arenormally usedineMagiz,insteadof local (browser)time zones.This way,it is easiertomatchgraphswith loggingevents or alerts.55 +//__Page refreshing__// 56 +Switching between environments refreshes the Queue browser and Redelivery pages correctly for the selected environment. 59 59 60 -//__ Updateflowdesignerversion__//61 - The frameworkusedin theflowdesignerhas beenupdated,improvingperformance.58 +//__Message redelivery__// 59 +An issue has been fixed where large messages would be shown at the bottom of the page instead of the right side of the page. 62 62 63 -//__ Carwash track TLS versionsinlogging__//64 - Anewloggingfeaturewillbereleased,enablingus tomakebetterchoicesin deprecatingoldencryption standards.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. 65 65 66 -//__ Moving channelsin theflowdesigner__//67 - Movingalreadyattachedchannelsintheflow designerhasbeenmadesligthlyeasier.64 +//__Overview pages__// 65 +We fixed an issue that you could not navigate to the last page of some overview pages in Manage phase. 68 68 69 -//__ Topic sizes descriptionchange__//70 - In thechangedescription(andHistory)whenalteringthetopicsizeofa topicthe newandoldvaluewereswitchedaroundcreatingconfusion,thishas beenresolved.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. 71 71 72 -//__ Passwordchange notification__//73 - Whenan account passwordchange requestis made, even whenthisfails,amailis senttotheaccountownertoinformtheownerabouttheaction.70 +//__Copy password__// 71 +The copy to clipboard button now copies the actual value of passwords instead of the masked value of them. 74 74 75 -//__Password comparison__// 76 -When changing a password, it is compared to a list of known database breaches for security. A warning is shown when the password corresponds with a password in the database. 77 - 78 -//__Inactive user alerting__// 79 -Inactivated users are now removed from all alert settings (included “disabled“ settings) to avoid undesirable notifications. 80 - 81 -//__Alphabetical sorting on user level in HTTP statistics__// 82 -Variables in the 3rd generation runtimes HTTP statistics detail pages are now sorted case insensitive. 83 - 84 - 85 -== **Bug Fixes** == 86 - 87 -//__Flow designer styling__// 88 -The styling of the flow designer's left component panel has been restructured, solving a rare bug which would break the styling of certain functionalities. 89 - 90 -//__Partial search for messages__// 91 -It is now possible to search on messages partially in Manage Monitoring. For example, a search for Uptime can be done by searching for "up" "time" "ptim". 92 - 93 -//__Disk usage after cloud template update__// 94 -In the last cloud template update there was an issue with disk performance. This has been resolved in this release. You can manually upgrade your cloud template, or rely on automatic updates. 95 - 96 -//__Error handling migration__// 97 -If there is no custom error handling, when migrating to Gen3, the error channel to “errorChannel” is only created for the first inbound in an entry flow. This has been fixed by adding a migration step, where we set the error channel of all inbounds in a flow to “errorChannel” if the custom error handling is set to false. 98 - 99 99 == **Fancy Forum Answers** == 100 100 101 101 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: 102 102 103 -* [[JSON Web Tokens (JWT authentication)>>https://my.emagiz.com/p/question/172825635703606919||target="blank"]] 104 -* [[Determining container sizes & reading architecture pages>>https://my.emagiz.com/p/question/172825635703594204||target="blank"]] 105 -* [[SFTP connectivity - supported algorithms>>https://my.emagiz.com/p/question/172825635703607141||target="blank"]] 106 -* [[Deploy property release results in missing flows in runtime>>https://my.emagiz.com/p/question/172825635703607354||target="blank"]] 107 -* [[MessageDeliveryException: Dispatcher has no subscribers>>https://my.emagiz.com/p/question/172825635703619797||target="blank"]] 77 +* [[Create an overview of DataFlows without any datatraffic>>https://my.emagiz.com/p/question/172825635703811872||target="blank"]] 78 +* [[Flowtest does not work>>https://my.emagiz.com/p/question/172825635703811773||target="blank"]] 79 +* [[Debugger blocks all other traffic>>https://my.emagiz.com/p/question/172825635703812013||target="blank"]] 108 108 81 +== **Key Takeaways** == 109 109 110 -== **Key takeaways** == 111 - 112 112 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: 113 113 114 114 * If you have questions surrounding our Program Increment Planning, please get in touch with [[productmanagement@emagiz.com>>mailto:academy@emagiz.com]] ... ... @@ -115,10 +115,9 @@ 115 115 * If you have feedback or ideas for us, talk to the Platypus 116 116 * Please inform us of new additions to the store ([[productmanagement@emagiz.com>>mailto:academy@emagiz.com]]) so we can all benefit from these. 117 117 * Clear your browser cache (Ctrl + Shift + Del) 118 -* Check out the release notes [here] 89 +* Check out the release notes [[here>>doc:Main.Release Information.Portal.219 - Creation Carousel.WebHome||target="blank"]] 119 119 * Start thinking about how the license tracker can aid your development 120 120 * Start thinking about major, minor, and patch 121 -* Upgrade to the latest build number 122 122 * Keep making great integrations 123 123 124 124 Let's stay in touch and till next time! ... ... @@ -126,6 +126,11 @@ 126 126 {{info}} 127 127 ~* Indicates a Beta feature. If you would like to get access to this beta feature, please contact [[productmanagement@emagiz.com>>mailto:academy@emagiz.com]] 128 128 129 -~*~* Indicates a next-generation-architecture only feature. 130 -{{/info}})))((({{toc/}}))){{/container}} 99 +{{/info}} 100 +))) 101 + 102 +((( 103 +{{toc/}} 104 +))) 131 131 {{/container}} 106 +{{/container}}