Changes for page 224 - Summer Sonata
Last modified by Danniar Firdausy on 2024/07/04 10:01
From version 489.1
edited by Carlijn Kokkeler
on 2024/04/24 09:20
on 2024/04/24 09:20
Change comment:
There is no comment for this version
To version 531.1
edited by Carlijn Kokkeler
on 2024/05/21 12:56
on 2024/05/21 12:56
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 +221 - Swift Shift - Content
-
... ... @@ -3,61 +3,53 @@ 3 3 ((( 4 4 [[image:Main.Images.Release Blog.WebHome@release-blog-intro.png]] 5 5 6 -**Hi there, eMagiz developers!** This release, we have anewversionofureMagiz Mendix connector available,thatwill supportMendixversion10andhigher.Furthermore, we have improvedourfunctionalitytoenableusers toseamlesslyimportOpenAPIspecificationswithURL pathsofupto300 charactersinlength.Lastly, wehaveonemanybug fixes,oneofwhichwillensurethatSFTPsessions will beclosed againftercompletion.For thisfix,a new[[runtimeimage>>doc:Main.ReleaseInformation.RuntimeImages.V304.WebHome||target="blank"]]hasbeenpublished.6 +**Hi there, eMagiz developers!** This release, we have done several improvements for failover and grouping, as well as for the placement of attributes in datamodels. Next to this, we have improved the Event Catalog overview for Catalog users. It is now also possible to use the back button on the eMagiz Q&A without your search being removed. Regarding bug fixes, the delete behaviour for containers has been improved, and scope properties will now be generated correctly. Lastly, the warning message that is given when importing an xsd has now been removed when the request or response message is empty. 7 7 8 8 == **Feedback Items** == 9 +//__Q&A search__// 10 +Search results are now persisted when pressing the back button after opening a question in the community Q & A. 9 9 10 -//__e Magiz Mendixconnector__//11 - Wereleasedanew versionofour eMagizMendixconnectorthatwillsupportMendix version10 and higher.12 +//__Event catalog__// 13 +For Catalog users, we have significantly improved the Event Catalog overview by introducing a much simpler layout for easier navigation. 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. 15 +[[image:Main.Images.Release Blog.WebHome@release-221-swift-shift-catalog-2.png]] 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. 17 +//__Attribute placements__// 18 +Some improvements regarding the placement of attributes have been done: 19 +* A new attribute will be placed right below the attribute that users right-clicked on to open context menu to add a new attribute. 20 +* Moving an attribute in the datamodel is now directly shown in the tree structure as well. 21 +* The pop-up that appears when rearranging attributes of an entity will result in a pop-up which text is conditional with respect to the messagetype. 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. 23 +[[image:Main.Images.Release Blog.WebHome@release-221-swift-shift-rearrange-attribute.png]] 21 21 22 -[[image:Main.Images.Release Blog.WebHome@release-219-creation-carousel-stack-trace.png]] 25 +//__Failover & grouping__// 26 +Some improvements regarding the widgets for failover and grouping have been done: 27 +* When executing a start/stop action on a group, the description of the step now contains the name of the group. 28 +* When stopping a group with the follower status, the description of the popup now correctly describes the purpose of button "Disable failover and stop group". 23 23 24 - {{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) thiscan significantly disturb theoverview ofthelogsinthe manage phase.30 +[[image:Main.Images.Release Blog.WebHome@release-221-start-stop-flows.png]] 25 25 26 - To mitigate this, you can changethe filter that throws the warning so it specifically refers to a discard channel.Given the chosen configuration, weadvice to use the nullChannel option.This will silently drop themessage without registeringa warning in thelog.In caseyou find thewarning in theog a niceddition, wesuggesttoadd an explicit discard channel leadingtoa logging outbound channel adapter. Thislog component can then be configured to throw a warning.32 +[[image:Main.Images.Release Blog.WebHome@release-221-stop-groups.png]] 27 27 28 -In the next release, we will aid you by adding a validation check that will force you to select a 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}} 29 - 30 30 == **Bug Fixes** == 31 -//__ Errorhandling__//32 -When migrating tothecurrent generationarchitecture,thedefaulterrorhandlingwill now also be migratedcorrectly,so thatno manual changeshave tobedonefor this.35 +//__XSD import__// 36 +When importing an xsd to a new response or request message, you will not receive a warning message anymore to avoid confusion. 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. 38 +[[image:Main.Images.Release Blog.WebHome@release-221-swift-shift-xsd.png]] 36 36 37 -//__C reateintegrationremoval__//38 - WhenremovinganintegrationfromCreate,theCreatephase isnowcorrectlyupdated.40 +//__Container deletion__// 41 +The delete behaviour of containers in the container overview has been improved to allow deletion of unused containers with broken flows. 39 39 40 -//__ Legacystatistics__//41 - Legacypagesarenowcorrectlyhiddenwhenunningonthe current runtimearchitecture.43 +//__Scope properties__// 44 +We fixed an issue where the generation of scope properties was incorrect for legacy API gateway runtimes using OAuth 2.0 security scheme. 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. 45 - 46 -//__Enumeration values__// 47 -Users are now able to add and edit enumeration values while editing event processor flows in the Create phase. 48 - 49 -[[image:Main.Images.Release Blog.WebHome@release-219-creation-carousel-event-processor.png]] 50 - 51 -//__SFTP sessions__// 52 -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. 53 - 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 -* [[ Createanoverviewof DataFlows without any datatraffic>>https://my.emagiz.com/p/question/172825635703811872||target="blank"]]59 -* [[ Flowtestdoesnot work>>https://my.emagiz.com/p/question/172825635703811773||target="blank"]]60 -* [[ Debuggerblocksallothertraffic>>https://my.emagiz.com/p/question/172825635703812013||target="blank"]]50 +* [[OAuth 2.0, 403 Forbidden>>https://my.emagiz.com/p/question/172825635703837388||target="blank"]] 51 +* [[HTTP request without reply>>https://my.emagiz.com/p/question/172825635703837492||target="blank"]] 52 +* [[All-entry API gateway is not starting>>https://my.emagiz.com/p/question/172825635703837607||target="blank"]] 61 61 62 62 == **Key Takeaways** == 63 63 ... ... @@ -67,7 +67,7 @@ 67 67 * If you have feedback or ideas for us, talk to the Platypus 68 68 * 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.21 9-CreationCarousel.WebHome||target="blank"]]62 +* Check out the release notes [[here>>doc:Main.Release Information.Portal.221 - Swift Shift.WebHome||target="blank"]] 71 71 * Start thinking about how the license tracker can aid your development 72 72 * Start thinking about major, minor, and patch 73 73 * Keep making great integrations