Changes for page 213 - Joyful Journeys
Last modified by Carlijn Kokkeler on 2024/04/18 13:07
From version 194.1
edited by Carlijn Kokkeler
on 2023/10/23 15:07
on 2023/10/23 15:07
Change comment:
There is no comment for this version
To version 323.1
edited by Carlijn Kokkeler
on 2023/12/21 15:19
on 2023/12/21 15:19
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 -2 07-AlignedState1 +211 - Log Luminary - Content
-
... ... @@ -1,99 +1,74 @@ 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!** We have done much workfor state generation,so that you can derivemoreinformation from yourdata! Examples are enrichment, aggregation, changedetectionandduplicate detection. Stategenerationfunctionality is onlyaccessible formodelswithan add-onstategenerationlicense.Nexttostate generation, several improvementsregardingthealignmentfcomponents havebeen made.Moreover,performanceimprovements and bug fixeshave beenimplemented. Lastly,achangeinthemetrics storageduration hasbeen performed.6 +**Hi there, eMagiz developers!** In this release, we have done much work to improve our logging and overviews. This should improve the user experience for our platform. Next to this, we have done several minor changes and bug fixes, mainly relating to the Deploy and Manage phase. 6 6 7 -== **State Generation** == 8 +== **Logging** == 9 +//__Missing log entries__// 10 +We improved crash handling so that log messages clearly show when and why a container failed to start. 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. 12 +//__Runtime logging__// 13 +We fixed a bug where no new log messages were showing up, even though they were produced by the container. 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). 15 +//__Deployment execution error message__// 16 +In some cases when a machine type step in the deployment plan execution errors, the portal may give an error when trying to display the error message. This has been fixed by now showing a generic error in the deployment plan and logging the full error in the Deploy history. The Deploy history will show a summary of the error and show the full error message in a new pop-up. 22 22 23 - Addedsupport for SpEL property accessors for XML and JSON, meaning that you can read message payloads in SpEL expressions easily. For example, to retrievethe value for'id' in thefollowing JSON String: `{"id":"123"}`, thisSpEL expression suffices: `payload.id`.18 +== **Overviews** == 24 24 25 -Added support for `#JsonPath` usage in SpEL expressions. 20 +//__Runtime overview__// 21 +We added a new overview in the Deploy phase, called 'Runtime Overview', which shows the information of all runtimes on running machines in an overview. 26 26 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. 23 +[[image:Main.Images.Release Blog.WebHome@release-blog-211-runtime-overview.png]] 29 29 30 -//__ Componentpages__//31 - Pages to add the newcomponentshavebeen created.Formshavebeencreatednicely withproperhelptexts.The EHCachecachemanagerhasbeen removed.25 +//__Missing properties overview__// 26 +The missing properties overview has been updated to show the runtimes and flow versions of missing property values. 32 32 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. 28 +[[image:Main.Images.Release Blog.WebHome@release-blog-211-missing-properties-overview.png]] 35 35 36 -[[image:Main.Images.Release Blog.WebHome@release-blog-207-aligned-state-metrics-storage.png]] 30 +//__Runtime restart or redeploy overview__// 31 +Before executing the deployment plan to deploy machines, a pop-up will be shown with a list of the affected runtimes. 37 37 33 +[[image:Main.Images.Release Blog.WebHome@release-blog-211-restarted-redeployed-runtimes.jpg]] 34 + 38 38 == **Feedback Items** == 39 39 40 -//__ Alertingmanualpause__//41 - A few releases agowechangedthebehavior of alertingin the deployment plan.Now eachtime whena deployment planisexecuted the alerting will beautomaticallyre-enabledwhenthe deployercloses the deploymentplanorclosesthe webbrowser.The majorityoftheusers are happywith the new behavior, butthereare some use casesthatyou do not want start thelertingimmediately. With thisrelease,if alertinghas beenpaused manually,this will notbeactivated automatically aftera release deployment.37 +//__Breaking changes pop-up__// 38 +Pending changes that have a high risk level are now shown in red bold in the pop up that appears after clicking 'Apply to environment'. 42 42 43 -//__Ordering of graphs in Manage__// 44 -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). 40 +[[image:Main.Images.Release Blog.WebHome@release-blog-211-breaking-changes.jpg]] 45 45 46 -//__ UTCtimes in Grafana panels__//47 - AllGrafana panelsnowshowUTCtimes,whicharenormally usedineMagiz, instead oflocal(browser)timezones. Thisway, it iseasierto matchgraphswithloggingeventsor alerts.42 +//__External recipients emailaddress__// 43 +The overview of external recipients has been updated. External recipients are created on a model level, instead of comma separated list. This means that you can add them to your environment directly, like internal users. 48 48 49 -//__ Updateflow designerversion__//50 - Theframeworkusedintheflowdesignerhas beenupdated,improvingperformance.45 +//__Broker queue metrics dashboards__// 46 +It is now possible to select the MQTT broker in the queue metrics dashboards. 51 51 52 -//__ CarwashtrackTLSversions in logging__//53 - A newloggingfeaturewillbe released,enabling usto make betterchoicesindeprecatingold encryptionstandards.48 +//__Runtime image version__// 49 +The version of runtime images used to prepare your containers for deployments will be the same across all environments. This holds for releases that are deployed and promoted to a next environment. 54 54 55 -//__Moving channels in the flow designer__// 56 -Moving already attached channels in the flow designer has been made sligthly easier. 57 57 58 -//__Topic sizes description change__// 59 -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. 60 - 61 -//__Password change notification__// 62 -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. 63 - 64 -//__Password comparison__// 65 -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. 66 - 67 -//__Inactive user alerting__// 68 -Inactivated users are now removed from all alert settings (included “disabled“ settings) to avoid undesirable notifications. 69 - 70 -//__Alphabetical sorting on user level in HTTP statistics__// 71 -Variables in the 3rd generation runtimes HTTP statistics detail pages are now sorted case insensitive. 72 - 73 - 74 74 == **Bug Fixes** == 75 75 76 -//__ Flow designerstyling__//77 -The s tyling oftheflowdesigner'sleft componentpanel hasbeen restructured,solvinga rarebug which wouldbreakthestylingofcertainfunctionalities.54 +//__Message throughput__// 55 +The message throughput graph in the Manage phase will now show the correct data, independent from the selected time internal. Before, this graph would not show any data in some cases. 78 78 79 -//__ Partialsearchformessages__//80 - Itisnow possibleto searchonmessagespartiallyin ManageMonitoring.Forexample,asearchforUptime canbedone by searchingfor "up""time""ptim".57 +//__Cloud template upgrade unjust rollback__// 58 +An issue has been fixed where a cloud template upgrade would be rolled back unjustly due to failed runtime checks. 81 81 82 -//__ Diskusageaftercloud templateupdate__//83 - In the last cloud templateupdatetherewas an issuewithdisk performance.This has been resolvedin thisrelease. You can manuallyupgradeyourcloudtemplate,orrelyonautomatic updates.60 +//__Next generation block__// 61 +Apply to environment will now be blocked when trying to deploy Gen3 runtimes on a Gen2 model. 84 84 85 -//__Error handling migration__// 86 -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. 87 - 88 88 == **Fancy Forum Answers** == 89 89 90 90 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: 91 91 92 -* [[ JSON WebTokens(JWTauthentication)>>https://my.emagiz.com/p/question/172825635703606919||target="blank"]]93 -* [[ Determiningcontainersizes& reading architecturepages>>https://my.emagiz.com/p/question/172825635703594204||target="blank"]]94 -* [[ SFTP connectivity-supportedalgorithms>>https://my.emagiz.com/p/question/172825635703607141||target="blank"]]95 -* [[ Deploypropertyreleaseesultsinmissing flows inruntime>>https://my.emagiz.com/p/question/172825635703607354||target="blank"]]96 -* [[M essageDeliveryException:Dispatcherhas nosubscribers>>https://my.emagiz.com/p/question/172825635703619797||target="blank"]]67 +* [[Deleting object failed for security reasons>>https://my.emagiz.com/p/question/172825635703671061||target="blank"]] 68 +* [[How do I delete a user?>>https://my.emagiz.com/p/question/172825635703670973||target="blank"]] 69 +* [[Import RCV-Shipment & RCV-Receipt XSD from Boltrics>>https://my.emagiz.com/p/question/172825635703671171||target="blank"]] 70 +* [[Add day in XPath header enricher>>https://my.emagiz.com/p/question/172825635703671325||target="blank"]] 71 +* [[Missing Body Java type resulting in problems>>https://my.emagiz.com/p/question/172825635703683790||target="blank"]] 97 97 98 98 99 99 == **Key takeaways** == ... ... @@ -116,5 +116,11 @@ 116 116 ~* Indicates a Beta feature. If you would like to get access to this beta feature, please contact [[productmanagement@emagiz.com>>mailto:academy@emagiz.com]] 117 117 118 118 ~*~* Indicates a next-generation-architecture only feature. 119 -{{/info}})))((({{toc/}}))){{/container}} 94 +{{/info}} 95 +))) 96 + 97 +((( 98 +{{toc/}} 99 +))) 120 120 {{/container}} 101 +{{/container}}