Changes for page 214 - System Symphony
Last modified by Carlijn Kokkeler on 2024/04/18 13:06
From version 115.1
edited by Erik Bakker
on 2023/05/09 13:42
on 2023/05/09 13:42
Change comment:
There is no comment for this version
To version 361.1
edited by Carlijn Kokkeler
on 2024/01/29 14:48
on 2024/01/29 14:48
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 97-PayAttention1 +213 - Joyful Journeys - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. ebakker1 +XWiki.CarlijnKokkeler - Content
-
... ... @@ -1,68 +1,94 @@ 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 worked hard onimproving our next-generation architecture and introduced alerting functionality on top of our eventstreamingpattern based on user feedback. Furthermore, severalsmaller feedback itemsand bugs havebeen resolved with this release.So without further ado, let us dive into all we have to offer.6 +**Hi there, eMagiz developers!** This release .... 6 6 7 -== **Event streaming alerting** == 8 +== **Pop-up Improvements** == 9 +//__Property releases__// 10 +When a new property release is created, this property release can now be viewed and deleted. 8 8 9 - This release expands our alertingfunctionality into theevent streaming pattern. Asof now, onenew "static" alert hasbeenintroduced for all clients (using event streaming), and two "dynamic" alerts haveeen introduced that youcan configureourself ifthereisaneed for it.12 +[[image:Main.Images.Release Blog.WebHome@release-blog-213-joyful-journeys-property-release.png]] 10 10 11 -The "static" alert we have added raises an alert (and a subsequent email) when the actual topic size crosses the threshold of 80% of the configured maximum retention size on a topic. This alert provides insights into whether messages on it are deleted due to a size or time constraint. In cases where data is deleted, the topic was too full way before the messages should have been removed due to the retention hours constraint. This alert can indicate that messages might be deleted before consumer groups had the option to consume the messages. 14 +//__Runtime deletion__// 15 +When deleting a runtime, the error message that is displayed is more descriptive. The error messages will now include the names of the flows that run on the container. 12 12 13 -The two "dynamic" alerts we have added mimic the alerting on the queue level we already offer to the community. 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. 14 14 15 -[[image:Main.Images.Release Blog.WebHome@197-release-blog--new-alerting-options.png]] 20 +//__Action messages__// 21 +The formatting of action messages regarding changes in retention bytes/hours has been improved. The action message will now display the correct, actual behaviour. 16 16 17 - Thefirst new "dynamic"alertallows youto raise analert once the number of messagesonone (or more topics) isless than a certain number per defined time unit. So, for example, you can configure analert once the number of messages placed onatopic called "Exception" isless than 15 messages within 5 minutes.23 +== **Formatting & Alignments** == 18 18 19 -[[image:Main.Images.Release Blog.WebHome@197-release-blog--alert-config-example.png]] 25 +//__Input fields__// 26 +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. 20 20 21 -The second new "dynamic" alert allows you to raise an alert once one (or more) consumer groups are more than X messages behind on one or more topics. The configuration of this is comparable to what we saw before. 28 +//__UI improvements__// 29 +UI improvements for static input components have been done and the tooltip for optional/required toggles has been improved. 22 22 23 -For more information on the generic way of working surrounding alerting, please check out this [[microlearning>>doc:Main.eMagiz Academy.Microlearnings.Crash Course.Crash Course Platform.crashcourse-platform-manage-alerting-gen3||target="blank"]] and this [[microlearning>>doc:Main.eMagiz Academy.Microlearnings.Novice.Alerting.novice-alerting-dynamic-alerting.WebHome||target="blank"]]. 31 +//__Runtime overview image versions__// 32 +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. 24 24 25 -== **3rd generation improvements** == 34 +//__Component changes reversion__// 35 +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. 26 26 27 -//__ Increasedgraceperiodforshutdown__//28 - In this release,we haveincreased a container'sgraceperiod to shutdown beforeit is forcefullyshut down.Thisshouldreducethechance ofunwantedfailover behavior withinyourmodel.37 +//__State generation statistics__// 38 +The state generation graphs will now show the correct number of cache hits and misses. 29 29 30 -//__ Updateat once ornot__//31 - This releasefixesand re-introduces the optiontoexecute yourctionson the eMagiz perzone orall atoncewhenrunningin adouble-laneDockersetup.40 +//__Queue browser timestamps__// 41 +All timestamp formatting in the queue browser is now aligned to yyyy-MM-dd HH:mm:ss.SSS. 32 32 33 -//__ Improveduser feedback while executinga deployment plan__//34 - This release introduces additionalfeedback to the userwhen the deploymentplan is executed.This isnoticeablewhenastepcannotbexecutedproperly.Thelevantinformationaboutwhy thiscannotbe executedis shown to theuser. This way,theycantake this informationandact uponit instead ofassumingeverything wentwell.43 +//__Addition and deletion of internal recipients__// 44 +Internal recipients are now added and deleted correctly. Before, an internal recipient could be added and thereafter deleted automatically when refreshing the page. 35 35 36 -//__Improved auto-healing when running in a hybrid situation__// 37 -In situations where you run in a hybrid situation (i.e., partly next-gen and partly the current generation), we have improved the auto-healing functionality in case an "out of memory" appears on a runtime running in the current generation but on a next-generation architecture. 46 +== **Feedback Items** == 38 38 39 -== **Feedback items ** == 48 +//__Update flows__// 49 +In Create > Resources, a button "Update flows" has been added to update versions of all flows in which a resource is used. 40 40 41 -//__ Makesure the messageformatcan beviewed without "Start editing"__//42 - With thisrelease, we have ensured thatwhenyounavigateto Design-> Systemmessage,youcanseethemessageformat (i.e.,XML, JSON, or EDI) withoutentering the"StartEditing" mode.51 +//__Q&A forum search__// 52 +The option to search by pressing the Enter key has been added to the Q&A forum. 43 43 44 -//__ Various stylingimprovementsin theflowtestingfunctionality__//45 - Variousminorstyling improvementshave beenaddedto theflowtesting functionality to improveheoverall userexperience.Pleasecheckout thereleasenotes fora completelistandmoredetails.54 +//__Memory settings__// 55 +It is now possible to change the memory settings of a container before pressing "Apply to environment". Before, it was only possible to view the memory settings if a container was running on AWS or running on a docker machine. 46 46 57 +//__Runtime validation__// 58 +Validation for runtimes that are moved from on premises to the cloud or vice versa has been improved. 59 + 60 + 61 +== **Bug Fixes** == 62 + 63 +//__Removal of onramp__// 64 +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). 65 + 66 +//__Runtime statistics details__// 67 +We fixed an issue where heap memory usage data was accumulating when zooming out in the runtime statistics details dashboards. 68 + 69 +//__Deployment prechecks__// 70 +During deployments prechecks will be done on runtimes that still have to be deployed from deploy architecture. 71 + 72 + 47 47 == **Fancy Forum Answers** == 48 48 49 49 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: 50 50 51 -* [[Update Core01 without downtime?>>https://my.emagiz.com/p/question/172825635703427783||target="blank"]] 52 -* [["EDI" mapping?>>https://my.emagiz.com/p/question/172825635703440524||target="blank"]] 77 +* [[What is the eMagiz control tower?>>https://my.emagiz.com/p/question/172825635703696612||target="blank"]] 78 +* [[Deleting connector without flows gives error>>https://my.emagiz.com/p/question/172825635703696657]] 79 +* [[How to use a flowtest with path properties>>https://my.emagiz.com/p/question/172825635703696835||target="blank"]] 53 53 54 -== **Key takeaways** ==81 +== **Key Takeaways** == 55 55 56 -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:83 +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: 57 57 58 58 * If you have questions surrounding our Program Increment Planning, please get in touch with [[productmanagement@emagiz.com>>mailto:academy@emagiz.com]] 59 59 * If you have feedback or ideas for us, talk to the Platypus 60 -* Please inform us of new additions to the store ([[productmanagement@emagiz.com>>mailto:academy@emagiz.com]]) so we can all benefit from these. 87 +* Please inform us of new additions to the store ([[productmanagement@emagiz.com>>mailto:academy@emagiz.com]]) so we can all benefit from these. 61 61 * Clear your browser cache (Ctrl + Shift + Del) 62 62 * Check out the release notes [here] 63 63 * Start thinking about how the license tracker can aid your development 64 64 * Start thinking about major, minor, and patch 65 -* Upgrade to the latest build number 66 66 * Keep making great integrations 67 67 68 68 Let's stay in touch and till next time! ... ... @@ -70,6 +70,11 @@ 70 70 {{info}} 71 71 ~* Indicates a Beta feature. If you would like to get access to this beta feature, please contact [[productmanagement@emagiz.com>>mailto:academy@emagiz.com]] 72 72 73 -~*~* Indicates a GEN3-only feature. 74 -{{/info}})))((({{toc/}}))){{/container}} 99 +{{/info}} 100 +))) 101 + 102 +((( 103 +{{toc/}} 104 +))) 75 75 {{/container}} 106 +{{/container}}