Changes for page 222 - Flee Frustration
Last modified by CarlijnKokkeler on 2024/06/05 09:31
From version 489.1
edited by CarlijnKokkeler
on 2024/04/24 09:20
on 2024/04/24 09:20
Change comment:
There is no comment for this version
To version 46.1
edited by Erik Bakker
on 2022/11/21 12:31
on 2022/11/21 12:31
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 - 219- CreationCarousel1 +188 - Close Encounters - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. CarlijnKokkeler1 +XWiki.ebakker - Content
-
... ... @@ -1,75 +1,86 @@ 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 ,wehaveanew versionofour eMagiz Mendix connectoravailable, that willsupportMendix version10 andhigher. Furthermore, we haveimprovedourfunctionality toenableusers to seamlesslyimportOpenAPIspecifications withURL pathsofup to 300 characters in length. Lastly,we have done manybugfixes,oneofwhich willensurethat SFTPsessionswill beclosedagain after completion.Forthis fix, a new[[runtime image>>doc:Main.Release Information.Runtime Images.V304.WebHome||target="blank"]] has been published.5 +**Hi there, eMagiz developers!** This release is characterized mainly by our efforts to bolster our 3rd generation runtime and all the interactions with it. Furthermore, some smalller fixes and beta features will be released to the community. 7 7 8 -== ** FeedbackItems** ==7 +== **3rd generation runtime bolstering** == 9 9 10 -//__eMagiz Mendix connector__// 11 -We released a new version of our eMagiz Mendix connector that will support Mendix version 10 and higher. 9 +This release will introduce various improvements for our 3rd generation runtime. Below you will find the most noteworthy improvements we made to the 3rd generation runtime and the interaction with it. 12 12 13 -//__External machine agents__// 14 -We have added functionality that allows the user to (auto-) update their external (on-premise) machine agents on the current generation architecture from the portal. With future releases of environment templates, your on-premise agents may also be updated. 11 +//__Migration of JMS backup configuration improved__// 15 15 16 -//__Improved OpenAPI import__// 17 -The path length that eMagiz supports when importing OpenAPI specifications is now increased to a maximum of 300 characters. 13 +//__Prechecks on Upgrade option made available for 3rd generation runtime__// 18 18 19 -//__Flow test stack trace__// 20 -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 +//__Autogenerated exits can be deployed at once__// 21 21 22 - [[image:Main.Images.ReleaseBlog.WebHome@release-219-creation-carousel-stack-trace.png]]17 +//__Code mapping functionality available on 3rd generation runtime__// 23 23 24 - {{info}}With the release of Spring 6 inour previous release, some users reported that theirfilters have begun logging warnings about discardingmessages eventhough thefilter is configuredto not throw anexception on rejection.Forflows that process high numbers of messages (and potentially discard a lotof messages as well) this cansignificantlydisturb theoverview of thelogs in themanage phase.19 +//__Improved the performance of deploying or activating a release__// 25 25 26 - To mitigate this, you can change the filter that throws the warningso it specificallyrefers to a discard channel. Given the chosen configuration, we adviceto use the nullChannel option. This will silently drop themessagewithoutregisteringa warning in thelog. In case you findthe warning inthelog a nice addition, we suggest to add anexplicit discard channel leadingto aloggingoutbound channel adapter. This log component can then be configured to throw a warning.21 +//__Failing runtimes won't be restarted indefinetly anymore__// 27 27 28 - Inthe nextrelease, we will aid youby adding a validation checkthat will forceyou to selectadiscard channelwhen it is currently not selectedonce you edittheflow to create a new version. More on this in the next release blog. {{/info}}23 +== **Exportable Release Audit** ~* == 29 29 30 -== **Bug Fixes** == 31 -//__Error handling__// 32 -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 +On top of that, we will also launch a new Beta feature to the community that allows you to export an audit document of your (Production) release. 33 33 34 -//__Volume mapping passwords__// 35 -Passwords for network volumes are now securely hidden in the runtime’s machine after deploying a new release. 27 +[[image:Main.Images.Release Blog.WebHome@187-release-blog--flow-version-restore.png]] 36 36 37 -//__Create integration removal__// 38 -When removing an integration from Create, the Create phase is now correctly updated. 29 +{{warning}}Note that the following restrictions apply when exporting an audit document: 30 + * Changes made on definition and transformation level are **not** restored 31 + * You will **not** be able to restore to any flow version that was created before October 17th, 2022 32 + * You will **not** be able to restore your flow to the original version created by eMagiz. You can use the reset function if you want this state back 33 + * Your restored flow version will **not** be automatically committed to Deploy{{/warning}} 39 39 40 -//__Legacy statistics__// 41 -Legacy pages are now correctly hidden when running on the current runtime architecture. 35 +== **Feedback items ** == 42 42 43 -//__Unused properties__// 44 -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. 37 +We have also solved other feedback items besides the flow designer's critical updates. 45 45 46 -//__ Enumerationvalues__//47 - Users arenow able to addandeditenumerationvalueswhile editing eventprocessorflowsintheCreatephase.39 +//__Data Sink Refactor__// 40 +We have made some infrastructural changes to how data sink messages are stored and can be retrieved from the portal. Should there be changes needed on your end we will contact your seperately. 48 48 49 -[[image:Main.Images.Release Blog.WebHome@release-219-creation-carousel-event-processor.png]] 42 +//__Improved naming convention on Store related pages__// 43 +We have improved various display names to ensure that it is clear from the naming that store content can be implemented in all integration patterns. 50 50 51 -//__ SFTPsessions__//52 - SFTP sessionfactoriesdid notclosetheirconnectionafteritwascomplete.This couldcauseconnectionstarvationon theSFTP server, andwasespeciallynoticable whenusing theSFTP SessionFactorywithoutcaching,as that factoryopens anewconnectionforevery call.For this, a new[[runtime image>>doc:Main.ReleaseInformation.RuntimeImages.V304.WebHome||target="blank"]]hasbeen released.45 +//__Press "Enter" to search on multiple pages__// 46 +In our Daemon Switch release we added functionality that allowed you to press **Enter** to search on the property overview page. With this release we have added this functionality to many more pages across the portal. The complete list is as follows 53 53 48 +* Deploy → Deployment Plan 49 +* Deploy → Properties → History 50 +* Deploy → User Management → Roles 51 +* Manage → Error Messages → Error Messages 52 +* Manage → Error Messages → Flows with Error Messages 53 +* Manage → Error Messages → Exceptions of Error Messages 54 +* Manage → Log Entries 55 +* Manage → Alerts 56 +* Manage → Triggers 57 +* Manage → Tags – Cant find (only Gen2) 58 +* Manage → Notifications 59 +* Manage → Notification Settings 60 +* Manage → Data Usage → History 61 +* Manage → Code mappings → All tabs 62 + 54 54 == **Fancy Forum Answers** == 55 55 56 56 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: 57 57 58 -* [[Create an overview of DataFlows without any datatraffic>>https://my.emagiz.com/p/question/172825635703811872||target="blank"]] 59 -* [[Flowtest does not work>>https://my.emagiz.com/p/question/172825635703811773||target="blank"]] 60 -* [[Debugger blocks all other traffic>>https://my.emagiz.com/p/question/172825635703812013||target="blank"]] 67 +* [[Get files using a command via the SFTP protocol>>https://my.emagiz.com/p/question/172825635703184726||target="blank"]] 68 +* [[Take into account API rate limits>>https://my.emagiz.com/p/question/172825635703184597||target="blank"]] 69 +* [[Flow test stuck on initializing>>https://my.emagiz.com/p/question/172825635703184786||target="blank"]] 70 +* [[HTML to XML>>https://my.emagiz.com/p/question/172825635703197357||target="blank"]] 61 61 62 -== **Key Takeaways** ==72 +== **Key takeaways** == 63 63 64 -Thanks to all whohelped build and those who tested and gave feedback to improve the product. To end this post, here are some key takeaways for you:74 +Thanks to all that helped build and those who tested and gave feedback to improve the product. To end this post, here are some key takeaways for you: 65 65 66 66 * If you have questions surrounding our Program Increment Planning, please get in touch with [[productmanagement@emagiz.com>>mailto:academy@emagiz.com]] 67 67 * If you have feedback or ideas for us, talk to the Platypus 68 -* Please inform us of new additions to the store ([[productmanagement@emagiz.com>>mailto:academy@emagiz.com]]) so we can all benefit from these. 78 +* Please inform us of new additions to the store ([[productmanagement@emagiz.com>>mailto:academy@emagiz.com]]) so we can all benefit from these. 69 69 * Clear your browser cache (Ctrl + Shift + Del) 70 -* Check out the release notes [ [here>>doc:Main.Release Information.Portal.219 - Creation Carousel.WebHome||target="blank"]]80 +* Check out the release notes [here] 71 71 * Start thinking about how the license tracker can aid your development 72 72 * Start thinking about major, minor, and patch 83 +* Upgrade to the latest build number 73 73 * Keep making great integrations 74 74 75 75 Let's stay in touch and till next time! ... ... @@ -77,11 +77,6 @@ 77 77 {{info}} 78 78 ~* Indicates a Beta feature. If you would like to get access to this beta feature, please contact [[productmanagement@emagiz.com>>mailto:academy@emagiz.com]] 79 79 80 -{{/info}} 81 -))) 82 - 83 -((( 84 -{{toc/}} 85 -))) 91 +~*~* Indicates a GEN3-only feature. 92 +{{/info}})))((({{toc/}}))){{/container}} 86 86 {{/container}} 87 -{{/container}}