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 247.1
edited by Carlijn Kokkeler
on 2023/11/21 11:35
on 2023/11/21 11:35
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 19 -CreationCarousel1 +209 - Max Verstappen - Content
-
... ... @@ -1,63 +1,74 @@ 1 1 {{container}} 2 -{{container layoutStyle="columns"}} 3 -((( 2 +{{container layoutStyle="columns"}}((( 4 4 [[image:Main.Images.Release Blog.WebHome@release-blog-intro.png]] 5 5 6 -**Hi there, eMagiz developers!** This release,wehavea new version of our eMagiz Mendix connectoravailable, that will support Mendix version 10 and higher.Furthermore, we have improved our functionality to enable users to seamlessly import OpenAPI specifications with URL paths of up to 300 characters in length.Lastly, we have done many bug fixes, one of which will ensure that SFTP sessions will be closed again after completion.For this fix, a new [[runtime image>>doc:Main.Release Information.Runtime Images.V304.WebHome||target="blank"]] has been published.5 +**Hi there, eMagiz developers!** We have done ..... 7 7 8 - ==**FeedbackItems**==7 +{{warning}}Please be aware that for this release, because of the duration of the deployment, we advise you to check your TEST and ACCP cloud slots status, since you might need to start them manually in case your model is using the automatic wake up functionality. For following releases we will set the automatic wake up time to 6:00 AM UTC instead of 5:00 AM UTC. {{/warning}} 9 9 10 - //__eMagizMendixconnector__//11 -We releasedanewversion ofoureMagizMendixconnectorthatwillsupportMendixversion10and higher.9 +== **Quicker Deployment Plan** == 10 +We fixed an issue which caused the release preparation step to take longer than necessary and caused the machine deployment steps to execute when they could be skipped. So, the deploynment plan will be finished much quicker now! 12 12 13 - //__ImprovedOpenAPIimport__//14 - Thepath length thateMagiz supportswhenimportingOpenAPIspecifications isnowincreasedto amaximum of300 characters.12 +== **Next Generation Architecture Default** == 13 +With this release, the next generation architecture will become the default. New models will use this generation as default. 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. 15 +[[image:Main.Images.Release Blog.WebHome@release-blog-next-gen-default.png]] 18 18 19 -[[image:Main.Images.Release Blog.WebHome@release-219-creation-carousel-stack-trace.png]] 17 +== **Cloud Template R11 - Single Lane** == 18 +This release introduces a new cloud template for all our customers running in a single-lane setup on the next generation architecture. This cloud template introduces faster machine boot up and improved auto-healing. The complete release notes on the cloud template can be found here 20 20 21 - {{info}}Withthe releaseof Spring 6 in our previous release, some users reportedthat their filters have begun logging warnings about discardingmessages even though the filter is configured to not throw an exception on rejection. For flows thatprocesshighnumbersof messages (and potentially discard a lot of messages as well) this can significantly disturbthe overview of thelogs in themanagephase.20 +== **Cloud Template R13 - Double Lane** == 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. 24 24 25 - Inthenext release, we will aidyoubyadding a validationcheck that will forceyou toselecta discard channel when it is currently not selected once you edit the flow to create a new version. More on this in the next release blog. {{/info}}23 +== **Feedback Items** == 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. 25 +//__Unused properties overview__// 26 +In Deploy > Releases, it is now possible to see all unused properties of an environment. This can be viewed by clicking the three dots in the Create phase section. Here it is also possible to quickly delete all or a selection of those unused properties. Unused properties are properties that are: 27 +* Not used by any runtime that is in the Create phase release. 28 +* Not required by a flow that is in the Create phase release. 29 +* If used as nested property, none of its parent properties (checks recursively) are in the Create phase release. 30 30 31 -//__ Volumemappingpasswords__//32 - Passwordsfornetworkvolumesarenowsecurely hidden’smachineafterdeployingaewrelease.31 +//__Send build requests asynchronously__// 32 +The step in the deployment plan concerning the preparation of runtime images will now be executed more quickly and reliably. 33 33 34 -//__ Createintegrationremoval__//35 - Whenremoving an integrationfrom Create, the Createphaseis nowcorrectlyupdated.34 +//__Queue explorer milliseconds__// 35 +The queue browser now displays milliseconds in the timestamps. 36 36 37 -//__ Legacystatistics__//38 - Legacypages arenowcorrectlyhidden when runningon the current runtime architecture.37 +//__Cancel and next buttons order__// 38 +The order of the cancel and next buttons when creating a new trigger has been changed to increase alignment across the platform. Now, all cancel buttons are placed on the right of a 'next' or 'save' button. 39 39 40 -//__Unused properties__//41 - Users shouldnotbeabletoeditordelete eMagiz properties,andsotheseeMagiz propertieswillnow not behowninthe'Unused propertyoverview'anymore.40 +//__Unused images__// 41 +When a release is removed, the related unused images in the on-premises machines will be removed as well. 42 42 43 -//__ Enumerationvalues__//44 - Usersare nowableto addandeditnumerationvalues whileeditingevent processorflows intheCreatephase.43 +//__Carwash logging__// 44 +A new logging feature enabling us to make better choices in encryption standards will be released. 45 45 46 -[[image:Main.Images.Release Blog.WebHome@release-219-creation-carousel-event-processor.png]] 46 +//__Static alerts queue consumers__// 47 +Alerting will now only generate alerts for queues that are created and managed by the eMagiz JMS server. 47 47 48 -//__SFTP sessions__// 49 -SFTP session factories did not close their connection after it was complete. This could cause connection starvation on the SFTP server, and was especially noticable when using the SFTP Session Factory without caching, as that factory opens a new connection for every call. For this, a new [[runtime image>>doc:Main.Release Information.Runtime Images.V304.WebHome||target="blank"]] has been released. 49 +== **Bug Fixes** == 50 50 51 +//__Flow Designer connection line__// 52 +In the Flow Designer an issue has been fixed where the connection line for drawing channels did work well when scrolling or zooming in/out on the canvas. 53 + 54 +//__Portal for migrated models__// 55 +We fixed a rare case where a runtime could not start, or logging, errors and metrics could not be seen in the portal for a model that had just migrated to the next generation architecture. 56 + 57 +//__Error channel inbounds__// 58 +We added a migration step, where we set the error channel to “errorChannel” of all inbounds in a flow if the custom error handling is set to false. Before, the error channel would be set to “errorChannel” only for the first inbound in an entry flow. 59 + 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"]] 64 +* [[Message Redelivery blank error message>>https://my.emagiz.com/p/question/172825635703619933||target="blank"]] 65 +* [[Timeout error kafka batch creation>>https://my.emagiz.com/p/question/172825635703620012||target="blank"]] 66 +* [[SFTP Connectivity: Transfering a whole folder structure>>https://my.emagiz.com/p/question/172825635703632587||target="blank"]] 67 +* [[Next generation architecture with dynamic file pickup / filedrop>>https://my.emagiz.com/p/question/172825635703632732||target="blank"]] 58 58 59 -== **Key Takeaways** == 60 60 70 +== **Key takeaways** == 71 + 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 63 63 * If you have questions surrounding our Program Increment Planning, please get in touch with [[productmanagement@emagiz.com>>mailto:academy@emagiz.com]] ... ... @@ -64,9 +64,10 @@ 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"]]78 +* 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 81 +* Upgrade to the latest build number 70 70 * Keep making great integrations 71 71 72 72 Let's stay in touch and till next time! ... ... @@ -74,11 +74,6 @@ 74 74 {{info}} 75 75 ~* Indicates a Beta feature. If you would like to get access to this beta feature, please contact [[productmanagement@emagiz.com>>mailto:academy@emagiz.com]] 76 76 77 -{{/info}} 78 -))) 79 - 80 -((( 81 -{{toc/}} 82 -))) 89 +~*~* Indicates a next-generation-architecture only feature. 90 +{{/info}})))((({{toc/}}))){{/container}} 83 83 {{/container}} 84 -{{/container}}