Changes for page 224 - Summer Sonata
Last modified by Danniar Firdausy on 2024/07/04 10:01
From version 333.1
edited by Carlijn Kokkeler
on 2024/01/03 10:03
on 2024/01/03 10:03
Change comment:
There is no comment for this version
To version 574.22
edited by Danniar Firdausy
on 2024/07/01 15:45
on 2024/07/01 15:45
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 -2 11-Log Luminary1 +224 - Summer Sonata - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. CarlijnKokkeler1 +XWiki.dfirdausy - Content
-
... ... @@ -3,70 +3,50 @@ 3 3 ((( 4 4 [[image:Main.Images.Release Blog.WebHome@release-blog-intro.png]] 5 5 6 -**Hi there, eMagiz developers!** Inthis release, wehaveemuch work toimprove our logging andoverviews.This should improvetheuserexperienceforour platform.Nexttothis, wehavedone severalminorchanges andbugfixes,mainly relating to theDeployandManagephase.6 +**Hi there, eMagiz developers!** Over the past week, we focused on improving the usability of our platform and addressing community feedback. Specifically, we enhanced user interface elements on several pages, including the descriptions of help texts, external links within help texts, and the overall layout of help text pages. Additionally, we made improvements to several pop-up pages. We also made the user interface more user-friendly for debugging integration flows. Lastly, we resolved an issue for some models when creating an Event Processor. 7 7 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. 11 - 12 -//__Runtime logging__// 13 -We fixed a bug where no new log messages were showing up, even though they were produced by a container. 14 - 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. 17 - 18 -== **Overviews** == 19 - 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. 22 - 23 -[[image:Main.Images.Release Blog.WebHome@release-blog-211-runtime-overview.png]] 24 - 25 -//__Missing properties overview__// 26 -The missing properties overview has been updated to show the runtimes and flow versions of missing property values. 27 - 28 -[[image:Main.Images.Release Blog.WebHome@release-blog-211-missing-properties-overview.png]] 29 - 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. 32 - 33 -[[image:Main.Images.Release Blog.WebHome@release-blog-211-restarted-redeployed-runtimes.jpg]] 34 - 35 35 == **Feedback Items** == 9 +//__Retention duration and bytes in Capture__// 10 +The pop-up page for specifying integration requirements in the Capture phase now correctly asks for the required retention duration and bytes for the integration/topic, instead of the previously incorrect terms retention size and bytes. 36 36 37 -//__Breaking changes pop-up__// 38 -The risk level of pending changes is now shown in the pop up that appears after clicking 'Apply to environment'. The risk level is either medium or high. 12 +//__Help text panel in Capture__// 13 +Collapsing the help text of this pop-up page by clicking the "?" icon on the top right corner of the pop-up page will now correctly hide the help text pane. 14 + 15 +//__Property value page__// 16 +Pop-up pages with non-editable input fields containing long text are now displaying the entire content without any text being cut off at the edge of the page. 39 39 40 -[[image:Main.Images.Release Blog.WebHome@release- blog-211-breaking-changes.png]]18 +[[image:Main.Images.Release Blog.WebHome@release-224-pop-ups-wrapped-property-values.png]] 41 41 42 -//__External recipients emailaddress__// 43 -The overview of external recipients has been updated. External recipients are now created on a model level, instead of comma separated list. This means that you can add them to your environment directly, like internal users. 20 +== **Bug Fixes** == 21 +//__Adding tags in Capture__// 22 +In the Capture phase, clicking to add or remove a tag in the pop-up page for specifying integration requirements no longer displays a 'blocked' icon. 44 44 45 -//__Broker queue metrics dashboards__// 46 -It is now possible to select the MQTT broker in the queue metrics dashboards. 24 +[[image:Main.Images.Release Blog.WebHome@release-224-selectable-cursor-for-tags.png]] 47 47 48 -//__ Runtimeimageversion__//49 - The versionof runtime imagesusedtoprepareyourcontainersfordeploymentswillbethesamecrossallenvironments.Thisholdsforreleasesthat aredeployedandpromotedtoaextenvironment.26 +//__External links__// 27 +Clicking links to external documentation in the eMagiz portal is now configured to always open the links in a new tab, rather than replacing your current tab. 50 50 29 +//__Adding attributes for a message definition__// 30 +We fixed an issue where your selected attributes were lost when navigating between paginations while adding more attributes to the entity in the pop-up shown when you press the 'Add Attribute' button on the right panel of your System Message, CDM, API Data Model, or Event Streaming Data Model. 51 51 52 - ==**BugFixes**==32 +When you are editing a message definition (i.e., system message, CDM, API Data Model, and Event Streaming Data Model) and adding attributes to your entities 53 53 54 -//__ Messagethroughput__//55 - Themessage throughput graphin theManagephase will now showthecorrectdata, independentfromhe selected time internal.Before,thisgraphwouldnot show anydatainsome cases.34 +//__View XSLT__// 35 +We fixed an issue with the transformation tooling, where it was not possible to view an XSLT in certain cases. 56 56 57 -//__ Cloudtemplate upgradeincorrectrollback__//58 - Anissuehasbeenfixedwhere acloudplate upgrade wouldberolledbackincorrectly duefailedruntime checks.37 +//__Multipart/form-data HTTP request__// 38 +The recommended SpEL expression used for contructing a multipart/form-data HTTP request was no longer valid. The [[documentation>>doc:Main.eMagiz Academy.Microlearnings.Expert Level.Data Handling.expert-data-handling-multipart-form-data.WebHome||target="blank"]] has been updated with the new standard and the updated expression is now part of our default test suite. The [[legacy documentation>>doc:Main.eMagiz Academy.Microlearnings.Legacy Functionality.expert-data-handling-multipart-form-data.WebHome||target="blank"]] is also still available. 59 59 60 -//__Next generation block__// 61 -Apply to environment will now be blocked when trying to deploy Gen3 runtimes on a Gen2 model. 62 - 63 63 == **Fancy Forum Answers** == 64 64 65 65 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: 66 66 67 -* [[Save header as class 'long'>>https://my.emagiz.com/p/question/172825635703683851||target="blank"]] 44 +* [[.NET REST API authentication>>https://my.emagiz.com/p/question/172825635703862917||target="blank"]] 45 +* [[SMB Session Factory can't connect to AIX (or Linux) Samba share>>https://my.emagiz.com/p/question/172825635703875733||target="blank"]] 46 +* [[Check header value http_statusCode in standard filter>>https://my.emagiz.com/p/question/172825635703875955||target="blank"]] 47 +* [[How set up alerting for one message per hour>>https://my.emagiz.com/p/question/172825635703876056||target="blank"]] 68 68 69 -== **Key takeaways** ==49 +== **Key Takeaways** == 70 70 71 71 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: 72 72 ... ... @@ -74,7 +74,7 @@ 74 74 * If you have feedback or ideas for us, talk to the Platypus 75 75 * Please inform us of new additions to the store ([[productmanagement@emagiz.com>>mailto:academy@emagiz.com]]) so we can all benefit from these. 76 76 * Clear your browser cache (Ctrl + Shift + Del) 77 -* Check out the release notes [here] 57 +* Check out the release notes [[here>>doc:Main.Release Information.Portal.223 - Idyllic Image.WebHome||target="blank"]] 78 78 * Start thinking about how the license tracker can aid your development 79 79 * Start thinking about major, minor, and patch 80 80 * Keep making great integrations