Changes for page 213 - Joyful Journeys
Last modified by Carlijn Kokkeler on 2024/04/18 13:07
From version 101.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 323.1
edited by Carlijn Kokkeler
on 2023/12/21 15:19
on 2023/12/21 15:19
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 -1 95-EasterParty1 +211 - Log Luminary - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. ebakker1 +XWiki.CarlijnKokkeler - Content
-
... ... @@ -1,102 +1,83 @@ 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 th e lastfew weeks, we havefocusedwrappingup theprevious quarterand starting the newone.When this happens, we gosilentfora few weeks to plan for the upcomingquarter duringourPI rituals. Thistime we added the famous"Hackathon" to the end of the PI week so we couldstarttheEasterbreak with excellentspirit aftersolving severalsmaller feedback items and bugs reported by you.Severalofthosestories will beincluded in thisand theupcoming release. On top of that, weintroduce variousimprovements toourAPI Gatewaypatternandour 3rdgenerationruntime architecture. Subsequently,we willrelease a new runtime imagesupportingthemultipleimprovements.6 +**Hi there, eMagiz developers!** In this release, we have done much work to improve our logging and overviews. This should improve the user experience for our platform. Next to this, we have done several minor changes and bug fixes, mainly relating to the Deploy and Manage phase. 6 6 7 -== **Release properties** ==** 8 +== **Logging** == 9 +//__Missing log entries__// 10 +We improved crash handling so that log messages clearly show when and why a container failed to start. 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"]]. 12 +//__Runtime logging__// 13 +We fixed a bug where no new log messages were showing up, even though they were produced by the container. 10 10 11 -As of now you can not only view all property values related to a specific release by pressing the wrench icon. You can also create what we call a "property release" on each of the three environment that allows you to quickly change one or more property values and deploy the changes to your environment. When deploying such a release eMagiz will check on which runtimes the properties are used and only execute the deploy actions for the machines to which said runtime(s) belong(s). 15 +//__Deployment execution error message__// 16 +In some cases when a machine type step in the deployment plan execution errors, the portal may give an error when trying to display the error message. This has been fixed by now showing a generic error in the deployment plan and logging the full error in the Deploy history. The Deploy history will show a summary of the error and show the full error message in a new pop-up. 12 12 13 -{{info}}The following considerations need to be taken into account when using this functionality: 14 -* This functionality works from the moment one runtime is running on the 3rd generation runtime architecture 15 -* This functionality can only change property values. Functional changes need a seperate release that needs to be promoted 16 -* In comparison to standard releases a property release can be created on each environment (as the property value is linked to a specific environment). 17 -*{{/info}} 18 +== **Overviews** == 18 18 19 -== **API improvements** == 20 +//__Runtime overview__// 21 +We added a new overview in the Deploy phase, called 'Runtime Overview', which shows the information of all runtimes on running machines in an overview. 20 20 21 -//__Improved auto-generated error handling__// 22 -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. 23 +[[image:Main.Images.Release Blog.WebHome@release-blog-211-runtime-overview.png]] 23 23 24 -//__ Switchdefaultmessageformat__//25 - Wehaveimproved the logic when youswitch the messageformatof yourgateway messagefrom XML to JSON orceversa. Asa result, the Swagger file willbechanged accordingly.Once youupdate the relevantflowin Createanddeploytheolution,theSwaggerUI will automaticallymatch theexpected result.25 +//__Missing properties overview__// 26 +The missing properties overview has been updated to show the runtimes and flow versions of missing property values. 26 26 27 -//__Re-using elements in gateway message__// 28 -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. 28 +[[image:Main.Images.Release Blog.WebHome@release-blog-211-missing-properties-overview.png]] 29 29 30 -//__ Improvednaming of API operationswhen adding integrationstoCreate__//31 - Previously whenyou added API operationsto theCreatephase,theHTTP operation(i.e., POST, PUT, GET) was notvisibleto auser. Asa result,it becametoughfor a user to discernbetweenspecificoperationsoncemultiple ofthemwere used on one resource (i.e., Order, Invoice, Lead).To clarify thisfortheuser, the display name defined in Design (insteadof Capture) is nowused withinhis overview for these operations.30 +//__Runtime restart or redeploy overview__// 31 +Before executing the deployment plan to deploy machines, a pop-up will be shown with a list of the affected runtimes. 32 32 33 - == **3rdgenerationimprovements** ==33 +[[image:Main.Images.Release Blog.WebHome@release-blog-211-restarted-redeployed-runtimes.jpg]] 34 34 35 -//__Update of the static alerting engine__// 36 -In this release, we have updated the static alerting engine that determines when one of the static alerts, as defined by eMagiz, should be triggered (or not). This change will improve the performance of the solution and will ensure that the alerts are activated correctly. 35 +== **Feedback Items** == 37 37 38 -//__ Add "Data pipeline"functionality__//39 - This release introducesthe "data pipeline"functionalityto the3rd generationruntime. Thisremovesanotherblockageformodelswaitingonthisbeforemigrating tothe3rd generationruntime.37 +//__Breaking changes pop-up__// 38 +Pending changes that have a high risk level are now shown in red bold in the pop up that appears after clicking 'Apply to environment'. 40 40 41 -//__Fix related to the debugger__// 42 -This release introduces a fix that allows users to debug a flow once the toggle "Send error messages to eMagiz" is activated. 40 +[[image:Main.Images.Release Blog.WebHome@release-blog-211-breaking-changes.jpg]] 43 43 44 -{{warning}}To make use of this bug fix, you need to be on the latest runtime image{{/warning}} 42 +//__External recipients emailaddress__// 43 +The overview of external recipients has been updated. External recipients are created on a model level, instead of comma separated list. This means that you can add them to your environment directly, like internal users. 45 45 46 -//__ Improvedmigration process__//47 - Thisrelease introduceda fix that allowsa usertomigrateventprocessors withcustomerrorhandlingwithoutmanual intervention.45 +//__Broker queue metrics dashboards__// 46 +It is now possible to select the MQTT broker in the queue metrics dashboards. 48 48 49 -//__ Deploymentplan change__//50 - In this release,theprepare releasetep willnot startautomaticallyanymore. Thisprevents the userfromwaitingforthisactionto befinishedbeforethey cancontinueeployingthe solutiontotheirenvironment.48 +//__Runtime image version__// 49 +The version of runtime images used to prepare your containers for deployments will be the same across all environments. This holds for releases that are deployed and promoted to a next environment. 51 51 52 -{{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}} 53 53 54 -== ** Feedbackitems52 +== **Bug Fixes** == 55 55 56 -//__ License Trackerimprovements__//57 - Withthis release,wehaveadded severalnewfeaturesavailabletopurchase.Ontopofthat,additionalinformationonthe license,suchas addingnotes andseeing thedatasinkpackets, is nowavailable.54 +//__Message throughput__// 55 +The message throughput graph in the Manage phase will now show the correct data, independent from the selected time internal. Before, this graph would not show any data in some cases. 58 58 59 -//__ Ability toviewtheessage definitionfora topic__//60 - Currently,youcan easilynavigateto themessagedefinitionof atopic viahecontext menuin Design,evenifthereisnoeventprocessorlinked tothetopic.57 +//__Cloud template upgrade unjust rollback__// 58 +An issue has been fixed where a cloud template upgrade would be rolled back unjustly due to failed runtime checks. 61 61 62 -//__ Restrictedaccess for uploading custom certificates toendpoints__//63 - To improve our cloudofferings'general security and preventusersfromuploading thewrongcertificates,wehaveowrestrictedaccesstothis view to ensure that onlytheadministratorcan execute this change. Thisallows for a discussionbetween the teamimplementingthe solution andMagiz before actions are taken.60 +//__Next generation block__// 61 +Apply to environment will now be blocked when trying to deploy Gen3 runtimes on a Gen2 model. 64 64 65 -== **Bug fixes ** == 66 - 67 -//__Improved deletion behavior for enumerations__// 68 -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. 69 - 70 -//__Prevent "async" api operations__// 71 -With this release, we have removed the ability to select the "async" option when the default message format is API Management. 72 - 73 -//__Importing a response definition broke the request definition__// 74 -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. 75 - 76 -//__Removing a flow does not update the API "all-entry" anymore__// 77 -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. 78 - 79 -//__Stop deployment plan when a property is missing__// 80 -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. 81 - 82 -//__Cap stack trace of error messages and log entries__// 83 -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. 84 - 85 85 == **Fancy Forum Answers** == 86 86 87 87 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: 88 88 89 -* [[Entry stops polling occasionally since generation 3>>https://my.emagiz.com/p/question/172825635703376768||target="blank"]] 90 -* [[Invalid datetime>>https://my.emagiz.com/p/question/172825635703389326||target="blank"]] 91 -* [[Paging with a queue -16>>https://my.emagiz.com/p/question/172825635703389781||target="blank"]] 67 +* [[Deleting object failed for security reasons>>https://my.emagiz.com/p/question/172825635703671061||target="blank"]] 68 +* [[How do I delete a user?>>https://my.emagiz.com/p/question/172825635703670973||target="blank"]] 69 +* [[Import RCV-Shipment & RCV-Receipt XSD from Boltrics>>https://my.emagiz.com/p/question/172825635703671171||target="blank"]] 70 +* [[Add day in XPath header enricher>>https://my.emagiz.com/p/question/172825635703671325||target="blank"]] 71 +* [[Missing Body Java type resulting in problems>>https://my.emagiz.com/p/question/172825635703683790||target="blank"]] 92 92 73 + 93 93 == **Key takeaways** == 94 94 95 -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:76 +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: 96 96 97 97 * If you have questions surrounding our Program Increment Planning, please get in touch with [[productmanagement@emagiz.com>>mailto:academy@emagiz.com]] 98 98 * If you have feedback or ideas for us, talk to the Platypus 99 -* Please inform us of new additions to the store ([[productmanagement@emagiz.com>>mailto:academy@emagiz.com]]) so we can all benefit from these. 80 +* Please inform us of new additions to the store ([[productmanagement@emagiz.com>>mailto:academy@emagiz.com]]) so we can all benefit from these. 100 100 * Clear your browser cache (Ctrl + Shift + Del) 101 101 * Check out the release notes [here] 102 102 * Start thinking about how the license tracker can aid your development ... ... @@ -109,6 +109,12 @@ 109 109 {{info}} 110 110 ~* Indicates a Beta feature. If you would like to get access to this beta feature, please contact [[productmanagement@emagiz.com>>mailto:academy@emagiz.com]] 111 111 112 -~*~* Indicates a GEN3-only feature. 113 -{{/info}})))((({{toc/}}))){{/container}} 93 +~*~* Indicates a next-generation-architecture only feature. 94 +{{/info}} 95 +))) 96 + 97 +((( 98 +{{toc/}} 99 +))) 114 114 {{/container}} 101 +{{/container}}