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 -2 07-AlignedState1 +222 - Flee Frustration - Content
-
... ... @@ -1,98 +1,50 @@ 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!** Wehavedonemuch workfor stategeneration,so that youcanderivemoreinformationfrom your data!Examplesareenrichment,aggregation, changedetection andduplicate detection. Stategeneration functionality is onlyaccessiblefor modelswithanadd-onstategenerationlicense.Nextto stategeneration,several improvementsregardingthealignmentofcomponentshavebeenmade.Moreover,performanceimprovementsandbugfixeshavebeenimplemented.Lastly,achange in themetricsstoragedurationhasbeenperformed.6 +**Hi there, eMagiz developers!** This release, we have worked to allow cron triggers for hours, days and months prepended by a 0. Moreover, changes in Design that will create or delete runtimes, or impact your model architecture, will trigger a warning before being put into effect in Design Architecture. We have also done several bug fixes, for example, users are not logged out from the portal anymore while deploying. Furthermore, users are now blocked from deploying at the same time on the same environment. Dive into our release blog to find out about the details and the rest of our bug fixes! 6 6 7 -== **State Generation** == 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 - 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`. 24 - 25 -Added support for `#JsonPath` usage in SpEL expressions. 26 - 27 - 28 -== **Metrics Storage Duration** == 29 - 30 - 31 - 32 - 33 33 == **Feedback Items** == 9 +//__Design changes__// 10 +If a user makes changes in Design that will create or delete runtimes, or impact your model architecture, that user will be warned about this before it is put into effect in Design Architecture. 34 34 35 -//__Alerting manual pause__// 36 -A few releases ago we changed the behavior of alerting in the deployment plan. Now each time when a deployment plan is executed the alerting will be automatically re-enabled when the deployer closes the deployment plan or closes the web browser. The majority of the users are happy with the new behavior, but there are some use cases that you do not want start the alerting immediately. With this release, if alerting has been paused manually, this will not be activated automatically after a release deployment. 12 +[[image:Main.Images.Release Blog.WebHome@release-222-affect-design-architecture.png]] 37 37 38 -//__Ordering of graphs in Manage__// 39 -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). 14 +== **Bug Fixes** == 15 +//__Cron triggers__// 16 +Cron triggers now allow for hours, days and months prepended by a 0, for example 05. 40 40 41 -//__UTC times in Grafana panels__// 42 -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. 18 +[[image:Main.Images.Release Blog.WebHome@release-222-cron-triggers.png]] 43 43 44 -//__ Update flow designer version__//45 - Theframeworkused in the flowdesigner hasbeen updated,improving performance.20 +//__Trigger activation__// 21 +Previously, when users were logged out from eMagiz during the execution of the deployment plan, it seemed that the portal reactived triggers, but this was not done. From now on, users are blocked from being logged out during deployment execution, so that triggers are re-enabled after the deployment plan has been executed. 46 46 47 -//__ CarwashtrackTLS versionsinlogging__//48 - Anewloggingfeaturewillbereleased,enabling ustomakebetter choicesin deprecatingoldencryptionstandards.23 +//__Multiple users deploying__// 24 +Users are blocked from deploying at the same time on the same environment on the [[current runtime>>doc:Main.eMagiz Academy.Fundamentals.fundamental-runtime-generation3||target="blank"]] architecture. 49 49 50 -//__Moving channels in the flow designer__// 51 -Moving already attached channels in the flow designer has been made sligthly easier. 26 +[[image:Main.Images.Release Blog.WebHome@release-222-users-deploying.png]] 52 52 53 -//__ Topicsizesdescriptionchange__//54 - In thechangedescription(andHistory) whenaltering thetopicsizeof atopicthenewandoldvaluewereswitchedaroundcreatingconfusion, thishas been resolved.28 +//__Invalid memory configurations__// 29 +We have improved machine health calculations to prevent the creation of a machine with invalid memory configurations. 55 55 56 -//__P asswordchange notification__//57 - When an accountpasswordchange requestismade,evenwhenthis fails,a mail is sent to the accountownertoinformtheowner abouttheaction.31 +//__Property value synchronization__// 32 +Property values displayed in the Flow Designer and property values of your active release are now synchronized correctly. 58 58 59 -//__ Passwordcomparison__//60 - Whenchanging a password, it is comparedtoa listofknowndatabasebreachesforsecurity.A warning isshownwhenthepasswordcorrespondswitha passwordinthedatabase.34 +//__JMS number__// 35 +The number on the JMS container correctly displays the amount of queues present in Design. 61 61 62 -//__Inactive user alerting__// 63 -Inactivated users are now removed from all alert settings (included “disabled“ settings) to avoid undesirable notifications. 37 +[[image:Main.Images.Release Blog.WebHome@release-222-jms.png]] 64 64 65 -//__Alphabetical sorting on user level in HTTP statistics__// 66 -Variables in the 3rd generation runtimes HTTP statistics detail pages are now sorted case insensitive. 67 - 68 - 69 -== **Bug Fixes** == 70 - 71 -//__Flow designer styling__// 72 -The styling of the flow designer's left component panel has been restructured, solving a rare bug which would break the styling of certain functionalities. 73 - 74 -//__Partial search for messages__// 75 -It is now possible to search on messages partially in Manage Monitoring. For example, a search for Uptime can be done by searching for "up" "time" "ptim". 76 - 77 -//__Disk usage after cloud template update__// 78 -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. 79 - 80 -//__Error handling migration__// 81 -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. 82 - 83 83 == **Fancy Forum Answers** == 84 84 85 85 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: 86 86 87 -* [[JSON Web Tokens (JWT authentication)>>https://my.emagiz.com/p/question/172825635703606919||target="blank"]] 88 -* [[Determining container sizes & reading architecture pages>>https://my.emagiz.com/p/question/172825635703594204||target="blank"]] 89 -* [[SFTP connectivity - supported algorithms>>https://my.emagiz.com/p/question/172825635703607141||target="blank"]] 90 -* [[Deploy property release results in missing flows in runtime>>https://my.emagiz.com/p/question/172825635703607354||target="blank"]] 91 -* [[MessageDeliveryException: Dispatcher has no subscribers>>https://my.emagiz.com/p/question/172825635703619797||target="blank"]] 43 +* [[SunCertPathBuilderException using a Keystore>>https://my.emagiz.com/p/question/172825635703850115||target="blank"]] 44 +* [[Name of User in header>>https://my.emagiz.com/p/question/172825635703850290||target="blank"]] 92 92 46 +== **Key Takeaways** == 93 93 94 -== **Key takeaways** == 95 - 96 96 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: 97 97 98 98 * If you have questions surrounding our Program Increment Planning, please get in touch with [[productmanagement@emagiz.com>>mailto:academy@emagiz.com]] ... ... @@ -99,10 +99,9 @@ 99 99 * If you have feedback or ideas for us, talk to the Platypus 100 100 * Please inform us of new additions to the store ([[productmanagement@emagiz.com>>mailto:academy@emagiz.com]]) so we can all benefit from these. 101 101 * Clear your browser cache (Ctrl + Shift + Del) 102 -* Check out the release notes [here] 54 +* Check out the release notes [[here>>doc:Main.Release Information.Portal.222 - Flee Frustration.WebHome||target="blank"]] 103 103 * Start thinking about how the license tracker can aid your development 104 104 * Start thinking about major, minor, and patch 105 -* Upgrade to the latest build number 106 106 * Keep making great integrations 107 107 108 108 Let's stay in touch and till next time! ... ... @@ -110,6 +110,11 @@ 110 110 {{info}} 111 111 ~* Indicates a Beta feature. If you would like to get access to this beta feature, please contact [[productmanagement@emagiz.com>>mailto:academy@emagiz.com]] 112 112 113 -~*~* Indicates a next-generation-architecture only feature. 114 -{{/info}})))((({{toc/}}))){{/container}} 64 +{{/info}} 65 +))) 66 + 67 +((( 68 +{{toc/}} 69 +))) 115 115 {{/container}} 71 +{{/container}}