Changes for page 224 - Summer Sonata
Last modified by Danniar Firdausy on 2024/07/04 10:01
From version 512.1
edited by Carlijn Kokkeler
on 2024/05/06 14:12
on 2024/05/06 14:12
Change comment:
There is no comment for this version
To version 561.1
edited by Carlijn Kokkeler
on 2024/06/18 11:30
on 2024/06/18 11:30
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 -22 0-Patch Parade1 +223 - TBD - Content
-
... ... @@ -3,79 +3,51 @@ 3 3 ((( 4 4 [[image:Main.Images.Release Blog.WebHome@release-blog-intro.png]] 5 5 6 -**Hi there, eMagiz developers!** In the last few weeks, we worked hard on solving several feedback items and bug fixes. On top of that, we have release a new runtime image LINK that ensures that Kafka outbound channel adapters can now also parse jms_destination and jms_replyTo headers. Without further ado, let us look at our improvements and bug fixes below.7 - 6 +**Hi there, eMagiz developers!** 7 + 8 8 == **Feedback Items** == 9 +//__SwaggerUI default__// 10 +Model contacts are now able to select a default SwaggerUI environment from the API management settings in the Design phase. The environment selected here will be the first and the default value of SwaggerUI server dropdown. 9 9 10 -//__Integration pattern information__// 11 -Integration pattern information of the selected message type has been added to the pop-up that is shown in Capture when creating a new integration. 12 +[[image:Main.Images.Release Blog.WebHome@release-223-default-swaggerui.png]] 12 12 13 -[[image:Main.Images.Release Blog.WebHome@release-220-integration-pattern.png]] 14 +//__Deprecated warnings__// 15 +We have continued to resolve deprecated warnings as part of our preparation to upgrade to Mendix version 10. 14 14 15 -//__ Messagequeue history__//16 - All eventsthatrelate tomessage queues (deletemessage, deleteallmessagesor deletequeue)arelogged intheManage phaseinstead of theDeployphase.17 +//__Used message types__// 18 +It is now possible to filter the message types in Capture on whether they are used. 17 17 18 -[[image:Main.Images.Release Blog.WebHome@release-220-manage-history.png]] 20 +[[image:Main.Images.Release Blog.WebHome@release-223-capture-settings-used.png]] 21 + 22 +//__Debugger duration__// 23 +Wiretaps and debugging sessions will now collect messages for 10 minutes, this used to be 5. Note that the JMS server needs to be reset (or updated) in order to also store the messages for 10 minutes instead of 5. For this, a new [[runtime image>>doc:Main.Release Information.Runtime Images.V310.WebHome||target="blank"]] is available. 19 19 20 -//__Search boxes__// 21 -Search boxes in the properties overview are now shown by default. 22 - 23 -[[image:Main.Images.Release Blog.WebHome@release-220-search-boxes.png]] 24 - 25 -//__Set as mapped__// 26 -It is now possible to choose whether to set/unset all attributes of an entity as mapped in design. 27 - 28 -[[image:Main.Images.Release Blog.WebHome@release-220-mapped-entity.png]] 29 - 30 -//__SSL settings__// 31 -Changes can now be deployed on SSL level without creating a new version of a flow in Create. 32 - 33 -//__Machine deletion__// 34 -When trying to delete a machine that still has containers linked to it, the user will be presented with a pop-up explaining why the machine cannot be deleted. 35 - 36 -[[image:Main.Images.Release Blog.WebHome@release-220-machine-deletion.png]] 37 - 38 -//__JMS header handling__// 39 -Kafka outbound channel adapters can now also parse jms_destination and jms_replyTo headers. For this, a new runtime image(LINK) has been released. 40 - 41 41 == **Bug Fixes** == 42 -//__ Annotationstyling__//43 - Itis nowpossibletouse enters inAnnotations, so thatmultipleline spacescanbe added, ensuringbetterreadability.26 +//__SFTP sessions__// 27 +Support has been added to provide SFTP session factories with a known_hosts in string format rather than file format, so that it is easier to setup SFTP. For this, a new [[runtime image>>doc:Main.Release Information.Runtime Images.V310.WebHome||target="blank"]] is available. Moreover, helptexts have been added for clarification. 44 44 45 -[[image:Main.Images.Release Blog.WebHome@release-22 0-edit-annotation.png]]29 +[[image:Main.Images.Release Blog.WebHome@release-223-known-hosts.png]] 46 46 47 -//__Filter rejection warnings__// 48 -A discard channel is required for filter components when “Throw exception on rejection” value is set to false. 49 49 50 -[[image:Main.Images.Release Blog.WebHome@release-22 0-discard-channel.png]]32 +[[image:Main.Images.Release Blog.WebHome@release-223-known-hosts-generation.png]] 51 51 52 -//__ ManageExplore__//53 - An issuehasbeenfixedwherenavigatingto theExploretabinManageouldsometimesredirect users tohehomepage.34 +//__SFTP sessions__// 35 +The SMB outbound gateway with the GET command did not work, this has been resolved. For this, a new [[runtime image>>doc:Main.Release Information.Runtime Images.V310.WebHome||target="blank"]] is available. 54 54 55 -//__ Pagerefreshing__//56 - Switchingbetween environmentsrefreshestheQueuebrowserandRedeliverypagescorrectlyforhe selected environment.37 +//__TaskScheduler__// 38 +In rare occurences, when a TaskScheduler was used, a deadlock situation could occur due to thread starvation. The number of threads available to the TaskScheduler has been increased to resolve this issue. For this, a new [[runtime image>>doc:Main.Release Information.Runtime Images.V310.WebHome||target="blank"]] is available. 57 57 58 -//__ Message redelivery__//59 - An issuehas beenfixedwhere largemessages would beshown at thebottomfthe Redelivery page insteadoftherightsideofthepage.40 +//__View XSLT__// 41 +We fixed an issue with the transformation tooling, where it was not possible to view an XSLT in certain cases. 60 60 61 -//__Deployment plan__// 62 -We have implemented changes that should prevent a discrepantion between the overview of runtimes to be deployed shown at the beginning of a deployment plan (or at individual machine-type steps) and the actual execution of relevant steps. 63 - 64 -//__Overview pages__// 65 -We fixed an issue that you could not navigate to the last page of some overview pages in Manage phase. 66 - 67 -//__Memory check__// 68 -Machines deleted in Design are excluded from the memory health check in Deploy, so that no unnecessary memory changes have to be done to delete machines. 69 - 70 -//__Copy password__// 71 -The copy to clipboard button now copies the actual value of passwords instead of the masked value of them. 72 - 73 73 == **Fancy Forum Answers** == 74 74 75 75 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: 76 76 77 -* [[Swagger UI: 503 Service Unavailable>>https://my.emagiz.com/p/question/172825635703824607||target="blank"]] 78 -* [[PATCH call without REST template>>https://my.emagiz.com/p/question/172825635703824685||target="blank"]] 47 +* [[.NET REST API authentication>>https://my.emagiz.com/p/question/172825635703862917||target="blank"]] 48 +* [[SMB Session Factory can't connect to AIX (or Linux) Samba share>>https://my.emagiz.com/p/question/172825635703875733||target="blank"]] 49 +* [[Check header value http_statusCode in standard filter>>https://my.emagiz.com/p/question/172825635703875955||target="blank"]] 50 +* [[How set up alerting for one message per hour>>https://my.emagiz.com/p/question/172825635703876056||target="blank"]] 79 79 80 80 == **Key Takeaways** == 81 81 ... ... @@ -85,7 +85,7 @@ 85 85 * If you have feedback or ideas for us, talk to the Platypus 86 86 * Please inform us of new additions to the store ([[productmanagement@emagiz.com>>mailto:academy@emagiz.com]]) so we can all benefit from these. 87 87 * Clear your browser cache (Ctrl + Shift + Del) 88 -* Check out the release notes [[here>>doc:Main.Release Information.Portal.2 19-CreationCarousel.WebHome||target="blank"]]60 +* Check out the release notes [[here>>doc:Main.Release Information.Portal.222 - Flee Frustration.WebHome||target="blank"]] 89 89 * Start thinking about how the license tracker can aid your development 90 90 * Start thinking about major, minor, and patch 91 91 * Keep making great integrations