Changes for page 207 - Aligned State
Last modified by Carlijn Kokkeler on 2024/04/18 13:10
From version 185.1
edited by Carlijn Kokkeler
on 2023/10/23 14:44
on 2023/10/23 14:44
Change comment:
There is no comment for this version
To version 144.1
edited by Erik Bakker
on 2023/08/15 10:23
on 2023/08/15 10:23
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-Aligned State1 +203 - Fast Paced - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. CarlijnKokkeler1 +XWiki.ebakker - Content
-
... ... @@ -2,100 +2,40 @@ 2 2 {{container layoutStyle="columns"}}((( 3 3 [[image:Main.Images.Release Blog.WebHome@release-blog-intro.png]] 4 4 5 -**Hi there, eMagiz developers!** Wehavedone much work forstategeneration,sothat you can derivemore information from your data! Examplesareenrichment,aggregation,changedetectionand duplicatedetection.Stategeneration functionality isonly accessibleformodels with an add-on state generation license.Nexttostategeneration,severalimprovements regardingthe alignment of components havebeen made. Moreover, performanceimprovementsandbug fixeshavebeen implemented.Lastly, a change in the metrics storagedurationhas beenperformed.5 +**Hi there, eMagiz developers!** In the last few weeks, we have processed some of the early feedback on the release properties. On top of that we have improved the scalability of our complete solution and solved various smaller feedback items. 6 6 7 -== **State Generation** == 7 +== **Release Properties - Early Feedback** == 8 +The release property functionality was well received by the community. However, there was still room for improvement based on some of the early feedback we received from the community. Some of these early feedback items have been addressed in this release. As a result we have updated the layout of the edit screen of a property and have updated our checks on nested properties to avoid missing properties. 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. 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) 22 -* 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`. 23 -* Added support for `#JsonPath` usage in SpEL expressions 24 - 25 - 26 -== **Metrics Storage Duration** == 27 - 28 - 29 - 30 - 31 31 == **Feedback Items** == 32 32 33 -//__Ale rtingmanualpause__//34 - Afewreleasesagowe changedthebehavior of alerting inhedeployment plan. Now eachtime when a deployment plan isexecutedthealertingwill beautomatically re-enabledwhenthe deployerclosesthedeployment plan or closestheweb browser.The majority of thesers arehappywith the newbehavior, butthereareomeuse casesthatyoudo notwant start thealerting immediately. Withthisrelease,if alertinghas beenpaused manually,this will notbeactivated automatically aftera release deployment.12 +//__"All entries" are now cleaned up as part of the migration__// 13 +To avoid problems when removing integrations after the migration towards the next-generation architecture we now clean-up the "all-entries" as part of the migration towards the next-generation architecture. 35 35 36 -//__ Ordering ofgraphsinManage__//37 - Thegraphs in Manage are now ordered accordingto importance. This meansthatruntimestatisticsaresortedby "ProcessCPU usage"(highestfirst), queuestatisticsaresortedby "Messagesin queue" (highest first),andHTTP statistics aresortedby "Unsuccessfulrequests" (highest first).15 +//__Trigger ID added to our alerting on the next-generation architecture__// 16 +We have added a unique trigger ID to each alert configuration to make the interpretation for our support desk much easier and better manageable. 38 38 39 -//__UTC times in Grafana panels__// 40 -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. 41 - 42 -//__Update flow designer version__// 43 -The framework used in the flow designer has been updated, improving performance. 44 - 45 -//__Carwash track TLS versions in logging__// 46 -A new logging feature will be released, enabling us to make better choices in deprecating old encryption standards. 47 - 48 -//__Moving channels in the flow designer__// 49 -Moving already attached channels in the flow designer has been made sligthly easier. 50 - 51 -//__Topic sizes description change__// 52 -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. 53 - 54 -//__Password change notification__// 55 -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. 56 - 57 -//__Password comparison__// 58 -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. 59 - 60 -//__Inactive user alerting__// 61 -Inactivated users are now removed from all alert settings (included “disabled“ settings) to avoid undesirable notifications. 62 - 63 -//__Alphabetical sorting on user level in HTTP statistics__// 64 -Variables in the 3rd generation runtimes HTTP statistics detail pages are now sorted case insensitive. 65 - 66 - 67 67 == **Bug Fixes** == 68 68 69 -//__ Flowdesignerstyling__//70 - Thestylingoftheflowdesigner'sleftcomponentpanelhasbeenrestructured,solvingarare bug whichwouldbreakthestylingofcertain functionalities.20 +//__Ensure no flow can be in a release twice__// 21 +We have fixed a bug that could cause one flow to end up in the same release with two different flow versions. As this will break your solution on various occasions we fixed this. 71 71 72 -//__ Partialsearchformessages__//73 - Itisnowpossibleto searchonmessagespartiallyinManageMonitoring.Forexample,asearchforUptime canbe doneby searchingfor"up" "time""ptim".23 +//__Ensure no flow can be in a release twice__// 24 +We have fixed a bug that could cause one flow to end up in the same release with two different flow versions. As this will break your solution on various occasions we fixed this. 74 74 75 -//__Disk usage after cloud template update__// 76 -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. 77 - 78 -//__Error handling migration__// 79 -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. 80 - 81 81 == **Fancy Forum Answers** == 82 82 83 83 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: 84 84 85 -* [[JSON Web Tokens (JWT authentication)>>https://my.emagiz.com/p/question/172825635703606919||target="blank"]] 86 -* [[Determining container sizes & reading architecture pages>>https://my.emagiz.com/p/question/172825635703594204||target="blank"]] 87 -* [[SFTP connectivity - supported algorithms>>https://my.emagiz.com/p/question/172825635703607141||target="blank"]] 88 -* [[Deploy property release results in missing flows in runtime>>https://my.emagiz.com/p/question/172825635703607354||target="blank"]] 89 -* [[MessageDeliveryException: Dispatcher has no subscribers>>https://my.emagiz.com/p/question/172825635703619797||target="blank"]] 30 +* [[Issue with mail server dropping messages>>https://my.emagiz.com/p/question/172825635703530232||target="blank"]] 90 90 91 - 92 92 == **Key takeaways** == 93 93 94 -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:34 +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: 95 95 96 96 * If you have questions surrounding our Program Increment Planning, please get in touch with [[productmanagement@emagiz.com>>mailto:academy@emagiz.com]] 97 97 * If you have feedback or ideas for us, talk to the Platypus 98 -* Please inform us of new additions to the store ([[productmanagement@emagiz.com>>mailto:academy@emagiz.com]]) so we can all benefit from these. 38 +* Please inform us of new additions to the store ([[productmanagement@emagiz.com>>mailto:academy@emagiz.com]]) so we can all benefit from these. 99 99 * Clear your browser cache (Ctrl + Shift + Del) 100 100 * Check out the release notes [here] 101 101 * Start thinking about how the license tracker can aid your development