Changes for page 210 - Deployment Delights
Last modified by Carlijn Kokkeler on 2024/04/18 13:08
From version 186.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 195.1
edited by Carlijn Kokkeler
on 2023/10/23 15:13
on 2023/10/23 15:13
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -9,75 +9,49 @@ 9 9 //__New components__// 10 10 The following components have been added: 11 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.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 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.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 15 * Infinispan support objects, supporting the aggregator, metadata outbound channel adapter and content enricher. 16 16 17 17 //__SpEL functions & JSON__// 18 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) 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 + 22 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 24 25 +Added support for `#JsonPath` usage in SpEL expressions. 25 25 26 -== **Metrics Storage Duration** == 27 - 28 - 29 - 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. 30 30 31 -== **Feedback Items** == 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. 32 32 33 - //__Alertingmanualpause__//34 - A few releasesagowe changedthebehaviorofalertingin thedeploymentplan.Noweach timewhena deploymentplanis executedthe alerting willbeautomaticallyre-enabledwhenthedeployercloseshedeploymentplanorlosestheweb browser.The majorityoftheusersarehappywith the newbehavior,buttherearesomeusecasesthatyoudonot wantstartthealertingimmediately.Withthislease,ifalertinghas beenpausedmanually,this willnotbeactivatedautomaticallyaftera releasedeployment.33 +== **Metrics Storage Duration** == 34 +Manage - Monitoring: 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. 35 35 36 -//__Ordering of graphs in Manage__// 37 -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). 36 +[[image:Main.Images.Release Blog.WebHome@release-blog-207-aligned-state-metrics-storage.png]] 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. 38 +== **Feedback Items** == 41 41 42 -//__ Updateflowdesignerversion__//43 -The fr ameworkusedinhe flowdesigner hasbeenupdated,improvingperformance.40 +//__Import from store__// 41 +Design - Message Mapping: The button 'Import from Store' will directly open the store instead of showing a pop asking whether the store should be opened. 44 44 45 -//__ Carwash track TLSrsionsin logging__//46 - A newlogging featurewill be released,enablingustomake betterchoicesindeprecatingoldencryptionstandards.43 +//__Save and cancel buttons__// 44 +The Save and Cancel buttons have been placed slightly further apart from each other to avoid misclicking. 47 47 48 -//__ Movingchannelshe flow designer__//49 -Mo vingalreadyattachedchannelsintheflow designerhasbeenmadesligthlyeasier.46 +//__User session times__// 47 +Manage - Monitoring: 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. 50 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. 49 + 53 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 -//__Flow designer styling__// 70 -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. 71 71 72 -//__Partial search for messages__// 73 -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". 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: