Changes for page 212 - Failover Fiesta
Last modified by Carlijn Kokkeler on 2024/04/18 13:07
From version 29.1
edited by Erik Bakker
on 2022/10/24 09:03
on 2022/10/24 09:03
Change comment:
There is no comment for this version
To version 197.1
edited by Carlijn Kokkeler
on 2023/10/23 16:07
on 2023/10/23 16:07
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 - 186-Daemon Switch1 +207 - Aligned State - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. ebakker1 +XWiki.CarlijnKokkeler - Content
-
... ... @@ -2,137 +2,121 @@ 2 2 {{container layoutStyle="columns"}}((( 3 3 [[image:Main.Images.Release Blog.WebHome@release-blog-intro.png]] 4 4 5 -**Hi there, eMagiz developers!** We have h itthe groundrunninginthisquarterbynotlyfocusingon largerfeaturesbutalsospenda substantialchunkoftimeonfocusingwith us allon a lot of smallerfeedbackitemsandbugs. Alltheseitemswillbeprovidedto youwiththisrelease.Amongtheseareflowdesigner improvements,navigationimprovements,andconsistencyimprovements.Ontopofthat, we havemadeour newmonitoringstackavailableto a firstsetofmodels.Soletusdive into allwehaveto offerthis time!5 +**Hi there, eMagiz developers!** We have done much work for state generation, so that you can derive more information from your data! Examples are enrichment, aggregation, change detection and duplicate detection. State generation functionality is only accessible for models with an add-on state generation license. Next to state generation, several improvements regarding the alignment of components have been made. Moreover, performance improvements and bug fixes have been implemented. Lastly, a change in the metrics storage duration has been performed. 6 6 7 -== ** Newmonitoring stack** ==7 +== **State Generation** == 8 8 9 -This release will introduce a new monitoring stack that is available for models that run in the new runtime architecture of eMagiz. With the help of this monitoring stack we have redesigned various screens in Manage and restructured our alerting approach. For a sneak preview of what these changes entail please check out the following microlearnings. 9 +//__New components__// 10 +The following components have been added: 11 +* Aggregator: reverse of the splitter, used to combine multiple messages into a single one. 12 +* Infinispan metadata outbound channel adapter: used to (temporarily) store metadata, which can be used to enrich messages, or make decisions in filters or scripts. 13 +* Content enricher: used to add properties to the payload of messages, similar to what the header enricher can do for headers. 14 +* Duplicate detector: support object used to detect duplicate messages for a certain key on an inbound channel of a flow component. Duplicates can be marked or discarded. 15 +* Infinispan support objects, supporting the aggregator, metadata outbound channel adapter and content enricher. 10 10 11 -* [[Runtime Statistics>>doc:Main.eMagiz Academy.Microlearnings.Crash Course.Crash Course Platform.crashcourse-platform-manage-interpreting-runtime-statistics-gen3.WebHome||target="blank"]] 12 -* [[Alerting in eMagiz>>doc:Main.eMagiz Academy.Microlearnings.Crash Course.Crash Course Platform.crashcourse-platform-manage-alerting-gen3.WebHome||target="blank"]] 13 -* [[Queue Statistics>>doc:Main.eMagiz Academy.Microlearnings.Crash Course.Crash Course Messaging.crashcourse-messaging-interpreting-queue-statistics-gen3.WebHome||target="blank"]] 14 -* [[HTTP Statistics>>doc:Main.eMagiz Academy.Microlearnings.Advanced Level.Advanced monitoring.HTTP Statistics.WebHome||target="blank"]] 17 +//__SpEL functions & JSON__// 18 +Added SpEL functions for: 19 +* Encoding & decoding Base64, Hex and hmac. 20 +* Date retrieval (currentDateTime, currentEpochMilli, currentEpochSecond). 21 +* Date conversion (DateTime to Epoch, Epoch to DateTime, DateTime formatter and DateTime parser). 15 15 16 - {{info}}Note thatthenewmonitoring stack isnlyavailableformodelsthatrunthenewruntime architecture.Shouldyou wishtobecomean earlyadopter pleasecontactus at productmanagement@emagiz.comto discussthepossibilities{{/info}}23 +Added support for SpEL property accessors for XML and JSON, meaning that you can read message payloads in SpEL expressions easily. For example, to retrieve the value for 'id' in the following JSON String: `{"id":"123"}`, this SpEL expression suffices: `payload.id`. 17 17 18 - ==**TransformationImprovements** ==25 +Added support for `#JsonPath` usage in SpEL expressions. 19 19 20 -//__ TogglebetweenDesignand Create__//21 -Th is releasewillintroduce atogglethatallowsyoutoquicklynavigatebetweentheCreateTransformationandtheDesignMessage Mapping.In bothCreate asDesign,awbutton isaddedonthetransformationlevelthat allows youtoopenthetransformation in Design(or Create)dependingonwhereyouarecurrently.This should makenavigating easierwhenyou makea mistakeorforgetsomethinginDesign.27 +//__New image version 2.0.0__// 28 +The above functionalities are features of the new image version 2.0.0. Important to note is that the library used for Code Mappings has been changed. Changed the library used for Code Mappings. Any customer with Gen3 runtimes and code mappings is required to reset their infra flows prior to deploying on image 2.0.0. 22 22 23 -//__ Improved Transformationoptions for booleans__//24 - On top of that, wewill introduceadditionalfunctionalityto transform "Booleantoenumeration," "enumerationtoBoolean,"and" Booleanto Boolean."Just as you are usedto for the"enumerationto enumeration"transformation,youcan nowdefinea valuemappingforeach combinationmentionedabove.Seebelow for an exampleof how this looks.30 +//__Component pages__// 31 +Pages to add the new components have been created. Forms have been created nicely with proper help texts. The EHCache cache manager has been removed. 25 25 26 -[[image:Main.Images.Release Blog.WebHome@179-release-blog--transformation-options-boolean.png]] 33 +== **Metrics Storage Duration** == 34 +We will change the retention of monitoring data of different environments. For minute level data, it will be kept for test, acceptance and production environments for 5, 7 and 30 days respectively. Then the minute level data will be reduced to hour level data then will be stored for test, acceptance and production for 3, 6 and 12 months respectively. 27 27 28 - ==**Feedbackitems** ==36 +[[image:Main.Images.Release Blog.WebHome@release-blog-207-aligned-state-metrics-storage.png]] 29 29 30 - Apartfrom thekey updates around functionality, we have also solved other feedbackitems.38 +== **Feedback Items** == 31 31 32 -//__ Correctlydefine the sizeofa cloudslotwhen creating it forthefirst time__//33 - Currently,eMagiz will lookto Design whencreatingthecloudslotforthefirsttime. This is toavoidyouhavingto “create”yoursolutiontwice, astherewere instances whereeMagiz would alwayscreatethe cloudslot with the smallest size availablefirst,evenif this were not what you wanted.40 +//__Import from store__// 41 +The button 'Import from Store' in Design will directly open the store instead of showing a pop asking whether the store should be opened. 34 34 35 -//__ UpdatedinfographicCapture__//36 - As of now, wehaveupdatedthe infographic ontheCapture phase toincorporate thenew lookandfeelandexplaintheupdatedfunctionalityinCapture.43 +//__Save and cancel buttons placement__// 44 +The save and cancel buttons have been placed slightly further apart from each other to avoid misclicking. 37 37 38 -//__U pdated errorfeedbackinDesign__//39 - Before,youcouldseeatransformationerrorinDesign eventhoughthe transformationwas not usedinyoursolution(i.e., “data pipeline” functionality).However,whenyounowdefineaspecific integrationsa datapipelinesolution,theerror willnotbe shown.46 +//__User session times__// 47 +The user session times for 3rd generation runtime dashboards have been extended, so that the user is not thrown out of the model when using the Manage phase for longer than an hour. 40 40 41 -//__ Improvedstylingof Topic Storage inDesignArchitecture__//42 - Whenhaving a largenumber of topicsinyourenvironment,the topicstorage overviewinDesignArchitecturewill nowbeimprovedasthehorizontalscrollbarisgone.49 +//__Cancel and next buttons order// 50 +The order of the cancel and next buttons when creating a new trigger has been changed to increase alignment across the platform. Now, all cancel buttons are placed on the right of a 'next' or 'save' button. 43 43 44 -//__ Improvedstyling of error feedbackon User Management in Deploy__//45 - Withthis releasewe have improvedhestyling of the feedback pop-up you get in User managementafter pressing“Apply toenvironment”and several updatescouldnotbeexecuted.52 +//__Data sink page__// 53 +The data sink page has been moved to the “Explore” tab. 46 46 47 -//__ Show only theten latestflow versions when selecting a flowversion inaRelease__//48 - To improve thequality andspeed of defininga release,we willshowonlythe latesttenversionsof a flowin the release widget, asthesetenaremostlikely to be selectedby a user.If you need anolderversion, you can addit viathe “Details”option on therelease.55 +//__Unused images removal__// 56 +When a release is removed, the related unused images in the on-premises machines will be removed as well. 49 49 50 -[[image:Main.Images.Release Blog.WebHome@179-release-blog--ten-latest-flow-versions-release.png]] 58 +//__Flow Designer performance__// 59 +Performance improvements for the Flow Designer have been implemented. 51 51 52 -//__ Optional Client Secretwhen usingthegrant_typePassword whencallingan OAuth2.0 IDP__//53 - Before,youneededtodefine theClientSecretvenforthegrant_typePassword,where itsnotalwaysrequired.Wehave correctedthisbehaviortoensure that thisis inlinewithheOAuth2.0specification.61 +//__Properties with special characters__// 62 +When a user would migrate to gen3 and deploy their release containing properties with special characters, certain flows could not find the correct values to properties anymore or could not find the properties altogether. With this release, special characters such as a backslash do not break properties after deployment. 54 54 55 -//__ ClearAPIGateway Systemmessage__//56 -W ith thisrelease,wehave addedtheClear button that you alreadyknow from the messaging patternothe API Gatewaysystem message.This unifiestheoptionsbetween thetwo patternsDesignon thesystem message level.64 +//__Hidden flow fragements__// 65 +When importing items from the store, flow fragments that are hidden in design will be listed under the versions in create. 57 57 58 -//__ Additional informationin Property History__//59 - Toimprovetheusabilityof thepropertyhistorypageDeploy,weowalsoshowthe runtime onwhich a particularpropertyishanged.Thisisparticularly usefulwhenchangingthesamepropertyusedondifferentruntimes.67 +//__Resources disappearances__// 68 +Resources would disappear in the flow designer when pressing Cancel on selecting a new resource. With this release, resources without a name will not trigger error messages when users select components. 60 60 61 -//__Save Tag when ready__// 62 -With this release, we have made it explicit that when you want to change the name of a tag, you first need to press the “Save” button before the change is actualized within your model. 70 +//__Error channel for all inbounds__// 71 +If there is no custom error handling, Gen3 migration would set the error channel to “errorChannel” only for the first inbound in an entry flow. 72 +We added a migration step, such that the error channel is set to “errorChannel” of all inbounds in a flow if the custom error handling is set to false. 63 63 64 -//__ View deployment stepinformationwhen havingviewrights__//65 - Withthis release,wehavemadeit possibleto viewnotonly thedeploymentsteps but also thedetailedinformationofeach deployment stepwhen you only haveview rights on aspecific environment.74 +//__Highlighting resources__// 75 +The performance of highlighting resources of selected components is improved in Read only mode. 66 66 67 -//__Validating external recipients in notification settings__// 68 -Before pressing save, we will now validate what you entered in the external recipients setting to ensure that what is entered there are valid values. 69 - 70 -//__Automatically link enumeration list to attribute__// 71 -When you create an enumeration list relevant to a particular attribute, eMagiz will now automatically link the two together without you having to do this manually. 72 - 73 -//__Approve and go to environment__// 74 -With this release, we will provide you with the option to approve a release to a specific environment and let eMagiz directly take you to that environment. 75 - 76 -[[image:Main.Images.Release Blog.WebHome@179-release-blog--approve-and-go-to-environment.png]] 77 - 78 -//__Remove irrelevant information on a runtime in Design Architecture__// 79 -We have removed all irrelevant information for a user when you enter the details view of a runtime in Design Architecture. The information that is still shown is visualized below. 80 - 81 -[[image:Main.Images.Release Blog.WebHome@179-release-blog--container-view.png]] 82 - 83 -//__Add question about message redelivery in Capture__// 84 -When you use the message redelivery functionality, and it is relevant to consider whether it will be helpful when sending data to the system, you will now see an additional question in Capture. This question should trigger a thinking process on handling message redelivery for that specific solution. 85 - 86 -//__Prevent pressing “Apply to environment” multiple times leading to conflicts__// 87 -With this release, we have improved this functionality to verify whether an update is currently being executed. If this is true, all other times, you push the button; you will be notified that the process is still running. This is done to avoid potential conflicts if a user presses the "Apply to environment" button more than once in a short period. 88 - 89 -//__Add “State” to the topic details in Deploy Architecture__// 90 -Based on your feedback, we have improved the topic details overview to include the “State” of a topic. Each topic can be “Unchanged,” “Changed,” “Deleted,” or “New.” Based on this state, you can determine which topics will be added, changed, deleted, or remain untouched. 91 - 92 -//__Improved stability of logging on the Gen3 Architecture__// 93 -With this release, we have improved the stability of the logging and made sure that the logging is correctly compacted internally. 94 - 95 95 == **Bug Fixes** == 96 96 97 -//__ Various updateswhenimporting storeitemsin Designincludingatransformation__//98 - With thisrelease,wehavemadeseveral improvementsforimporting storeitemsin Design,includingatransformation. Thiswillfurtherbolsterourofferingonthis.79 +//__Topic and event-processor names__// 80 +The styling of the event streaming canvas in the Create and Deploy phases has been altered slightly to make topic and event-processor names more readable. 99 99 100 -//__ Opening flow testing widgetinspecific circumstances wasnotworking__//101 - With thisrelease,wefixedanissuewhereyoucouldnotpentheflow testingfunctionality in the Create phasewhenyourflow containeda particularconstruction combinedwith the “nullChannel.”82 +//__System alignment__// 83 +The positioning of Systems across Design, Create and Deploy phases are now synchronized to the position of their respective System in the Capture phase. So, systems are aligned regarding positioning across all phases. 102 102 103 -//__ Improvedstyling when addinga large message to a flow test__//104 - With this release,thestylingof thepop-upwill not changewhenyoudefine a large messageasinput (orexpectedoutput) ofyour flow test. This will ensure that youcan stilleasily specifytheflowtestmessage’sname and description afterentering the largemessage.85 +//__Error checking__// 86 +Besides checking error header, the error trigger is now configured to check if an error message contains a term. 105 105 106 -//__Errors on the UI do not keep following me__// 107 -Before, we had some issues: when you navigated away from the API Gateway statistics page, an error pop-up would keep following you throughout the platform. To resolve this issue, you needed to refresh the browser. We have fixed this issue permanently with this release, making the refresh obsolete. 88 +//__Alerting__// 89 +For gen3 models, you will no longer receive alert messages for every error message, every log message of 'level' ERROR, and for memory usage above 80%. 90 +For gen3 models with event streaming, the threshold to receive the 'Topic approaching maximum size' alert has been increased from 95% of configured size used to 110%. 91 +The gen3 configurable trigger for error messages has been extended with the option to check whether the 'last-exception' message contained a certain text. This can be combined with the header-value match. 108 108 109 -//__ Navigatingback tothe transformationin Create worksagain__//110 - With this release,we have squashed a bugthatannoyed users. Before,it could happenthat whenyou navigated awayfrom the transformation pagein your flow inCreateand returned later, the transformation was not shown anymore. With this release, we havemadesure that regardless of where you come from, the transformationwill bevisible for you to see.93 +//__Unused containers__// 94 +Containers are set inactive when they are unused and removed in Design. 111 111 112 -//__ Removethe qualifiednamewhenediting anon-legacy MendixentryineMagiz__//113 -W iththis release,wehaveremovedthe possibilityofchangingthe obsoletequalified namewheneditinga non-legacy Mendix entryinMagiz.96 +//__Error popups when promoting a release version__// 97 +We fixed an issue that a lot of error popups were shown when you promoted a release version to a next environment. 114 114 115 -//__ Selecting tags when drawingalinein Capture__//116 - Wehave nowmadethis possible (again). This way, you can directlyselect the tag(s)youwantinstead of openingthedetailed informationontheline aftert is alreadyaddedto Capture.99 +//__Memory leak__// 100 +A memory leak when using gen 3 metrics has been fixed. 117 117 118 -//__Remove invalid selection when configuring a cron trigger via the tooling__// 119 -With this release, we have removed invalid selection options presented to you when you used the configuration option on a property of type cron to let eMagiz define the cron trigger value. This is to avoid unwanted surprises when deploying your solution. 120 - 121 121 == **Fancy Forum Answers** == 122 122 123 -As always, a gentle reminder to a ll 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:104 +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: 124 124 125 -* [[Header 'X' with value '0' will not be set since it is not a String and no Converter is>>https://my.emagiz.com/p/question/172825635700363586||target="blank"]] 126 -* [[Kafka Consumer Mendix String Deserializer is not working>>https://my.emagiz.com/p/question/172825635700363585||target="blank"]] 127 -* [[Namespace prefix 'xs' has not been declared>>https://my.emagiz.com/p/question/172825635700363685||target="blank"]] 106 +* [[JSON Web Tokens (JWT authentication)>>https://my.emagiz.com/p/question/172825635703606919||target="blank"]] 107 +* [[Determining container sizes & reading architecture pages>>https://my.emagiz.com/p/question/172825635703594204||target="blank"]] 108 +* [[SFTP connectivity - supported algorithms>>https://my.emagiz.com/p/question/172825635703607141||target="blank"]] 109 +* [[Deploy property release results in missing flows in runtime>>https://my.emagiz.com/p/question/172825635703607354||target="blank"]] 110 +* [[MessageDeliveryException: Dispatcher has no subscribers>>https://my.emagiz.com/p/question/172825635703619797||target="blank"]] 128 128 112 + 129 129 == **Key takeaways** == 130 130 131 -Thanks to all thathelp build,those who tested and gave feedback to improve the product. To end this post, here are some key takeaways for you:115 +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: 132 132 133 -* If you have questions surrounding our Program Increment Planning, please get in touch with 117 +* If you have questions surrounding our Program Increment Planning, please get in touch with [[productmanagement@emagiz.com>>mailto:academy@emagiz.com]] 134 134 * If you have feedback or ideas for us, talk to the Platypus 135 -* Please inform us of new additions to the store ([[productmanagement@emagiz.com>>mailto:academy@emagiz.com]]) so we can all benefit from these. 119 +* Please inform us of new additions to the store ([[productmanagement@emagiz.com>>mailto:academy@emagiz.com]]) so we can all benefit from these. 136 136 * Clear your browser cache (Ctrl + Shift + Del) 137 137 * Check out the release notes [here] 138 138 * Start thinking about how the license tracker can aid your development ... ... @@ -143,8 +143,8 @@ 143 143 Let's stay in touch and till next time! 144 144 145 145 {{info}} 146 -~* Indicates a Beta feature. If you would like to get access to this beta feature please contact [[productmanagement@emagiz.com>>mailto:academy@emagiz.com]] 130 +~* Indicates a Beta feature. If you would like to get access to this beta feature, please contact [[productmanagement@emagiz.com>>mailto:academy@emagiz.com]] 147 147 148 -~*~* Indicates a GEN3-only feature.132 +~*~* Indicates a next-generation-architecture only feature. 149 149 {{/info}})))((({{toc/}}))){{/container}} 150 150 {{/container}}