Changes for page 208 - Controlled State
Last modified by CarlijnKokkeler on 2024/04/18 13:10
From version 268.1
edited by CarlijnKokkeler
on 2023/11/20 16:21
on 2023/11/20 16:21
Change comment:
There is no comment for this version
To version 56.1
edited by Erik Bakker
on 2022/12/06 14:58
on 2022/12/06 14:58
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 - 208 -Controlled State1 +189 - Private Eye - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. CarlijnKokkeler1 +XWiki.ebakker - Content
-
... ... @@ -2,68 +2,79 @@ 2 2 {{container layoutStyle="columns"}}((( 3 3 [[image:Main.Images.Release Blog.WebHome@release-blog-intro.png]] 4 4 5 -**Hi there, eMagiz developers!** Wehavedonemuchwork toimprove the functionalityof ourstate-generationsolutionsothat you can haveabetteroverview of itsimplementationinyourenvironment.Nexttothemonitoringforthe stategeneration implementationinyour model,severalfeedbackitemsrevolvingarounduserinterfacingcomponentsinour platformthatcanimprove theuser experiencearealso released.Lastly, someperformanceimprovements and bugfixeshavealsobeenimplemented.5 +**Hi there, eMagiz developers!** Our release of the Private store functionality characterizes this release. This functionality allows some users to export content to a private store that is only accessible within the company and could be published to the public store of eMagiz. On top of that, we resolved some of the limitations on the 3rd generation runtime. Furthermore, some minor fixes and beta features will be released to the community. 6 6 7 -{{warning}}State generation functionality is only accessible for models with an add-on state generation license.{{/warning}} 7 +== **Private Store** == 8 +On top of our general store, in which eMagiz currently publishes Store content relevant to both the Design and Create phases of eMagiz, we have added the private store functionality. This store works precisely the same as the general store. However, only users belonging to the same company as the exporter can import the store content (after it is approved). 8 8 9 - == **StateGeneration-Manage overview~*~***==10 +{{warning}}Other users can see the store content but are not able to import the store content. They will be notified to them when they try to do so.{{/warning}} 10 10 11 -The following page has been added: 12 -* State generation statistics: Contains the statistics for state generation implementation in your model. The navigation to this page can be found under Manage->Monitoring page. This page provides you with graphs that explain the retrieve latency, cache size, and successful and failed retrieves, which are coming from flows using state generation components. **Note** that this menu will only show for models that have the add-on license for state generation. 12 +== **3rd generation runtime bolstering** == 13 13 14 - [[image:Main.Images.Release Blog.WebHome@release-blog-next-gen-default.jpg]]14 +This release will introduce various improvements for our 3rd generation runtime. Below you will find the most noteworthy enhancements we made to the 3rd generation runtime and its interaction with the portal. 15 15 16 -== **Feedback Items** == 16 +//__SOAP and REST web services migration including splitting them__// 17 +With this release, we have released the migration process that will allow you to migrate SOAP and REST web services to the 3rd generation runtime and at the same time you can directly split the all-entry to get rid of that construction alltogether. A specific migration path for this will be published in the documentation portal. 17 17 18 -//__ Improvedinformationonremoving a releaseversion__//19 - Usersare nowinformed withmore comprehensive informationaboutwhy removingarelease version thatis still active onallenvironments(i.e., Test,Acceptance,andProduction)fails.Users arenow informedinwhich environment(s)andinwhich runtime(s)that the releaseversionunderdeletionis stillrunning.19 +//__Changing SSL settings for 3rd generation runtime models works__// 20 +As with the current runtime architecture, you can now also change the SSL settings if needed for a model running in the 3rd generation runtime. 20 20 21 -//__ Widerandexpandablefields forXPathexpressions__//22 - Input fieldsforXPathexpressionslocatedinthe Createphaseare nowmade widerandalsocapableofexpandingwhenthe expressionregisteredbytheuseristoolong.22 +//__Improved migration for JMS flows__// 23 +This release will improve the migration of JMS flows when migrating to the 3rd generation runtime. 23 23 24 -//__Old images cleanup mechanism__// 25 -We implemented a functionality that removes related unused images upon removal of a release version for on-premises machines. This prevents eMagiz from taking resources from the customer’s machine due to the unattended old images. 25 +{{warning}}If you already migrated your JMS flow you should execute a "Reset" action on JMS level to get these changes in your model{{/warning}} 26 26 27 -//__ Consistent toggleswitches__//28 - Inthis release,wehaveupdatedallinstancesof thetoggleswitchto haveamoreconsistentperformance andlook&feelthroughouttheplatform.27 +//__Removed the ability to add "Debug components" to a flow running in the 3rd generation runtime architecture__// 28 +As of this release, you cannot add debug components anymore on a flow that is already migrated to the 3rd generation runtime. This is because this functionality will not work in the 3rd generation runtime and would break your flow. 29 29 30 -//__Consistent triggers naming__// 31 -We noticed that Trigger types have a different name throughout the portal. Therefore, in this release, on the Manage - Alerting page, we have renamed the "Source" column to "Source trigger" so that we have a consistent naming. 32 - 33 -//__Search phrase__//~*~* 34 -We are now enabling users to search for log entries and error messages in the next-generation architecture models based on phrases containing two or more words, instead of only one word or the full sentence. This also means that the user can search for entries with distances of 2 or incomplete search phrases (e.g., “startin engine” to look for “starting servlet engine”). 35 - 36 -//__Improved image building performance__// 37 -We have implemented an improvement on the preparation step of the release at the beginning of the deployment, which leads to a faster deployment process. 38 - 39 -//__Default "errorChannel" on next-generation architecture migration__//~*~* 40 -During a migration of a model to the next-generation architecture, we have introduced a check now for flows that did not have custom error handling to set their error channel to "errorChannel" after the migration if the custom error handling is set to false. 41 - 42 -== **Bug Fixes** == 30 +//__Deployment plan is updated correctly when completly migrated to the 3rd generation runtime architecture__// 31 +We have fixed a bug that generated an incorrect default deployment plan once you were fully migrated to the 3rd generation runtime. 43 43 44 -//__Incorrect deployed containers__// 45 -A fix has been implemented to address the issue where older containers were deployed while it was shown that the new ones were deployed. This problem was caused by auto-healing that was triggered during a new deployment. 33 +== **Feedback items ** == 46 46 47 -//__Log messages in next-generation architecture models__//~*~* 48 -We have implemented an improvement in our infra components that is intended to reduce the occurrence of log messages failing to be sent in the next-generation architecture models. 35 +We have also solved other feedback items besides the flow designer's critical updates. 49 49 50 -//__ Randomstuckindeploymentplan execution__//51 -We a ddressed anissuewhere theexecutionof thedeploymentplanwouldoccasionallybecomestuckorhaltedunexpectedly.37 +//__Improved naming convention on Store related pages__// 38 +We have improved various display names to ensure that it is clear from the naming that store content can be implemented in all integration patterns. 52 52 40 +//__Press "Enter" to search on multiple pages__// 41 +In our Daemon Switch release, we added functionality that allowed you to press **Enter** to search on the property overview page. This release has added this functionality to many more pages across the portal. The complete list is as follows. 42 + 43 +* Deploy → Deployment Plan 44 +* Deploy → Properties → History 45 +* Deploy → User Management → Roles 46 +* Manage → Error Messages → Error Messages 47 +* Manage → Error Messages → Flows with Error Messages 48 +* Manage → Error Messages → Exceptions of Error Messages 49 +* Manage → Log Entries 50 +* Manage → Alerts 51 +* Manage → Triggers 52 +* Manage → Tags – Cant find (only Gen2) 53 +* Manage → Notifications 54 +* Manage → Notification Settings 55 +* Manage → Data Usage → History 56 +* Manage → Code mappings → All tabs 57 + 58 +== **Bug fixes ** == 59 + 60 +//__Loading problems of Deployment plan execution overview__// 61 +We have fixed a problem that could cause issues when trying to show the deployment plan execution overview after pressing the Deploy button in Deploy -> Releases. 62 + 53 53 == **Fancy Forum Answers** == 54 54 55 55 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: 56 56 57 -* [[(Very) large messages via eMagiz>>https://my.emagiz.com/p/question/172825635703645419||target="blank"]] 58 -* [[Existing integration sends message to onramp but they disappear before it reaches the routing>>https://my.emagiz.com/p/question/172825635703658192||target="blank"]] 67 +* [[Synchronous file pick-up>>https://my.emagiz.com/p/question/172825635703197660||target="blank"]] 68 +* [[Receiving e-mail via IMAP or POP3 - Set up>>https://my.emagiz.com/p/question/172825635703197881||target="blank"]] 69 +* [[Best way of Receiving and Sending Mail>>https://my.emagiz.com/p/question/172825635703210149||target="blank"]] 59 59 60 60 == **Key takeaways** == 61 61 62 -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:73 +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: 63 63 64 64 * If you have questions surrounding our Program Increment Planning, please get in touch with [[productmanagement@emagiz.com>>mailto:academy@emagiz.com]] 65 65 * If you have feedback or ideas for us, talk to the Platypus 66 -* Please inform us of new additions to the store ([[productmanagement@emagiz.com>>mailto:academy@emagiz.com]]) so we can all benefit from these. 77 +* Please inform us of new additions to the store ([[productmanagement@emagiz.com>>mailto:academy@emagiz.com]]) so we can all benefit from these. 67 67 * Clear your browser cache (Ctrl + Shift + Del) 68 68 * Check out the release notes [here] 69 69 * Start thinking about how the license tracker can aid your development ... ... @@ -74,6 +74,8 @@ 74 74 Let's stay in touch and till next time! 75 75 76 76 {{info}} 77 -~*~* Indicates a next-generation-architecture only feature. 88 +~* Indicates a Beta feature. If you would like to get access to this beta feature, please contact [[productmanagement@emagiz.com>>mailto:academy@emagiz.com]] 89 + 90 +~*~* Indicates a GEN3-only feature. 78 78 {{/info}})))((({{toc/}}))){{/container}} 79 79 {{/container}}