Changes for page 222 - Flee Frustration
Last modified by CarlijnKokkeler on 2024/06/05 09:31
From version 100.1
edited by Erik Bakker
on 2023/04/13 08:56
on 2023/04/13 08:56
Change comment:
There is no comment for this version
To version 475.1
edited by CarlijnKokkeler
on 2024/04/23 12:21
on 2024/04/23 12:21
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 -19 5-EasterParty1 +219 - Creation Carousel - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. ebakker1 +XWiki.CarlijnKokkeler - Content
-
... ... @@ -1,99 +1,67 @@ 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!** In the lastfew weeks, wehave focusedonwrappingupthepreviousquarterandstartingthe newone.Whenthishappens,wegosilentfor afewweekstoplanfortheupcomingquarterduringourPI rituals.This timewe addedthefamous"Hackathon"to theend ofthePIweekso wecouldstartthe Easterbreakwith excellentspirit after solvingseveralsmallerfeedback itemsandbugsreportedby you.Severalofthosestories will beincluded inthisandtheupcoming release. Ontopofthat,weintroducevariousimprovements toour API Gateway patternandour3rd generationruntime architecture.Subsequently, we willreleaseanew runtimeimage supportingthe multiple improvements.6 +**Hi there, eMagiz developers!** This release, we introduce new environment templates for Docker single and double lane. Moreover, we have a new version of our eMagiz Mendix connector available, that will support Mendix version 10 and higher. Furthermore, the path length in OpenAPI spec imports has been increased to a maximum of 300 characters. Lastly, we have done many bug fixes, one of which will ensure that SFTP sessions will be closed again after completion. For this fix, a new [[runtime image>>doc:Main.Release Information.Runtime Images.V304.WebHome||target="blank"]] has been published. 6 6 7 -== **Release properties** ==** 8 +== **Environment Template R13 Docker - Single Lane** == 9 +This release introduces a new non-service affecting environment template for all our customers running in a single-lane setup. This environment template updates the on-premise machine agents. The complete release notes on the environment template can be found [[here>>doc:Main.Release Information.Cloud Templates.R13 Docker - Single Lane.WebHome||target="blank"]]. 8 8 9 -With this release we bring an improved version of the release properties functionality. With the introduction of the 3rd generation runtime the way properties can be updated and when they need to be available for the solution to start up has changed compared to the current runtime architecture. More on that can be found [[here>>Main.eMagiz Academy.Fundamentals.fundamental-runtime-generation3||target= "blank"]] 11 +== **Environment Template R15 Docker - Double Lane** == 12 +This release introduces a new non-service affecting environment template for all our customers running in a double-lane setup. This environment template updates the on-premise machine agents. The complete release notes on the environment template can be found [[here>>doc:Main.Release Information.Cloud Templates.R15 Docker - Double Lane.WebHome||target="blank"]]. 10 10 11 -== ** API improvements** ==14 +== **Feedback Items** == 12 12 13 -//__ Improvedauto-generatederror handling__//14 -W henyou create a newoperationinyourAPI gateway, eMagizwillnowautomaticallygenerate the correctschemas, HTTP codes, andexamplesfor this operationbasedonindustry standards.16 +//__eMagiz Mendix connector__// 17 +We released a new version of our eMagiz Mendix connector that will support Mendix version 10 and higher. 15 15 16 -//__ Switch defaultmessageformat__//17 - Wehaveimprovedthelogic whenyou switchthemessageformatof yourgateway messagefrom XML to JSON or vice versa. Asa result, the Swagger file willbechangedaccordingly. Onceyou update the relevant flowin Createanddeploythesolution, the SwaggerUI willautomatically match theexpectedresult.19 +//__Improved OpenAPI import__// 20 +The path length in OpenAPI spec imports has been increased to a maximum of 300 characters. 18 18 19 -//__Re-using elements in gateway message__// 20 -This release improves how the examples and schemas in Swagger and the Flow Testing functionality are generated when certain elements repeatedly appear in different places within one specific gateway message. 22 +== **Bug Fixes** == 23 +//__Error handling__// 24 +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. 21 21 22 -//__ Improvednamingof API operationswhen adding integrations to Create__//23 -P reviouslywhen you added API operationstothe Createphase,the HTTPoperation(i.e., POST, PUT, GET) was notvisible toauser. As aresult,it became toughfor a user to discernbetween specificoperationsonce multiple of themwere used on one resource (i.e., Order, Invoice,Lead). To clarifythis for theuser,thedisplaynamedefined in Design (instead of Capture) is now used within this overview for these operations.26 +//__Volume mapping passwords__// 27 +Passwords for network volumes are hidden on the machine after deployment. 24 24 25 -== **3rd generation improvements** == 29 +//__Create integration removal__// 30 +When removing an integration from Create, the Create phase is correctly updated as well. 26 26 27 -//__ Updateof thestatic alerting engine__//28 - In this release,we have updated thestaticalertingenginethat determineswhenoneof the staticalerts,asdefinedby eMagiz, should betriggered (ornot). This changewill improvetheperformanceofthesolution and willensurethat the alerts are activatedcorrectly.32 +//__Legacy statistics__// 33 +Legacy pages are now correctly hidden when running on the current runtime architecture. 29 29 30 -//__ Add"Datapipeline" functionality__//31 - Thisreleaseintroducesthe"data pipeline"functionalityto the3rd generationruntime. Thisremovesanotherblockagefor modelswaitingonthisbeforemigratingto the3rdgenerationruntime.35 +//__Unused properties__// 36 +Users are not able to edit or delete eMagiz properties, so now they will also not be shown in the 'Unused property overview' anymore. 32 32 33 -//__ Fix related tothe debugger__//34 - This release introducesafixthatallowsusersto debugaflowoncethetoggle"Senderror messagestoeMagiz" is activated.38 +//__Enumeration values__// 39 +Enumeration values for event processors can now be edited in Create. 35 35 36 - {{warning}}Tomakeuseof thisbug fix, you needtobeon thelatestruntimeimage{{/warning}}41 +[[image:Main.Images.Release Blog.WebHome@release-219-creation-carousel-event-processor.png]] 37 37 38 -//__ Improvedmigrationprocess__//39 -T his releaseintroduceda fixthat allowsausertomigrate eventprocessorswith customerror handlingwithout manual intervention.43 +//__SFTP sessions__// 44 +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. 40 40 41 -//__Deployment plan change__// 42 -In this release, the prepare release step will not start automatically anymore. This prevents the user from waiting for this action to be finished before they can continue deploying the solution to their environment. 43 - 44 -{{warning}}Should you be interested in migrating your model to our new 3rd generation architecture, don't hesitate to contact us at [[productmanagement@emagiz.com>>mailto:productmanagement@emagiz.com]] or read our [[documentation>>doc:Main.eMagiz Academy.Fundamentals.fundamental-runtime-generation3||target="blank"]] on the subject.{{/warning}} 45 - 46 -== **Feedback items ** == 47 - 48 -//__License Tracker improvements__// 49 -With this release, we have added several new features available to purchase. On top of that, additional information on the license, such as adding notes and seeing the data sink packets, is now available. 50 - 51 -//__Ability to view the message definition for a topic__// 52 -Currently, you can easily navigate to the message definition of a topic via the context menu in Design, even if there is no event processor linked to the topic. 53 - 54 -//__Restricted access for uploading custom certificates to endpoints__// 55 -To improve our cloud offerings' general security and prevent users from uploading the wrong certificates, we have now restricted access to this view to ensure that only the administrator can execute this change. This allows for a discussion between the team implementing the solution and eMagiz before actions are taken. 56 - 57 -== **Bug fixes ** == 58 - 59 -//__Improved deletion behavior for enumerations__// 60 -To prevent that eMagiz will incorrectly delete enumeration lists when you press a "Cancel" button, we have improved the deletion behavior when viewing enumerations in the Create phase of eMagiz. 61 - 62 -//__Prevent "async" api operations__// 63 -With this release, we have removed the ability to select the "async" option when the default message format is API Management. 64 - 65 -//__Importing a response definition broke the request definition__// 66 -Currently, importing a response definition breaks the request definition. With this release, we have changed this behavior, ensuring that only the response definition is changed when importing and not the request definition. 67 - 68 -//__Removing a flow does not update the API "all-entry" anymore__// 69 -When you removed a flow from Create, the API Gateway all-entry received a new version of the flow. With this release, we have changed this behavior so that this only happens when the flow you remove is an API-related flow and not when it is a messaging or event streaming flow. 70 - 71 -//__Stop deployment plan when a property is missing__// 72 -Currently, the execution of your deployment plan continues when eMagiz notices a missing property. As this is confusing for a user and not desirable, we have updated the logic to ensure that when this happens, the execution stops. This allows you to fill in the properties, and once filled in, you can continue with the remainder of the deployment plan. 73 - 74 -//__Cap stack trace of error messages and log entries__// 75 -To prevent that enormous stack traces of error messages and log entries need to be processed by various systems, we have now limited what is kept so only the relevant information is shown to the user. 76 - 77 77 == **Fancy Forum Answers** == 78 78 79 79 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: 80 80 81 -* [[ Entry stopspollingoccasionallysincegeneration 3>>https://my.emagiz.com/p/question/172825635703376768||target="blank"]]82 -* [[ Invalid datetime>>https://my.emagiz.com/p/question/172825635703389326||target="blank"]]83 -* [[ Pagingwithaqueue-16>>https://my.emagiz.com/p/question/172825635703389781||target="blank"]]50 +* [[Create an overview of DataFlows without any datatraffic>>https://my.emagiz.com/p/question/172825635703811872||target="blank"]] 51 +* [[Flowtest does not work>>https://my.emagiz.com/p/question/172825635703811773||target="blank"]] 52 +* [[Debugger blocks all other traffic>>https://my.emagiz.com/p/question/172825635703812013||target="blank"]] 84 84 85 -== **Key takeaways** ==54 +== **Key Takeaways** == 86 86 87 -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:56 +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: 88 88 89 89 * If you have questions surrounding our Program Increment Planning, please get in touch with [[productmanagement@emagiz.com>>mailto:academy@emagiz.com]] 90 90 * If you have feedback or ideas for us, talk to the Platypus 91 -* Please inform us of new additions to the store ([[productmanagement@emagiz.com>>mailto:academy@emagiz.com]]) so we can all benefit from these. 60 +* Please inform us of new additions to the store ([[productmanagement@emagiz.com>>mailto:academy@emagiz.com]]) so we can all benefit from these. 92 92 * Clear your browser cache (Ctrl + Shift + Del) 93 -* Check out the release notes [here] 62 +* Check out the release notes [[here>>doc:Main.Release Information.Portal.218 - Sprightly Spring.WebHome||target="blank"]] 94 94 * Start thinking about how the license tracker can aid your development 95 95 * Start thinking about major, minor, and patch 96 -* Upgrade to the latest build number 97 97 * Keep making great integrations 98 98 99 99 Let's stay in touch and till next time! ... ... @@ -101,6 +101,11 @@ 101 101 {{info}} 102 102 ~* Indicates a Beta feature. If you would like to get access to this beta feature, please contact [[productmanagement@emagiz.com>>mailto:academy@emagiz.com]] 103 103 104 -~*~* Indicates a GEN3-only feature. 105 -{{/info}})))((({{toc/}}))){{/container}} 72 +{{/info}} 73 +))) 74 + 75 +((( 76 +{{toc/}} 77 +))) 106 106 {{/container}} 79 +{{/container}}