Changes for page 204 - Found It
Last modified by Carlijn Kokkeler on 2024/04/18 13:12
From version 96.1
edited by Erik Bakker
on 2023/04/11 10:14
on 2023/04/11 10:14
Change comment:
There is no comment for this version
To version 89.1
edited by Erik Bakker
on 2023/03/14 06:50
on 2023/03/14 06:50
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 -19 5-EasterParty1 +194 - Big Leap - Content
-
... ... @@ -2,81 +2,78 @@ 2 2 {{container layoutStyle="columns"}}((( 3 3 [[image:Main.Images.Release Blog.WebHome@release-blog-intro.png]] 4 4 5 -**Hi there, eMagiz developers!** In the last fewweeks, we havefocused onwrapping upthepreviousquarterandstartingthe newone. Whenhishappens,we go silentfora few weekstoplanforheupcomingquarterduring our PI rituals. Thistimewe added the famous "Hackathon"totheendof thePIweek soecouldstarttheEasterbreakwith excellentspiritafterlvingseveral smallerfeedbackitemsandbugs reportedbyyou. Severalofthose stories willbeincludedinhis andthe upcomingrelease. On top of that,we introduce variousimprovementsto ourAPI Gateway pattern andour 3rdnerationruntime architecture. Subsequently,we willreleaseanewruntimeimagesupportingthemultiple improvements.5 +**Hi there, eMagiz developers!** In the last couple of weeks, we have worked around the clock to release various improvements points within the 3rd generation runtime and elsewhere. Among others we have improved the feedback provided when a flow can't start due to an incorrect transformation. Improved when certain logging is triggerd and improved the stability of our internal infrastructure. On top of that we fixed several bug fixes surrounding other parts of the platform. So without further ado let us take a look at all these improvements. 6 6 7 -== ** APIimprovements** ==7 +== **3rd generation improvements** == 8 8 9 -//__ Improved auto-generated error handling__//10 -Whe nyou createanewoperation inyourAPIgateway,eMagizwillnowautomaticallygenerate the correct schemas,HTTP codes,andexamplesforthisoperationbased onindustrystandards.9 +//__Better feedback in error log when a corrupt stylesheet is encountered__// 10 +We have improved the logging within a 3rd generation runtime that identifies the broken resource by name within a container and informs you to navigate to Create -> Resources to see in which flows the resource is used so you can take the appropriate action. 11 11 12 -//__ Switchdefaultmessageformat__//13 -We have improved the lo gicwhenyouswitchthe messageformatfyourgatewaymessage from XMLtoJSON orviceversa.As a result,theSwagger file willbehanged accordingly. Onceyouupdate therelevantflowinCreateanddeploythesolution,theSwaggerUI willautomaticallymatch the expectedresult.12 +//__Better internal error handling to avoid unnecessary alerting and notifications__// 13 +We have improved the internal error handling when sending metrics from the runtime to our monitoring stack. This will gravely reduce the number of alerts you will receive on this topic when your model runs on the 3rd generation monitoring stack. 14 14 15 -//__ Re-using elementsingatewaymessage__//16 -This release improves howthe examplesandschemasinSwaggerand theFlowTestingfunctionality are generatedwhen certainelementsrepeatedlyappeardifferentplaces within onespecific gateway message.15 +//__Improved Manage Dashboard__// 16 +This release improves what you can see in the Manage Dashboard after you migrated your model to the 3rd generation runtime architecture. 17 17 18 -//__Improved n aming ofAPIoperations whenaddingintegrationsto Create__//19 - Previously whenyouaddedAPIoperations totheCreate phase,the HTTP operation(i.e.,POST, PUT, GET)wasnotvisibleto auser.As aresult,it became toughfora usertodiscernbetweenspecific operationsoncemultipleofthemwereusedoneresource (i.e., Order, Invoice, Lead). Toclarifythisfor theuser,thedisplaynamedefinedinDesign(insteadofCapture)is nowusedwithinhisoverviewforheseoperations.18 +//__Improved process surrounding "slot standby" and "slot wakeup" for 3rd generation runtimes__// 19 +When a slot is put into standby mode we now also stop all on-premise runtimes to avoid excessive logging (and alerting) on your models that have this functionality activated. The opposite happens when the slot wakeup is triggered. As a result not only the cloud runtimes are started but also all on-premise runtimes. 20 20 21 -== **3rd generation improvements** == 21 +//__Improved process of deploy preparation__// 22 +With this release we have improved the process through which your deploy action is preparated by eMagiz. As a result the chances of unexpected behavior occuring in your model are drastically reduced. 22 22 23 -//__ Updateof thestatic alertingengine__//24 - In thisrelease,wehaveupdatedthe staticalertingengine that determineswhenone of thestaticalerts,asdefinedbyeMagiz,shouldberiggered (ornot). This changewillimproveheperformanceofthe solution andwillensurethat the alertsareactivated correctly.24 +//__Improved migration of Streaming container__// 25 +When migrating your streaming container we now take into account whether "custom error handling" is used within one of the event processors. Based on that determination specific additional components are added to ensure that the streaming container will work after migrating without any manual intervention. 25 25 26 -//__Add "Datapipeline"functionality__//27 -Thi srelease introducesthe"datapipeline"functionalitytothe3rd generationruntime. Thisremoves anotherblockageformodelswaitingonthisbeforemigratingtothe3rdgenerationruntime.27 +//__Add History to Notifications in Manage__// 28 +To improve the auditability of our platform we have introduced an audit trail to the Notification section in Manage for models running on our 3rd generation monitoring stack. This way it is always visible when the notifications were paused and who paused or unpaused the notifications. 28 28 29 -//__ Fixrelatedtothedebugger__//30 - This releaseintroducesafixthat allowsusers todebugaflowoncethetoggle"Send error messagestoeMagiz"isactivated.30 +//__Improved Manage phase for Event Streaming__// 31 +Based on the feedback on our first iteration of the Manage phase for Event Streaming we have improved the graphs and the calculations that fill the graphs with values. On top of that we have added helptexts to clarify what each graph our table displays to you. 31 31 32 -{{warning}}To make use of this bug fix, you need to be on the latest runtime image{{/warning}} 33 +//__Improved help text for network volumes__// 34 +With this release we have improved the help text that explains network volumes and how to use them within our solution. 33 33 34 -//__Improved migration process__// 35 -This release introduced a fix that allows a user to migrate event processors with custom error handling without manual intervention. 36 36 37 -//__Deployment plan change__// 38 -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. 39 39 40 -{{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}} 38 +{{warning}}Should you be interested in migrating your model to our new 3rd generation architecture, don't hesistate to contact us at [[productmanagement@emagiz.com>>mailto:productmanagement@emagiz.com]] or read our [[documentation>>doc:Main.eMagiz Academy.Fundamentals.fundamental-runtime-generation3.WebHome||target="blank"]] on the subject.{{/warning}} 41 41 42 -== ** Feedbackitems** ==40 +== **WS-Security on the 3rd generation runtime** ~*~* == 43 43 44 -//__License Tracker improvements__// 45 -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. 42 +To further improve our offering on the 3rd generation runtime we now also have added the necessary functionality to allow you to call SOAP endpoints while utilizing WS-Security as well as securing your hosted SOAP endpoint through WS-Security protocols. Please make sure to create a new release that will trigger the image creation process which will included this feature when necessary. 46 46 47 -//__Ability to view the message definition for a topic__// 48 -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. 44 +== **State Generation ~*~* == 49 49 50 -//__Restricted access for uploading custom certificates to endpoints__// 51 -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. 46 +With this release we introduce our first "State Generation" functionality to our user community. After rigorous internal testing and use we have now made a stride to also make it available to the user community on specific use case. In the following months we will gather feedback on this to further improve and release it in a simpler and more user friendly way to the user community. 52 52 53 - ==**Bugfixes**==48 +{{info}}Should you be interested in this functionality or want to learn more please contact us at productmanagement@emagiz.com{{/info}} 54 54 55 -//__Improved deletion behavior for enumerations__// 56 -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. 50 +== **Feedback items ** == 57 57 58 -//__ Prevent"async"api operations__//59 -With this release, we have removed the a bilitytoselect the "async"option whenthe defaultmessage formatis API Management.52 +//__Removed OData as option for an API Gateway operation__// 53 +With this release, we have removed the OData operation option as it was not used and was not fully supported anymore by the platform. 60 60 61 -//__ Importinga responsedefinitionbroketherequest definition__//62 - Currently,importingaresponsedefinition breakstherequest definition.Withthisrelease,wehavechangedthisbehavior,ensuringthatonly theresponsedefinitions changedwhen importing andnottherequestdefinition.55 +//__Changes in API Gateway operation paths is automatically updated in Create__// 56 +When you change your path on a hosted API Gateway we will now automatically update the accompanying component in your Create (all-)entry. 63 63 64 -//__Removing a flow does not update the API "all-entry" anymore__// 65 -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. 58 +{{warning}}Make sure to check the changes and create a new version afterward to deploy the changes.{{/warning}} 66 66 67 -//__Stop deployment plan when a property is missing__// 68 -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. 60 +== **Bug fixes ** == 69 69 70 -//__ Cap stacktrace oferrormessagesand logries__//71 - Topreventthatenormousstacktracesoferror messages and logriesneedtobeprocessedbyvarioussystems,wehavenow limitedwhatiskeptsoonlytherelevantinformationis shownto theuser.62 +//__Prevent endless loop in Deploy -> User Management__// 63 +With this release, we have changed the way we update properties when user management is updated for an API gateway using the API Key security mechanisms. This will prevent the endless loop that could now happen on occasion. 72 72 65 +{{warning}}Any operation that is incorrectly deleted from Deploy while still end up in the logic and could cause issue so pay attention when removing API Gateway operations.{{/warning}} 66 + 67 +//__Update error handling during migration to the 3rd generation runtime__// 68 +As of now the error handling of all flows is correctly updated whilst migrating to the 3rd generation runtime configuration. 69 + 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 -* [[ Entrystops pollingoccasionally sincegeneration3>>https://my.emagiz.com/p/question/172825635703376768||target="blank"]]78 -* [[ Invaliddatetime>>https://my.emagiz.com/p/question/172825635703389326||target="blank"]]79 -* [[ Pagingwithaqueue -16>>https://my.emagiz.com/p/question/172825635703389781||target="blank"]]74 +* [[Access Spring ApplicationContext within Groovy Script>>https://my.emagiz.com/p/question/172825635703325469||target="blank"]] 75 +* [[Configuration problem: Failed to locate '$autoCreateChannelCandidates'>>https://my.emagiz.com/p/question/172825635703312551||target="blank"]] 76 +* [[503 on SOAP Webservice hosted in eMagiz>>https://my.emagiz.com/p/question/172825635703325386||target="blank"]] 80 80 81 81 == **Key takeaways** == 82 82