Changes for page 222 - Flee Frustration
Last modified by CarlijnKokkeler on 2024/06/05 09:31
From version 97.1
edited by Erik Bakker
on 2023/04/13 08:44
on 2023/04/13 08:44
Change comment:
There is no comment for this version
To version 512.1
edited by CarlijnKokkeler
on 2024/05/06 14:12
on 2024/05/06 14:12
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 - 195-EasterParty1 +220 - Patch Parade - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. ebakker1 +XWiki.CarlijnKokkeler - Content
-
... ... @@ -1,97 +1,93 @@ 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 last few weeks, we have focused onwrappingup thepreviousquarterandstartingthe newone.Whenthis happens, wego silentfora few weeksto planfor the upcoming quarterduringour PIrituals. Thistimeweaddedthe famous"Hackathon"tothe endof thePI week so we couldstart the Easterbreakwithexcellentspiritaftersolving severalsmaller feedback items andbugsreported byyou.Severalofthose storieswill be included inthisandthe upcomingrelease.On topofthat,we introduce variousimprovementsto our API Gateway patternandour 3rdgenerationruntimearchitecture. Subsequently, we will release a new runtime image supporting the multiple improvements.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. 6 6 7 -== ** Releaseproperties** ==**8 +== **Feedback Items** == 8 8 9 -== **API improvements** == 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. 10 10 11 -//__Improved auto-generated error handling__// 12 -When you create a new operation in your API gateway, eMagiz will now automatically generate the correct schemas, HTTP codes, and examples for this operation based on industry standards. 13 +[[image:Main.Images.Release Blog.WebHome@release-220-integration-pattern.png]] 13 13 14 -//__ Switch default messageformat__//15 - Wehaveimproved the logic whenyou switchthe message formatof yourgatewaymessagefrom XML to JSON or viceversa.As a result, theSwaggerfilewillbechangedaccordingly. OnceyouupdatetherelevantflowinCreate and deploythesolution,theSwaggerUI will automaticallymatchthe expectedresult.15 +//__Message queue history__// 16 +All events that relate to message queues (delete message, delete all messages or delete queue) are logged in the Manage phase instead of the Deploy phase. 16 16 17 -//__Re-using elements in gateway message__// 18 -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. 18 +[[image:Main.Images.Release Blog.WebHome@release-220-manage-history.png]] 19 19 20 -//__ Improved naming of API operations whenadding integrations to Create__//21 - Previously whenyou addedAPI operationsto theCreatephase, the HTTPoperation (i.e., POST, PUT, GET) wasnotvisibleto a user. As a result,it becametough forauserto discernbetweenspecificoperations once multiple of themwereusedonone resource (i.e., Order, Invoice, Lead). To clarifythis for the user, thedisplay namedefined in Design (instead of Capture) is now used within this overview for these operations.20 +//__Search boxes__// 21 +Search boxes in the properties overview are now shown by default. 22 22 23 - == **3rdgenerationimprovements** ==23 +[[image:Main.Images.Release Blog.WebHome@release-220-search-boxes.png]] 24 24 25 -//__ Updateofthestaticalerting engine__//26 -I nthisrelease,wehave updated thestatic alertingenginethatdetermines when one ofthestaticalerts, as defined by eMagiz,should betriggered(or not). This change willimprovetheperformance ofthe solutionandwillensurethatthealerts areactivatedcorrectly.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 27 28 -//__Add "Data pipeline" functionality__// 29 -This release introduces the "data pipeline" functionality to the 3rd generation runtime. This removes another blockage for models waiting on this before migrating to the 3rd generation runtime. 28 +[[image:Main.Images.Release Blog.WebHome@release-220-mapped-entity.png]] 30 30 31 -//__ Fixrelatedto the debugger__//32 - This release introduces afix that allowsuserstodebug a flowonce thetoggle"SenderrormessagestoeMagiz"isactivated.30 +//__SSL settings__// 31 +Changes can now be deployed on SSL level without creating a new version of a flow in Create. 33 33 34 -{{warning}}To make use of this bug fix, you need to be on the latest runtime image{{/warning}} 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 35 36 -//__Improved migration process__// 37 -This release introduced a fix that allows a user to migrate event processors with custom error handling without manual intervention. 36 +[[image:Main.Images.Release Blog.WebHome@release-220-machine-deletion.png]] 38 38 39 -//__ Deploymentplan change__//40 - In this release,thepreparereleasestepwill notstartautomaticallyanymore.This preventstheuser from waiting for thisactiontobefinishedbeforetheycancontinuedeployingthe solutionto theirenvironment.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. 41 41 42 -{{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}} 41 +== **Bug Fixes** == 42 +//__Annotation styling__// 43 +It is now possible to use enters in Annotations, so that multiple line spaces can be added, ensuring better readability. 43 43 44 - == **Feedbackitems** ==45 +[[image:Main.Images.Release Blog.WebHome@release-220-edit-annotation.png]] 45 45 46 -//__ License Trackerimprovements__//47 - Withthisrelease,wehaveaddedseveral newfeaturesavailabletopurchase. Ontopof that, additionalinformationon thelicense, such as addingnotes andseeingthe data sinkpackets,isnowavailable.47 +//__Filter rejection warnings__// 48 +A discard channel is required for filter components when “Throw exception on rejection” value is set to false. 48 48 49 -//__Ability to view the message definition for a topic__// 50 -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. 50 +[[image:Main.Images.Release Blog.WebHome@release-220-discard-channel.png]] 51 51 52 -//__ Restrictedaccessfor uploading custom certificates to endpoints__//53 - Toimprove our cloud offerings'generalsecurityand preventusersfrom uploading the wrong certificates,we have now restrictedaccessto this viewtoensure thatonly the administratorcanexecute this change.This allows for adiscussion betweentheteamimplementingthesolutionandeMagizbeforeactions aretaken.52 +//__Manage Explore__// 53 +An issue has been fixed where navigating to the Explore tab in Manage would sometimes redirect users to the homepage. 54 54 55 -== **Bug fixes ** == 55 +//__Page refreshing__// 56 +Switching between environments refreshes the Queue browser and Redelivery pages correctly for the selected environment. 56 56 57 -//__ Improveddeletion behavior forenumerations__//58 - TopreventthateMagizwillincorrectlydeleteenumeration listswhenyoupressa"Cancel"button, we have improvedthe deletion behaviorwhenviewingenumerationsintheCreatephase of eMagiz.58 +//__Message redelivery__// 59 +An issue has been fixed where large messages would be shown at the bottom of the Redelivery page instead of the right side of the page. 59 59 60 -//__ Prevent"async" api operations__//61 -With th is release,we have removed theabilitytoselectthe "async"optionwhen the defaultmessageformatisAPIManagement.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. 62 62 63 -//__ Importingaresponse definition broke the request definition__//64 - Currently,importingaresponsedefinition breakstherequestdefinition.Withthisrelease,we have changedthis behavior,ensuring thatonly theresponsedefinitionis changedwhenimportingand not therequest definition.64 +//__Overview pages__// 65 +We fixed an issue that you could not navigate to the last page of some overview pages in Manage phase. 65 65 66 -//__ Removing a flow does not update the API "all-entry"anymore__//67 - Whenyou removeda flow from Create,theAPI Gatewayall-entryreceiveda new versionoftheflow.Withthis release, wehavechangedthisbehaviorso thatthis onlyhappens whentheflowyouremoveisanAPI-relatedflowandnot whenit is a messagingoreventstreaming flow.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. 68 68 69 -//__ Stopdeploymentplanwhen a property is missing__//70 - Currently, theexecutionofyourdeploymentplancontinueswheneMagiz notices a missing property. As this is confusing for a userand notdesirable,we have updated thelogic to ensurethat when this happens, the executionstops. Thisallowsyou to fill intheproperties,and oncefilledin, you can continue withtheremainderof thedeployment plan.70 +//__Copy password__// 71 +The copy to clipboard button now copies the actual value of passwords instead of the masked value of them. 71 71 72 -//__Cap stack trace of error messages and log entries__// 73 -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. 74 - 75 75 == **Fancy Forum Answers** == 76 76 77 77 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: 78 78 79 -* [[Entry stops polling occasionally since generation 3>>https://my.emagiz.com/p/question/172825635703376768||target="blank"]] 80 -* [[Invalid datetime>>https://my.emagiz.com/p/question/172825635703389326||target="blank"]] 81 -* [[Paging with a queue -16>>https://my.emagiz.com/p/question/172825635703389781||target="blank"]] 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"]] 82 82 83 -== **Key takeaways** ==80 +== **Key Takeaways** == 84 84 85 -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:82 +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: 86 86 87 87 * If you have questions surrounding our Program Increment Planning, please get in touch with [[productmanagement@emagiz.com>>mailto:academy@emagiz.com]] 88 88 * If you have feedback or ideas for us, talk to the Platypus 89 -* Please inform us of new additions to the store ([[productmanagement@emagiz.com>>mailto:academy@emagiz.com]]) so we can all benefit from these. 86 +* Please inform us of new additions to the store ([[productmanagement@emagiz.com>>mailto:academy@emagiz.com]]) so we can all benefit from these. 90 90 * Clear your browser cache (Ctrl + Shift + Del) 91 -* Check out the release notes [here] 88 +* Check out the release notes [[here>>doc:Main.Release Information.Portal.219 - Creation Carousel.WebHome||target="blank"]] 92 92 * Start thinking about how the license tracker can aid your development 93 93 * Start thinking about major, minor, and patch 94 -* Upgrade to the latest build number 95 95 * Keep making great integrations 96 96 97 97 Let's stay in touch and till next time! ... ... @@ -99,6 +99,11 @@ 99 99 {{info}} 100 100 ~* Indicates a Beta feature. If you would like to get access to this beta feature, please contact [[productmanagement@emagiz.com>>mailto:academy@emagiz.com]] 101 101 102 -~*~* Indicates a GEN3-only feature. 103 -{{/info}})))((({{toc/}}))){{/container}} 98 +{{/info}} 99 +))) 100 + 101 +((( 102 +{{toc/}} 103 +))) 104 104 {{/container}} 105 +{{/container}}