Changes for page 224 - Summer Sonata
Last modified by Danniar Firdausy on 2024/07/04 10:01
From version 488.1
edited by Carlijn Kokkeler
on 2024/04/23 16:30
on 2024/04/23 16:30
Change comment:
There is no comment for this version
To version 331.1
edited by Carlijn Kokkeler
on 2024/01/03 09:09
on 2024/01/03 09:09
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 -21 9-CreationCarousel1 +211 - Log Luminary - Content
-
... ... @@ -3,60 +3,70 @@ 3 3 ((( 4 4 [[image:Main.Images.Release Blog.WebHome@release-blog-intro.png]] 5 5 6 -**Hi there, eMagiz developers!** This release, we haveanewversionofoureMagizMendixconnectoravailable,that willsupportMendix version 10 andhigher. Furthermore, we have improvedour functionality toenableusersto seamlessly import OpenAPI specificationswithURLpaths ofupto300 characters in length. Lastly, we have donemanybug fixes, oneofwhichwill ensurethat SFTP sessionswillbeclosedagainaftercompletion.Forthis fix, a new[[runtimeimage>>doc:Main.Release Information.Runtime Images.V304.WebHome||target="blank"]]hasbeen published.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. 7 7 8 -== **Feedback Items** == 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. 9 9 10 -//__ eMagiz Mendixconnector__//11 -We released anewversion ofoureMagizMendixconnectorthatwillsupport Mendixversion10andhigher.12 +//__Runtime logging__// 13 +We fixed a bug where no new log messages were showing up, even though they were produced by a container. 12 12 13 -//__ ImprovedOpenAPIimport__//14 - Thepathlength thateMagizsupportswhenimportingOpenAPIspecifications is now increasedtoamaximum of300 characters.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. 15 15 16 -//__Flow test stack trace__// 17 -If a flow test creates a log line with level ‘Warning’ or ‘Error’ and there is a stack trace created, then we show the stack trace inside the log message on a separate tab. 18 +== **Overviews** == 18 18 19 -[[image:Main.Images.Release Blog.WebHome@release-219-creation-carousel-stack-trace.png]] 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. 20 20 21 - {{info}}With the release of Spring6 in our previous release, some users reported that their filters have begunlogging warnings about discardingmessagesven though the filter isconfiguredto not throw an exception on rejection. For flows that process high numbersofmessages (and potentially discard a lot of messagesas well) this can significantly disturb theof the logs inthe manage phase.23 +[[image:Main.Images.Release Blog.WebHome@release-blog-211-runtime-overview.png]] 22 22 23 -To mitigate this, you can change the filter that throws the warning so it specifically refers to a discard channel. Given the chosen configuration, we advice to use the nullChannel option. This will silently drop the message without registering a warning in the log. In case you find the warning in the log a nice addition, we suggest to add an explicit discard channel leading to a logging outbound channel adapter. This log component can then be configured to throw a warning. 25 +//__Missing properties overview__// 26 +The missing properties overview has been updated to show the runtimes and flow versions of missing property values. 24 24 25 - In the next release, we willaid you by addingvalidationcheck that will forceyou toselectadiscard channelwhen it is currently not selectedonceyouedit the flow to create a new version. Moren thisthenextrelease blog. {{/info}}28 +[[image:Main.Images.Release Blog.WebHome@release-blog-211-missing-properties-overview.png]] 26 26 27 -== **Bug Fixes** == 28 -//__Error handling__// 29 -When migrating to the current generation architecture, the default error handling will now also be migrated correctly, so that no manual changes have to be done for this. 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. 30 30 31 -//__Volume mapping passwords__// 32 -Passwords for network volumes are now securely hidden in the runtime’s machine after deploying a new release. 33 +[[image:Main.Images.Release Blog.WebHome@release-blog-211-restarted-redeployed-runtimes.jpg]] 33 33 34 -//__Create integration removal__// 35 -When removing an integration from Create, the Create phase is now correctly updated. 35 +== **Feedback Items** == 36 36 37 -//__ Legacystatistics__//38 - Legacypages arenowcorrectlyhiddenwhenrunningon thecurrentruntime architecture.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'. 39 39 40 -//__Unused properties__// 41 -Users should not be able to edit or delete eMagiz properties, and so these eMagiz properties will now not be shown in the 'Unused property overview' anymore. 40 +[[image:Main.Images.Release Blog.WebHome@release-blog-211-breaking-changes.jpg]] 42 42 43 -//__E numerationvalues__//44 - Usersarenowabletoaddandedit enumerationvalueswhile editingeventprocessorflowsintheCreatephase.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. 45 45 46 -[[image:Main.Images.Release Blog.WebHome@release-219-creation-carousel-event-processor.png]] 45 +//__Broker queue metrics dashboards__// 46 +It is now possible to select the MQTT broker in the queue metrics dashboards. 47 47 48 -//__ SFTPsessions__//49 - SFTPsessionfactoriesdid not close theirconnection afterit was complete. Thiscould causeconnectionstarvationonheSFTPserver,andwasespeciallyoticablewhenusingtheSFTP SessionFactory without caching, asthatfactoryopensanew connectionfor every call.Forthis,anew [[runtimeimage>>doc:Main.ReleaseInformation.RuntimeImages.V304.WebHome||target="blank"]]has beenleased.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. 50 50 51 + 52 +== **Bug Fixes** == 53 + 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. 56 + 57 +//__Cloud template upgrade incorrect rollback__// 58 +An issue has been fixed where a cloud template upgrade would be rolled back incorrectly due to failed runtime checks. 59 + 60 +//__Next generation block__// 61 +Apply to environment will now be blocked when trying to deploy Gen3 runtimes on a Gen2 model. 62 + 51 51 == **Fancy Forum Answers** == 52 52 53 53 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: 54 54 55 -* [[Create an overview of DataFlows without any datatraffic>>https://my.emagiz.com/p/question/172825635703811872||target="blank"]] 56 -* [[Flowtest does not work>>https://my.emagiz.com/p/question/172825635703811773||target="blank"]] 57 -* [[Debugger blocks all other traffic>>https://my.emagiz.com/p/question/172825635703812013||target="blank"]] 67 +* [[Save header as class 'long'>>https://my.emagiz.com/p/question/172825635703683851||target="blank"]] 58 58 59 -== **Key Takeaways** ==69 +== **Key takeaways** == 60 60 61 61 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: 62 62 ... ... @@ -64,7 +64,7 @@ 64 64 * If you have feedback or ideas for us, talk to the Platypus 65 65 * Please inform us of new additions to the store ([[productmanagement@emagiz.com>>mailto:academy@emagiz.com]]) so we can all benefit from these. 66 66 * Clear your browser cache (Ctrl + Shift + Del) 67 -* Check out the release notes [ [here>>doc:Main.Release Information.Portal.219 - Creation Carousel.WebHome||target="blank"]]77 +* Check out the release notes [here] 68 68 * Start thinking about how the license tracker can aid your development 69 69 * Start thinking about major, minor, and patch 70 70 * Keep making great integrations