Changes for page 207 - Aligned State
Last modified by Carlijn Kokkeler on 2024/04/18 13:10
From version 93.1
edited by Erik Bakker
on 2023/03/14 08:28
on 2023/03/14 08:28
Change comment:
There is no comment for this version
To version 134.1
edited by Erik Bakker
on 2023/08/01 14:11
on 2023/08/01 14:11
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 - 194-Big Leap1 +202 - New Equilibrium - Content
-
... ... @@ -2,65 +2,70 @@ 2 2 {{container layoutStyle="columns"}}((( 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 workedaround theclockto releasevarious improvementpointswithin the 3rd generationruntime and elsewhere.We haveimprovedthefeedbackprovidedwhenaflowcan't startduetoan incorrect transformation,improvedwhenspecificloggingistriggered, and improvedthe stability ofourinternalinfrastructure. On top of that,wefixedseveralbugs surroundingotherpartsoftheplatform.Sowithout furtherado,letuslookat all theseimprovements.5 +**Hi there, eMagiz developers!** In the last few weeks, we have crossed our t's and dotted our i's on the release properties functionality that will impact the day to day life of every user working within the platform. The focus of the release blog will consequently also be on this subject. On top of that we have several additional smaller feedback item coming from our hackathon efforts that are now released to you. 6 6 7 -== **3rd generation improvements** == 7 +== **Release Properties** == 8 +As of this release, we will introduce a new way of handling properties for all our clients. This change intends to solidify the relationship between a release and a property value. Before, in the current generation architecture, timing of changing properties was crucial to avoid costly mistakes on Production. On top of that it was not always clear whether a property value was indeed updated as it was not linked to something that was deployed. These considerations let us to change the property management behavior not only on our next-generation architecture but also on our current generation architecture. Having said that, there are several key changes compared to the current way of managing your properties. Most notably among these are: 8 8 9 -//__Better feedback in the error log when a corrupt stylesheet is encountered__// 10 -We have improved the logging within a 3rd generation runtime that identifies the broken resource by name within a container and informs you to navigate to Create -> Resources to see in which flows the resource is used so you can take the appropriate action. 10 +* The current properties tab in Deploy will disappear. The new overview of the properties (and their values) can be found under the "Create phase release" in Deploy -> Releases 11 +* Property placeholders (i.e. the names of properties as given in Create) are now automatically created for you. This to avoid mistakes when filling them in. 12 +* When adding or editing a property you can *now* select multiple runtimes for which the property applies. This is mainly beneficial for those running in a double lane setup or having a distributed landscape of containers. 13 +* A, for most, new concept of a "property release" is introduced. With the help of this functionality you can easily change a property on Production without having to create a completely new release in Test and promote it to the Production environment. 11 11 12 -//__Better internal error handling to avoid unnecessary alerting and notifications__// 13 -We have improved the internal error handling when sending metrics from the runtime to our monitoring stack. This will gravely reduce the alerts you receive on this topic when your model runs on the 3rd generation monitoring stack. 15 +{{info}}For more information please check out the following microlearnings: 14 14 15 -//__Improved Manage Dashboard__// 16 -This release improves what you can see in the Manage Dashboard after you migrate your model to the 3rd generation runtime architecture. 17 +* [[Property Management>doc:Main.eMagiz Academy.Microlearnings.Crash Course.Crash Course Platform.crashcourse-platform-deploy-property-management-new||target="blank"]] 18 +* [[Actualize properties - current generation architecture>>doc:Main.eMagiz Academy.Microlearnings.Crash Course.Crash Course Platform.crashcourse-platform-deploy-actualize-properties-new.WebHome||target="blank"]] 19 +* [[Actualize properties - next generation architecture>>doc:Main.eMagiz Academy.Microlearnings.Crash Course.Crash Course Platform.crashcourse-platform-deploy-actualize-properties-gen3-new.WebHome||target="blank"]] 17 17 18 - //__Improvedprocesssurrounding"slot standby"and"slot wakeup"for3rdration runtimes__//19 - When a slotis put into standby mode, we also stop all on-premise runtimes to avoid excessive logging (and alerting) on your models with thisfunctionality. The opposite happens when the slot wakeup is triggered. As a result, not only the cloud runtimes are started but also all on-premise runtimes.21 +Should you have any questions in advance, please get in touch with us at [[productmanagement@emagiz.com>>mailto:academy@emagiz.com]]. 22 +{{/info}} 20 20 21 - //__Improvedprocessofdeploypreparation__//22 - Withthis release, wehaveimprovedtheprocessthroughwhichyour deploymentactionispreparedby eMagiz.As a result,thechancesofunexpectedbehavioroccurringinyourmodelaresticallyreduced.24 +== ** Manage - Next generation graphs improvements ** == 25 +As of this release, we will create a condensed view of your metrics when zooming out in the Manage phase graphs. This will significantly improve the performance of the manage graphs as we retrieve and show less fine-grained information when zooming out. 23 23 24 -//__Improved migration of Streaming container__// 25 -When migrating your streaming container, we now consider whether "custom error handling" is used within one of the event processors. Based on that determination, additional components are added to ensure that the streaming container will work after migrating without manual intervention. 27 +[[image:Main.Images.Release Blog.WebHome@202-release-blog--manage-graphs-zoomed-out.png]] 26 26 27 -//__Add History to Notifications in Manage__// 28 -To improve the auditability of our platform, we have introduced an audit trail to the Notification section in Manage for models running on our 3rd generation monitoring stack. This way, it is always visible when the notifications were paused and who paused or unpaused the notifications. 29 +== **Feedback Items** == 29 29 30 -//__Improved ManagephaseforEventStreaming__//31 - Basedon thefeedbackonourfirst iterationoftheManagephase forEventStreaming,we haveimprovedthegraphsand thecalculationsthatfill thegraphswithvalues.Ontopofthat,we have added help textstoclarify whateach chartourtabledisplaystoyou.31 +//__Improved editability when testing in eMagiz wihout Edit rights in Create__// 32 +Without having edit rights in the Create phase you could already do a lot on the level of flow tests in eMagiz. However, there were some oversights we missed during the implementation. These have been fixed allowing those without edit rights to now also change the name and description of the test case. 32 32 33 -//__Improved helptextfornetworkvolumes__//34 - Withthis release, we have improvedthehelptext that explainsnetworkvolumesand howtousethem withinour solution.34 +//__Improved auditability on Deploy Architecture__// 35 +To improve the audtiability on Deploy Architecture we now also log when someone with Admin rights changes specific functions on this level (i.e. Fixed IP). 35 35 36 -{{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}} 37 +//__Test your own exported work__// 38 +We have now made it possible to test your own exported work to the Store before it gets approved. This will increase the quality of store items we have, and our partners, have on offer within the store. 37 37 38 - ==**Feedback items**==40 +{{info}}In case the concept of the store is new for you please check out this [[Fundamental>>doc:Main.eMagiz Academy.Fundamentals.fundamental-emagiz-store.WebHome||target="blank"]]{{/info}} 39 39 40 -//__ Generation of securitylogic API Gatewayincaseof API Keyassecurity method isimproved__//41 - Withthisrelease, we have improved thegenerationofsecuritylogic withintheCreatephaserelatedto API Gateways thatusetheAPI Key method as their securitymechanism.42 +//__Improved Audit Trail on several places__// 43 +In several places in the portal, we have improved the audit trail to specify better who changed what at which point in time. 42 42 43 -//__ UserRoles aresortedalphabetically__//44 - AlluserrolesunderUserManagementarenowalso sortedalphabetically.45 +//__Removed the erroneous alert on message mapping when having a passthrough API__// 46 +This release removes the erroneous alert people reported on "errors in message mapping" for a passthrough API. 45 45 46 -//__Name of keystore for user management now includes the environment__// 47 -To improve the naming of the downloaded keystore that needs to be distributed to external parties, we have added the name of the environment to the filename. You can distinguish between the various environments by looking at the filename. 48 +== **Bug Fixes** == 48 48 49 -== **Bug fixes ** == 50 +//__Avoid clicking on other components while deleting another__// 51 +To avoid unexpected behavior, we now ensure that nothing can be selected once you see the "deletion" pop-up when you want to remove something in the flow designer. 50 50 51 -//__ Consolidatedupgradeprocesscloudtemplate__//52 -W ith this release,wehaveremovedsomespecific update optionsthatcouldcause mismatchesbetweenwhatwas visually displayed andwhat washappening intheloud.53 +//__Improved validation feedback in migrating to the next-generation architecture__// 54 +We have improved the validation feedback when migrating to the next-generation architecture. 53 53 54 -//__ Ensure userscan deployreleaseon environmentstheyhaveeditrightson__//55 - Currently, userswith limitedrightsin Deploy,for example, only editrights inTest,cannow activateanddeployreleases readyfor otherenvironmentsbutneedto be deployed onheenvironmentforwhich theyhavethe rightsto do so.56 +//__Make sure that user credentials can be viewed with view rights__// 57 +This release makes sure that the user credentials in Deploy can be considered with view rights and not only when having edit rights. 56 56 59 +//__Refresh behavior within the deployment plan is fixed__// 60 +This release changes the refresh behavior within the deployment plan to show, once more, the "to be installed" flows before the user presses Execute. 61 + 57 57 == **Fancy Forum Answers** == 58 58 59 59 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: 60 60 61 -* [[ API Security notupdatedinall entry flow>>https://my.emagiz.com/p/question/172825635703363718||target="blank"]]62 -* [[ Preventing exceptionstriggeringon HTTP 400statuscode>>https://my.emagiz.com/p/question/172825635703351155||target="blank"]]63 -* [[ Deploymentof 3rdgen runtimestoAzure KubernetesService(AKScontainers)>>https://my.emagiz.com/p/question/172825635703350980||target="blank"]]66 +* [[Replacing Legacy eMagiz-Mendix Connector: Migration Plan>>https://my.emagiz.com/p/question/172825635703517317||target="blank"]] 67 +* [[Unknown character(s) does not create error message.>>https://my.emagiz.com/p/question/172825635703517488||target="blank"]] 68 +* [[Split gateway configuration for local GEN3 gateway>>https://my.emagiz.com/p/question/172825635703517580||target="blank"]] 64 64 65 65 == **Key takeaways** == 66 66