Changes for page 207 - Aligned State
Last modified by Carlijn Kokkeler on 2024/04/18 13:10
From version 187.1
edited by Carlijn Kokkeler
on 2023/10/23 14:45
on 2023/10/23 14:45
Change comment:
There is no comment for this version
To version 127.1
edited by Samet Kaya
on 2023/06/20 13:14
on 2023/06/20 13:14
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 -20 7-AlignedState1 +200 - Uncharted Territories - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. CarlijnKokkeler1 +XWiki.SametKaya - Content
-
... ... @@ -2,101 +2,60 @@ 2 2 {{container layoutStyle="columns"}}((( 3 3 [[image:Main.Images.Release Blog.WebHome@release-blog-intro.png]] 4 4 5 -**Hi there, eMagiz developers!** Wehavedonemuch workforstategeneration,sothatyou can derivemore information from your data! Examplesare enrichment,aggregation,changedetectionandduplicatedetection.Stategenerationfunctionality isonly accessiblefor modelswithan add-onstategenerationlicense.Next to state generation,severalimprovementsregardingthealignment of componentshave beenmade.Moreover, performance improvementsand bugfixeshavebeen implemented. Lastly,achange in the metricsstorageduration hasbeen performed.5 +**Hi there, eMagiz developers!** In the last few weeks, we have worked hard on a lot of things that are unfortunately not quite ready to be released. As a result the output of this release is limited. Having said that we still bring some key improvements in the Deploy and Manage phase that would make life much easier. 6 6 7 -== ** StateGeneration** ==7 +== **Next generation improvements and bug fixes** == 8 8 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. 9 +//__Enhanced right-hand view within Deployment Plan context__// 10 +When executing your deployment plan we will show specific log entries of the info category that indicate that a container (i.e. runtime) has started up correctly. On top of that we show the warnings and errors in this overview. 16 16 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) 12 +{{info}}Note that when the JMS container gets restarted connection errors in the logs are a normal thing to witness so keep your eyes peeled for the startup logging on JMS level to gain confidence in the deployment.{{/info}} 22 22 23 - Added support for SpEL property accessors for XML andJSON, meaningthat you can read message payloadsin SpEL expressions easily. For example, toretrievethevalue for 'id' inthe following JSON String: `{"id":"123"}`, thisSpELexpressionsuffices: `payload.id`.24 - Addedsupportfor`#JsonPath`usageinSpELexpressions14 +//__Improved timeout settings when deploying__// 15 +To avoid mismatches between various parts of the infrastructure we have improved the timeout configuration on certain deployment plan steps to reduce the chance that these mismatches occur. 25 25 17 +{{info}}Note that this fix is part of a new runtime image for the current-generation runtimes. The release notes of this can be found [[here>>doc:Main.Release Information.Runtime Images.WebHome||target="blank"]]{{/info}} 26 26 27 -== **Metrics Storage Duration** == 28 - 29 - 30 - 19 +//__Detailed HTTP Statistics now show user info in specific additional cases__// 20 +To solve a bug for a specific client we changed the logic to show the user info (i.e. first part of the api key) in a specific implementation just as we already do in our standard implementations. 31 31 32 - ==**FeedbackItems**==22 +{{info}}Note that this fix is part of a new runtime image for the next-generation runtimes. The release notes of this can be found [[here>>doc:Main.Release Information.Runtime Images.WebHome||target="blank"]]{{/info}} 33 33 34 -//__ Alertingmanualpause__//35 - Afewreleasesago we changed the behaviorf alertinginthedeployment plan. Now each time whena deployment plan isexecuted thealertingwillbeautomaticallyre-enabled whenthe deployerclosesthe deploymentplanorclosesthe web browser.The majorityofthe usersarehappywiththeew behavior, but there are some usecasesthatyoudo not wantstartthealerting immediately.With this release,ifalerting has beenpaused manually, this will not beactivated automatically after a releasedeployment.24 +//__Improved loading speed of Manage Dashboard__// 25 +This release improves the loading speed with which all the dashboards in Manage are shown to the user. This will enhance the user experience within the Manage phase. 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). 27 +== **Store Improvements** == 39 39 40 -//__ UTCtimesinGrafanapanels__//41 - All Grafana panelsnow show UTC times, whicharenormally usedin eMagiz,insteadoflocal (browser)timezones.Thisway,itseasier toatchraphs withloggingevents oralerts.29 +//__Importing in Design is improved__// 30 +We have solved a bug that could cause issues when importing something in Design while the accompanying integration was not yet in Create. 42 42 43 -//__Update flow designer version__// 44 -The framework used in the flow designer has been updated, improving performance. 45 - 46 -//__Carwash track TLS versions in logging__// 47 -A new logging feature will be released, enabling us to make better choices in deprecating old encryption standards. 48 - 49 -//__Moving channels in the flow designer__// 50 -Moving already attached channels in the flow designer has been made sligthly easier. 51 - 52 -//__Topic sizes description change__// 53 -In the change description (and History) when altering the topic size of a topic the new and old value were switched around creating confusion, this has been resolved. 54 - 55 -//__Password change notification__// 56 -When an account password change request is made, even when this fails, a mail is sent to the account owner to inform the owner about the action. 57 - 58 -//__Password comparison__// 59 -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. 60 - 61 -//__Inactive user alerting__// 62 -Inactivated users are now removed from all alert settings (included “disabled“ settings) to avoid undesirable notifications. 63 - 64 -//__Alphabetical sorting on user level in HTTP statistics__// 65 -Variables in the 3rd generation runtimes HTTP statistics detail pages are now sorted case insensitive. 66 - 67 - 68 68 == **Bug Fixes** == 69 69 70 -//__ Flowdesignerstyling__//71 - Thestyling of theflowdesigner'sleft componentpanelhasbeenrestructured,solvinga rare bug which wouldbreakthe stylingof certainfunctionalities.34 +//__Deprecated reminder pop-up removed__// 35 +We have removed a reminder pop-up on a pending cloud template as it was deprecated and could cause issues when using it in communication with other systems. 72 72 73 -//__ Partialsearchformessages__//74 - It isnowpossibletosearchon messagespartiallyin ManageMonitoring.Forexample,asearchfor Uptimecanbedonebysearchingfor"up""time""ptim".37 +//__Improved selection area in Flow Designer__// 38 +When working on a large flow you can now select specific areas easily while you are scrolled down further down the flow. 75 75 76 -//__ Disk usage aftercloud template update__//77 - Inthe lastcloudtemplateupdatethere wasanissuewithdiskperformance.Thishas beenresolvedinthisrelease.Youcanmanuallyupgradeyourcloudtemplate,orrelyonautomaticupdates.40 +//__Improved Kafka settings__// 41 +For all flows that use a Kafka related component within the flow designer we will run a migration to update every single one of them to the new best practices and create a new flow version for them. 78 78 79 -//__Error handling migration__// 80 -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. 43 +{{info}}We strongly encourage all users that use these components to update to these new best practices as they increase stability of the cluster and throughput of the solution{{/info}} 81 81 82 82 == **Fancy Forum Answers** == 83 83 84 84 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: 85 85 86 -* [[JSON Web Tokens (JWT authentication)>>https://my.emagiz.com/p/question/172825635703606919||target="blank"]] 87 -* [[Determining container sizes & reading architecture pages>>https://my.emagiz.com/p/question/172825635703594204||target="blank"]] 88 -* [[SFTP connectivity - supported algorithms>>https://my.emagiz.com/p/question/172825635703607141||target="blank"]] 89 -* [[Deploy property release results in missing flows in runtime>>https://my.emagiz.com/p/question/172825635703607354||target="blank"]] 90 -* [[MessageDeliveryException: Dispatcher has no subscribers>>https://my.emagiz.com/p/question/172825635703619797||target="blank"]] 49 +* [[HTTP URL must not be null>>https://my.emagiz.com/p/question/172825635703491908||target="blank"]] 50 +* [[removing the curled brackets in a JSON payload>>https://my.emagiz.com/p/question/172825635703479276||target="blank"]] 91 91 92 - 93 93 == **Key takeaways** == 94 94 95 -Thanks to all whohelped build and those who tested and gave feedback to improve the product. To end this post, here are some key takeaways for you:54 +Thanks to all that helped build and those who tested and gave feedback to improve the product. To end this post, here are some key takeaways for you: 96 96 97 97 * If you have questions surrounding our Program Increment Planning, please get in touch with [[productmanagement@emagiz.com>>mailto:academy@emagiz.com]] 98 98 * If you have feedback or ideas for us, talk to the Platypus 99 -* Please inform us of new additions to the store ([[productmanagement@emagiz.com>>mailto:academy@emagiz.com]]) so we can all benefit from these. 58 +* Please inform us of new additions to the store ([[productmanagement@emagiz.com>>mailto:academy@emagiz.com]]) so we can all benefit from these. 100 100 * Clear your browser cache (Ctrl + Shift + Del) 101 101 * Check out the release notes [here] 102 102 * Start thinking about how the license tracker can aid your development ... ... @@ -109,6 +109,6 @@ 109 109 {{info}} 110 110 ~* Indicates a Beta feature. If you would like to get access to this beta feature, please contact [[productmanagement@emagiz.com>>mailto:academy@emagiz.com]] 111 111 112 -~*~* Indicates a next-generation-architecture only feature.71 +~*~* Indicates a GEN3-only feature. 113 113 {{/info}})))((({{toc/}}))){{/container}} 114 114 {{/container}}