Changes for page 222 - Flee Frustration
Last modified by CarlijnKokkeler on 2024/06/05 09:31
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,76 +1,78 @@ 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 -== ** Deployment Plan** ==8 +== **Feedback Items** == 8 8 9 -//__I mproved deploymentplantomakethe process betterandmore predictable__//10 - Thealgorithmforgenaratinga defaultdeploymentplan is improvedto keepjms downtime andalertingtoaminimum. Nextto this, thestart/stop/restartmachinedeploymentstepsarenowalsoexecutedcorrectlyforawsandon-premises machines.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 -//__Editing release properties__// 13 -With this release, it will be possible to change the description of a property by editing the property. 13 +[[image:Main.Images.Release Blog.WebHome@release-220-integration-pattern.png]] 14 14 15 -//__ JMS memorysettingcheck__//16 -A changeinmemorysettings triggers redeployment ofthecontainernow.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. 17 17 18 -//__Properties tab__// 19 -We have removed the deprecated tab Properties in the Deploy phase. 18 +[[image:Main.Images.Release Blog.WebHome@release-220-manage-history.png]] 20 20 21 -//__ Cleanupold images__//22 - Whenareleaseis removed, the related unusedimages in theon-premisesmachineswillberemovedaswell.20 +//__Search boxes__// 21 +Search boxes in the properties overview are now shown by default. 23 23 24 -//__Performance improvements for loading releases__// 25 -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. 23 +[[image:Main.Images.Release Blog.WebHome@release-220-search-boxes.png]] 26 26 27 -== **Store Improvements** == 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 -//__Message definition elements order__// 30 -We fixed an issue that the orders of message definition’s elements were changed after imported. 28 +[[image:Main.Images.Release Blog.WebHome@release-220-mapped-entity.png]] 31 31 32 -== **Feedback Items** == 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 -//__ Alertingmanualpause__//35 - A few releases ago we changedthe behaviorof alertinginthedeploymentplan.Now eachtime whena deploymentplan is executed thealertingwill be automaticallyre-enabledwhen the deployercloses the deploymentplanorclosesthe web browser.The majorityofthe usersare happywiththe newbehavior,but therearesomeuse cases that you donotwant start thealerting immediately.Withthisrelease,if alerting hasbeenpausedmanually, this willnot beactivated automaticallyaftera releasedeployment.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 -//__Ordering of graphs in Manage__// 38 -The graphs in Manage are now ordered according to importance. This means that runtime statistics are sorted by "Process CPU usage" (highest first), queue statistics are sorted by "Messages in queue" (highest first), and HTTP statistics are sorted by "Unsuccessful requests" (highest first). 36 +[[image:Main.Images.Release Blog.WebHome@release-220-machine-deletion.png]] 39 39 40 -//__UTC times in Grafana panels__// 41 -All Grafana panels now show UTC times, which are normally used in eMagiz, instead of local (browser) time zones. This way, it is easier to match graphs with logging events or alerts. 38 +== **Bug Fixes** == 39 +//__Annotation styling__// 40 +It is now possible to use enters in Annotations, so that multiple line spaces can be added, ensuring better readability. 42 42 43 -//__Update flow designer version__// 44 -The framework used in the flow designer has been updated to the latest version. 42 +[[image:Main.Images.Release Blog.WebHome@release-220-edit-annotation.png]] 45 45 46 -//__ CarwashtrackTLS versionsinlogging__//47 -A new logging featurewillbereleased,enabling us tomake better choicesindeprecatingoldencryption standards.44 +//__Filter rejection warnings__// 45 +A discard channel is required for filter components when “Throw exception on rejection” value is set to false. 48 48 49 -//__Moving channels in the flow designer__// 50 -Moving already attached channels in the flow designer has been made sligthly easier. 47 +[[image:Main.Images.Release Blog.WebHome@release-220-discard-channel.png]] 51 51 52 -//__ Topic sizesdescription change__//53 - Inthechangedescription(andHistory)whenaltering thetopic sizeofatopic thenewandoldvalue wereswitchedaroundcreatingconfusion,this has beenresolved.49 +//__Manage Explore__// 50 +An issue has been fixed where navigating to the Explore tab in Manage would sometimes redirect users to the homepage. 54 54 55 -//__Pa ssword changenotification__//56 - When an account passwordchangerequestis made,evenwhenthis fails, a mail issentto theaccountownertoinformthe ownerabouttheaction.52 +//__Page refreshing__// 53 +Switching between environments refreshes the Queue browser and Redelivery pages correctly for the selected environment. 57 57 58 -//__ Password comparison__//59 - Whenchangingapassword,itis comparedto a list of knowndatabasebreachesforsecurity.A warning isshownwhenthe passwordcorrespondswitha passwordinthedatabase.55 +//__Message redelivery__// 56 +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. 60 60 58 +//__Deployment plan__// 59 +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. 61 61 62 -== **Bug Fixes** == 61 +//__Overview pages__// 62 +We fixed an issue that you could not navigate to the last page of some overview pages in Manage phase. 63 63 64 -//__ Flow designerstyling__//65 - The stylingoftheflowdesigner'sleftcomponentpanel hasbeenrestructured,solvinga rarebug whichwouldbreakthestylingofcertainfunctionalities.64 +//__Memory check__// 65 +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. 66 66 67 67 == **Fancy Forum Answers** == 68 68 69 69 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: 70 70 71 -* [[Getting files from subfolders (FTP)>>https://my.emagiz.com/p/question/172825635703568575||target="blank"]] 71 +* [[Create an overview of DataFlows without any datatraffic>>https://my.emagiz.com/p/question/172825635703811872||target="blank"]] 72 +* [[Flowtest does not work>>https://my.emagiz.com/p/question/172825635703811773||target="blank"]] 73 +* [[Debugger blocks all other traffic>>https://my.emagiz.com/p/question/172825635703812013||target="blank"]] 72 72 73 -== **Key takeaways** ==75 +== **Key Takeaways** == 74 74 75 75 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: 76 76 ... ... @@ -78,10 +78,9 @@ 78 78 * If you have feedback or ideas for us, talk to the Platypus 79 79 * Please inform us of new additions to the store ([[productmanagement@emagiz.com>>mailto:academy@emagiz.com]]) so we can all benefit from these. 80 80 * Clear your browser cache (Ctrl + Shift + Del) 81 -* Check out the release notes [here] 83 +* Check out the release notes [[here>>doc:Main.Release Information.Portal.219 - Creation Carousel.WebHome||target="blank"]] 82 82 * Start thinking about how the license tracker can aid your development 83 83 * Start thinking about major, minor, and patch 84 -* Upgrade to the latest build number 85 85 * Keep making great integrations 86 86 87 87 Let's stay in touch and till next time! ... ... @@ -89,6 +89,11 @@ 89 89 {{info}} 90 90 ~* Indicates a Beta feature. If you would like to get access to this beta feature, please contact [[productmanagement@emagiz.com>>mailto:academy@emagiz.com]] 91 91 92 -~*~* Indicates a next-generation-architecture only feature. 93 -{{/info}})))((({{toc/}}))){{/container}} 93 +{{/info}} 94 +))) 95 + 96 +((( 97 +{{toc/}} 98 +))) 94 94 {{/container}} 100 +{{/container}}