Changes for page 226 - Alerting Alchemy
Last modified by CarlijnKokkeler on 2024/07/30 16:40
From version 42.1
edited by Erik Bakker
on 2022/11/07 16:43
on 2022/11/07 16:43
Change comment:
There is no comment for this version
To version 570.1
edited by CarlijnKokkeler
on 2024/06/18 12:08
on 2024/06/18 12:08
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 - 187- IntegrationSponsor1 +223 - Idyllic Image - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. ebakker1 +XWiki.CarlijnKokkeler - Content
-
... ... @@ -1,74 +1,65 @@ 1 1 {{container}} 2 -{{container layoutStyle="columns"}}((( 2 +{{container layoutStyle="columns"}} 3 +((( 3 3 [[image:Main.Images.Release Blog.WebHome@release-blog-intro.png]] 4 4 5 -**Hi there, eMagiz developers!** With thisreleasewewillrelease several impactfulfeatures andenablers toourcommunity. Amongothersthenextphase oftheeMagiz Storewillbecomepubliclyavailable.This meansthatyou cannowimport datamodels and transformationon topofsystemmessagesin Design andacceleratorsinCreate.Furthermore,wewilllaunchanewBetafunctionalitythroughsomeofour clientsthat will enableyoutorestore yourflowtoaprevious version.6 +**Hi there, eMagiz developers!** In the past week, we have worked hard to release a new [[runtime image>>doc:Main.Release Information.Runtime Images.V310.WebHome||target="blank"]]. This image contains several bug fixes, and increases the debugger duration. Next to this, improvements have been done to the SwaggerUI settings, we have resolved more deprecated warnings to prepare for Mendix version 10, and it is now possible to filter on the use of message types in Capture. Moreover, we have done bug fixes related to viewing an XSLT and SpEL expressions used for contructing a multipart/form-data HTTP request. 6 6 7 -== **Store - Next phase** == 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 8 9 - This releasewill introducethenext phaseof the Store to our whole community.With this new functionality you can now import data modelmessages(i.e. CDM, API Gateway Data model or Event Streaming data model) andtransformations. Thisway connectingto standardized systems such as Exact Online, Microsoft Graph, Salesforce and others will become even easier.12 +[[image:Main.Images.Release Blog.WebHome@release-223-default-swaggerui.png]] 10 10 11 -[[image:Main.Images.Release Blog.WebHome@187-release-blog--current-store-offering.png]] 14 +//__Used message types__// 15 +It is now possible to filter the message types in Capture on whether they are used. 12 12 13 -{{info}}For more information on the Store please check out this [[course>>doc:Main.eMagiz Academy.Microlearnings.Novice.eMagiz Store.WebHome||target="blank"]]. As a reminder you can find all documentation on all available Store content published by eMagiz [[here>>doc:Main.eMagiz Store.WebHome||target="blank"]].{{/info}} 17 +[[image:Main.Images.Release Blog.WebHome@release-223-capture-settings-used.png]] 18 + 19 +//__Debugger duration__// 20 +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. 14 14 15 -== **New eMagiz Mendix Connector** == 22 +== **Bug Fixes** == 23 +//__SFTP sessions__// 24 +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. 16 16 17 - With this releaseweintroduceanew version of theeMagiz Mendix Connector. Thisversion(6.0.0) will workboth with the current runtimearchitectureand thenew runtime architecture making the migrationfrom the current runtime architecture tothe new runtime architecture easier.The new version of the eMagiz Mendix Connector can be found in the Mendix Marketplace and in the eMagiz portal.26 +[[image:Main.Images.Release Blog.WebHome@release-223-known-hosts.png]] 18 18 19 -{{info}}Migrating the runtime from the eMagiz portal works the same as for any other runtime. The migration path to migrate can be found [[here>>doc:Main.eMagiz Support.Migration Paths.migration-path-emagiz-runtime-generation-3.WebHome||target="blank"]]{{/info}} 20 20 21 - ==**Flow versionrestore** ~* ==29 +[[image:Main.Images.Release Blog.WebHome@release-223-known-hosts-generation.png]] 22 22 23 -On top of that we will also launch a new Beta feature to the community that allows you to restore your flow to a previous version. This way you can quickly undo changes made that were incorrect. 31 +//__SMB outbound gateway__// 32 +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. 24 24 25 -[[image:Main.Images.Release Blog.WebHome@187-release-blog--flow-version-restore.png]] 34 +//__TaskScheduler__// 35 +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. 26 26 27 -{{warning}}Note, that the following restrictions apply when restoring to a previous version: 28 - * Changes made on definition and transformation level are **not** restored 29 - * You will **not** be able to restore to any flow version that was created before October 17th, 2022 30 - * 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 31 - * Your restored flow version will **not** be automatically committed to Deploy{{/warning}} 37 +//__View XSLT__// 38 +We fixed an issue with the transformation tooling, where it was not possible to view an XSLT in certain cases. 32 32 33 -== **Feedback items ** == 40 +//__Multipart/form-data HTTP request__// 41 +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. 34 34 35 -We have also solved other feedback items besides the flow designer's critical updates. 36 - 37 -//__Improved help texts Kafka component__// 38 -TBA 39 - 40 -//__Improved warning message when Message redelivery cannot be properly executed__// 41 -TBA 42 - 43 -//__See Flow Designer errors on the Create overview__// 44 -TBA 45 - 46 -== **Bug Fixes** == 47 - 48 -//__Update Swagger File when changing order of entities in gateway message__// 49 -TBA 50 - 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 -* [[ Getfilesusingacommand viatheSFTP protocol>>https://my.emagiz.com/p/question/172825635703184726||target="blank"]]56 -* [[ Takeinto account API ratelimits>>https://my.emagiz.com/p/question/172825635703184597||target="blank"]]57 -* [[ Flowteststuckoninitializing>>https://my.emagiz.com/p/question/172825635703184786||target="blank"]]58 -* [[H TMLtoXML>>https://my.emagiz.com/p/question/172825635703197357||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"]] 59 59 60 -== **Key takeaways** ==52 +== **Key Takeaways** == 61 61 62 -Thanks to all thathelped build and those who tested and gave feedback to improve the product. To end this post, here are some key takeaways for you:54 +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: 63 63 64 64 * If you have questions surrounding our Program Increment Planning, please get in touch with [[productmanagement@emagiz.com>>mailto:academy@emagiz.com]] 65 65 * If you have feedback or ideas for us, talk to the Platypus 66 -* Please inform us of new additions to the store ([[productmanagement@emagiz.com>>mailto:academy@emagiz.com]]) so we can all benefit from these. 58 +* Please inform us of new additions to the store ([[productmanagement@emagiz.com>>mailto:academy@emagiz.com]]) so we can all benefit from these. 67 67 * Clear your browser cache (Ctrl + Shift + Del) 68 -* Check out the release notes [here] 60 +* Check out the release notes [[here>>doc:Main.Release Information.Portal.222 - Flee Frustration.WebHome||target="blank"]] 69 69 * Start thinking about how the license tracker can aid your development 70 70 * Start thinking about major, minor, and patch 71 -* Upgrade to the latest build number 72 72 * Keep making great integrations 73 73 74 74 Let's stay in touch and till next time! ... ... @@ -76,6 +76,11 @@ 76 76 {{info}} 77 77 ~* Indicates a Beta feature. If you would like to get access to this beta feature, please contact [[productmanagement@emagiz.com>>mailto:academy@emagiz.com]] 78 78 79 -~*~* Indicates a GEN3-only feature. 80 -{{/info}})))((({{toc/}}))){{/container}} 70 +{{/info}} 71 +))) 72 + 73 +((( 74 +{{toc/}} 75 +))) 81 81 {{/container}} 77 +{{/container}}