Changes for page 224 - Summer Sonata
Last modified by Danniar Firdausy on 2024/07/04 10:01
From version 569.2
edited by Carlijn Kokkeler
on 2024/06/18 11:56
on 2024/06/18 11:56
Change comment:
Update document after refactoring.
To version 433.1
edited by Carlijn Kokkeler
on 2024/03/27 09:30
on 2024/03/27 09: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 -2 23-IdyllicImage1 +217 - Template Tango - Content
-
... ... @@ -3,54 +3,59 @@ 3 3 ((( 4 4 [[image:Main.Images.Release Blog.WebHome@release-blog-intro.png]] 5 5 6 -**Hi there, eMagiz developers!** In th e pastweek, we have worked hard to releaseanew[[runtimeimage>>doc:Main.ReleaseInformation.RuntimeImages.V310.WebHome||target="blank"]].Thismagecontainsseveralbug fixes,andincreasesthedebuggerduration.Next to this,improvementshaveendoneto theSwaggerUIsettings,wehaveresolvedmoredeprecatedwarningstopreparefor Mendixversion10,andit is now possible tofilterontheuse ofmessagetypesinCapture. Moreover,wehave done bug fixesrelatedtoviewinganXSLT andSpEL expressionsusedforcontructing a multipart/form-dataHTTP request.6 +**Hi there, eMagiz developers!** In this release, new cloud templates for docker single and docker double lane are introduced. These templates enable the ability to clean H2 databases from the portal. Next to this, it is now possible to edit the trigger "More than 100 messages on queue over 10 minutes". Moroever, several copy to clipboard buttons have been added. Lastly, the runtime overview has been improved with respect to checks on the runtime version. 7 7 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. 8 +{{info}}Reminder! As announced in our previous [[release blog>>Main.Release Information.Release Blogs.216 - Hack Heaven||target="blank"]], with the release of the 11th of April: 11 11 12 -[[image:Main.Images.Release Blog.WebHome@release-223-default-swaggerui.png]] 10 +* TLSv1.0 and TLSv1.1 will be deprecated. 11 +* A major version of our [[current runtime>>doc:Main.eMagiz Academy.Fundamentals.fundamental-runtime-generation3||target="blank"]] base image for all our clients running on the [[current runtime>>doc:Main.eMagiz Academy.Fundamentals.fundamental-runtime-generation3||target="blank"]] architecture will be released. 13 13 14 -//__Deprecated warnings__// 15 -We have continued to resolve deprecated warnings as part of our preparation to upgrade to Mendix version 10. 13 +For more information, please check out our [[release blog>>Main.Release Information.Release Blogs.216 - Hack Heaven||target="blank"]] from the previous release.{{/info}} 16 16 17 - //__Usedmessagetypes__//18 - Itis nowpossible tofilterthemessage types inCapture onwhether theyare used.15 +== **Cloud Template R12 Docker - Single Lane** == 16 +This release introduces a new non-service affecting cloud template for all our customers running in a single-lane setup. This cloud template introduces the ability to clean H2 databases from the portal. The complete release notes on the cloud template can be found [[here>>doc:Main.Release Information.Cloud Templates.R12 Docker - Single Lane.WebHome||target="blank"]]. 19 19 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. 18 +== **Cloud Template R14 Docker - Double Lane** == 19 +This release introduces a new non-service affecting cloud template for all our customers running in a single-lane setup. This cloud template introduces the ability to clean H2 databases from the portal. The complete release notes on the cloud template can be found [[here>>doc:Main.Release Information.Cloud Templates.R14 Docker - Double Lane.WebHome||target="blank"]]. 24 24 25 -== ** BugFixes** ==26 -//__ SFTPsessions__//27 - Supporthasbeenadded to provideSFTP session factories witha known_hosts in stringformat ratherthanfileformat,so that it iseasiertosetupSFTP. Forthis,anew [[runtimeimage>>doc:Main.ReleaseInformation.RuntimeImages.V310.WebHome||target="blank"]]is available. Moreover,helptextshavebeen addedforclarification.21 +== **Feedback Items** == 22 +//__Dynamic trigger__// 23 +The generic alert trigger "More than 100 messages on queue over 10 minutes" has been migrated to a dynamic trigger for each model and environment, allowing users to edit this trigger. 28 28 29 -[[image:Main.Images.Release Blog.WebHome@release-2 23-known-hosts.png]]25 +[[image:Main.Images.Release Blog.WebHome@release-217-template-tango-custom-trigger.png]] 30 30 27 +//__Copy to clipboard buttons__// 28 +Copy to clipboard buttons have been added to various pages: 31 31 32 -[[image:Main.Images.Release Blog.WebHome@release-223-known-hosts-generation.png]] 30 + * Deploy agent pop-up 31 + * Create - Flow designer: Properties 32 + * Deploy - Property releases: Property details 33 33 34 -//__SMB outbound gateway__// 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. 34 +[[image:Main.Images.Release Blog.WebHome@release-217-template-tango-copy-to-clipboard.png]] 36 36 37 -//__ TaskScheduler__//38 - Inrareoccurences,whenTaskScheduler wasused,adeadlocksituationcouldoccur dueo thread starvation. Theumberfthreads available to the TaskSchedulerhasbeen increasedto resolve this issue.For this, a new [[runtimeimage>>doc:Main.ReleaseInformation.RuntimeImages.V310.WebHome||target="blank"]]isavailable.36 +//__Reset H2 database__// 37 +For our **[[current runtime>>doc:Main.eMagiz Academy.Fundamentals.fundamental-runtime-generation3||target="blank"]]** architecture, it is now possible to remove the eMagiz infra H2 database for connector machines. 39 39 40 -//__View XSLT__// 41 -We fixed an issue with the transformation tooling, where it was not possible to view an XSLT in certain cases. 39 +{{info}}Please note the following: 42 42 43 -//__Multipart/form-data HTTP request__// 44 -The recommended SpEL expression used for contructing a multipart/form-data HTTP request was no longer valid. The [[documentation>>doc:Main.eMagiz Academy.Microlearnings.Expert Level.Data Handling.expert-data-handling-multipart-form-data.WebHome||target="blank"]] has been updated with the new standard and the updated expression is now part of our default test suite. The [[legacy documentation>>doc:Main.eMagiz Academy.Microlearnings.Legacy Functionality.expert-data-handling-multipart-form-data.WebHome||target="blank"]] is also still available. 41 +* Only H2 databases that are registered under the standard eMagiz data folder will be removed. 42 +* It is possible to reset the H2 database on every cloud runtime, but it will only have effect if an H2 database exists for that runtime. 43 +* For on-premise runtimes, only a reset of the runtime is needed. 45 45 45 +For more information please check out this [[microlearning>>doc:Main.eMagiz Academy.Microlearnings.Intermediate Level.eMagiz Runtime Management.intermediate-runtime-management-reset-h2.WebHome||target="blank"]]{{/info}} 46 + 47 +[[image:Main.Images.Release Blog.WebHome@release-217-template-tango-remove-h2.png]] 48 + 49 +== **Bug Fixes** == 50 +//__Runtime overview improvements__// 51 +The runtime overview has been improved regarding checks on the runtime version. 52 + 46 46 == **Fancy Forum Answers** == 47 47 48 48 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: 49 49 50 -* [[.NET REST API authentication>>https://my.emagiz.com/p/question/172825635703862917||target="blank"]] 51 -* [[SMB Session Factory can't connect to AIX (or Linux) Samba share>>https://my.emagiz.com/p/question/172825635703875733||target="blank"]] 52 -* [[Check header value http_statusCode in standard filter>>https://my.emagiz.com/p/question/172825635703875955||target="blank"]] 53 -* [[How set up alerting for one message per hour>>https://my.emagiz.com/p/question/172825635703876056||target="blank"]] 57 +* [[XSD is only partially imported into eMagiz (xmlStat.xsd)>>https://my.emagiz.com/p/question/172825635703773349||target="blank"]] 58 +* [[TLSv1.3>>https://my.emagiz.com/p/question/172825635703773474||target="blank"]] 54 54 55 55 == **Key Takeaways** == 56 56 ... ... @@ -60,7 +60,7 @@ 60 60 * If you have feedback or ideas for us, talk to the Platypus 61 61 * Please inform us of new additions to the store ([[productmanagement@emagiz.com>>mailto:academy@emagiz.com]]) so we can all benefit from these. 62 62 * Clear your browser cache (Ctrl + Shift + Del) 63 -* Check out the release notes [ [here>>doc:Main.Release Information.Portal.222 - Flee Frustration.WebHome||target="blank"]]68 +* Check out the release notes [here] 64 64 * Start thinking about how the license tracker can aid your development 65 65 * Start thinking about major, minor, and patch 66 66 * Keep making great integrations