Changes for page 213 - Joyful Journeys
Last modified by Carlijn Kokkeler on 2024/04/18 13:07
From version 360.1
edited by Carlijn Kokkeler
on 2024/01/29 14:41
on 2024/01/29 14:41
Change comment:
There is no comment for this version
To version 123.1
edited by Erik Bakker
on 2023/06/08 08:11
on 2023/06/08 08:11
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 - 213-JoyfulJourneys1 +199 - Home Improvements - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. CarlijnKokkeler1 +XWiki.ebakker - Content
-
... ... @@ -1,91 +1,57 @@ 1 1 {{container}} 2 -{{container layoutStyle="columns"}} 3 -((( 2 +{{container layoutStyle="columns"}}((( 4 4 [[image:Main.Images.Release Blog.WebHome@release-blog-intro.png]] 5 5 6 -**Hi there, eMagiz developers!** This release ....5 +**Hi there, eMagiz developers!** In the last few weeks, we have worked hard on improving various aspects of our home. Among others we have improved the logging, alerting, and security of our next-generation architecture. On top of that we have improved the inner workings of the store and the certificate management for those of us using the Event Streaming pattern. 7 7 8 -== **Pop-up Improvements** == 9 -//__Property releases__// 10 -When a new property release is created, this property release can now be viewed and deleted. 7 +== **Next generation improvements and bug fixes** == 11 11 12 -[[image:Main.Images.Release Blog.WebHome@release-blog-213-joyful-journeys-property-release.png]] 9 +//__Enhanced overview of the HTTP Statistics__// 10 +As of now all resources that have been called atleast once since deploying them will now show up in the left-bottom graph of the HTTP Statistics. This will make it easier to see whether a particular operation was called within a timeframe. On top of that it makes comparing data on various operations easier. In here you can also filter on one (by pressing the + icon) or more by clicking on the filter icon. In case you want to sort the table in a different manner you can click on the name of the column on which you want to sort. 13 13 14 -//__Runtime deletion__//15 - Whendeletingaruntime,the errormessagethatis displayedis moredescriptive. The error messageswill now include the namesof theflowsthatrun onthe container.12 +//__Reason why runtime cannot start is now in the vast majority of cases reported back__// 13 +In this release, we have improved the way we report failures during startup of runtimes. This will ensure that it becomes much easier to pinpoint what went wrong upon startup. 16 16 17 -//__Wiretap & debug error messages__// 18 -The error messages that may be displayed when using wiretaps and the debugger have been improved, these are now more user friendly. 15 +{{info}}Note that this fix is part of a new runtime image for the next-generation runtimes. The release notes of this can be found [[here>>doc:Main.Release Information.Runtime Images.WebHome||target="blank"]]{{/info}} 19 19 20 -//__ Actionmessages__//21 -T he formattingof action messagesregardingchangesinretentionbytes/hourshas beenimproved.The actionmessagewillnow displaythecorrect,actualbehaviour.17 +//__Forced congestion control__// 18 +To reduce the number of repeating mails within a 10 minute window we have now forced congestion control on all alerts generated via the platform. 22 22 23 -== **User Journey** == 24 -//__Update flows__// 25 -In Create > Resources, a button "Update flows" has been added to update versions of all flows in which a resource is used. 20 +//__Unused images are cleaned up__// 21 +This release improves the way in which images are kept. To avoid a lot of old and unused images on our systems and our systems we now (on default) cleanup old images that are not used anymore. Should you wish to keep the images and manually remove them on your own server you can deactivate this behavior per "Deploy machine" step in your deployment plan. 26 26 27 -//__Input fields__// 28 -Multiple input fields have been updated such that they expand when the amount of characters exceeds the default size. These updates were done to cater to large expressions. 23 +== **Store Improvements** == 29 29 30 -//__ UIimprovements__//31 - UIimprovementsforstaticinputcomponents havebeen done andthetooltipforoptional/requiredtoggleshasbeen improved.25 +//__Improved importing behavior for specific use cases__// 26 +Before, it could happen that a certain placeholder that contained an asterisk were imported incorrectly. This has now been fixed to ensure that the correct import behavior is experienced by our users. 32 32 33 -//__ Q&Aforumsearch__//34 - Theoptiontosearchbypressing theEnterkeyhasbeenaddedto theQ&A forum.28 +//__Fixed bug in creating a message mapping on top of an imported system message__// 29 +It is now possbile to create a message mapping to an imported system message from the store. 35 35 36 -== ** FeedbackItems** ==31 +== **Event Streaming - Certificate Management** == 37 37 38 -//__ Memorysettings__//39 - It is nowpossibletochange thememory settingsof acontainerbeforepressing"Applyto environment".Before,it wasonly possible to viewthememory settingsifa containerwasrunningonAWSorrunningonadockermachine.33 +//__Expired certification notification__// 34 +As of now we have functionality in place that will inform you (and us) when a client certificate of an Event Streaming user is going to expire within the upcoming three months. This way you can take action early on and report back that the update was succesfull so we can revoke the expiring client certificate accordingly. If you want specific information on this please reach out to us at [[productmanagement@emagiz.com>>mailto:academy@emagiz.com]]. 40 40 41 -//__Runtime validation__// 42 -Validation for runtimes that are moved from on premises to the cloud or vice versa has been improved. 43 - 44 -//__Runtime overview image versions__// 45 -Insight into invented and actual deployments has been improved. If the release version number on runtimes is different compared with the release, this is shown in the runtime overview. 46 - 47 -== **Bug Fixes** == 48 - 49 -//__Removal of onramp__// 50 -We fixed an issue where it was not possible to remove the last onramp linked to a splitted entry (that was an all-entry before). 51 - 52 -//__Component changes reversion__// 53 -In the flow designer a bug could occur where the changes to a component would be reverted if the editing pop-up would be kept open for some minutes without having saved the changes yet. This has been fixed. 54 - 55 -//__State generation statistics__// 56 -The state generation graphs will now show the correct number of cache hits and misses. 57 - 58 -//__Runtime statistics details__// 59 -We fixed an issue where heap memory usage data was accumulating when zooming out in the runtime statistics details dashboards. 60 - 61 -//__Queue browser timestamps__// 62 -All timestamp formatting in the queue browser is now aligned to yyyy-MM-dd HH:mm:ss.SSS. 63 - 64 -//__Deployment prechecks__// 65 -During deployments prechecks will be done on runtimes that still have to be deployed from deploy architecture. 66 - 67 -//__Addition and deletion of internal recipients__// 68 -Internal recipients are now added and deleted correctly. Before, an internal recipient could be added and thereafter deleted automatically when refreshing the page. 69 - 70 70 == **Fancy Forum Answers** == 71 71 72 72 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: 73 73 74 -* [[What is the eMagiz control tower?>>https://my.emagiz.com/p/question/172825635703696612||target="blank"]] 75 -* [[Deleting connector without flows gives error>>https://my.emagiz.com/p/question/172825635703696657]] 76 -* [[How to use a flowtest with path properties>>https://my.emagiz.com/p/question/172825635703696835||target="blank"]] 40 +* [[OpenAPI import for API Gateway system response throws error>>https://my.emagiz.com/p/question/172825635703466150||target="blank"]] 41 +* [[Api GW won't boot after adding integration>>https://my.emagiz.com/p/question/172825635703479151||target="blank"]] 77 77 78 -== **Key Takeaways** ==43 +== **Key takeaways** == 79 79 80 -Thanks to all whohelped build and those who tested and gave feedback to improve the product. To end this post, here are some key takeaways for you:45 +Thanks to all that helped build and those who tested and gave feedback to improve the product. To end this post, here are some key takeaways for you: 81 81 82 82 * If you have questions surrounding our Program Increment Planning, please get in touch with [[productmanagement@emagiz.com>>mailto:academy@emagiz.com]] 83 83 * If you have feedback or ideas for us, talk to the Platypus 84 -* Please inform us of new additions to the store ([[productmanagement@emagiz.com>>mailto:academy@emagiz.com]]) so we can all benefit from these. 49 +* Please inform us of new additions to the store ([[productmanagement@emagiz.com>>mailto:academy@emagiz.com]]) so we can all benefit from these. 85 85 * Clear your browser cache (Ctrl + Shift + Del) 86 86 * Check out the release notes [here] 87 87 * Start thinking about how the license tracker can aid your development 88 88 * Start thinking about major, minor, and patch 54 +* Upgrade to the latest build number 89 89 * Keep making great integrations 90 90 91 91 Let's stay in touch and till next time! ... ... @@ -93,11 +93,6 @@ 93 93 {{info}} 94 94 ~* Indicates a Beta feature. If you would like to get access to this beta feature, please contact [[productmanagement@emagiz.com>>mailto:academy@emagiz.com]] 95 95 96 -{{/info}} 97 -))) 98 - 99 -((( 100 -{{toc/}} 101 -))) 62 +~*~* Indicates a GEN3-only feature. 63 +{{/info}})))((({{toc/}}))){{/container}} 102 102 {{/container}} 103 -{{/container}}