Changes for page 207 - Aligned State
Last modified by Carlijn Kokkeler on 2024/04/18 13:10
From version 86.1
edited by eMagiz
on 2023/02/28 11:57
on 2023/02/28 11:57
Change comment:
There is no comment for this version
To version 153.1
edited by Erik Bakker
on 2023/09/15 15:04
on 2023/09/15 15:04
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 - 193-FanOut1 +205 - World Explorers - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki.e Magiz1 +XWiki.ebakker - Content
-
... ... @@ -2,79 +2,58 @@ 2 2 {{container layoutStyle="columns"}}((( 3 3 [[image:Main.Images.Release Blog.WebHome@release-blog-intro.png]] 4 4 5 -**Hi there, eMagiz developers!** In thelast couple of weeks, weworkedhardAPI improvementsand 3rdgenerationimprovementsfor you alltosee.AmongsttheAPI improvementswe nowintroducethe optiontodefineREST/XMLstructuresinyourAPI gateway foryourAPIcallersto call.This bringsmoreoptions to theuser community insettingup the API Gateway structure inaccordance withtheneedsand desiresof the client. On top of that we have releasedseveral3rdgenerationimprovements. Amongstthese we willadd WS-Securityfunctionalityto theruntimeand improvements on viewingrelease properties.Furthermorewehavereleasednew cloud templatestoimprovesecurity inourcurrent runtimeand improvethe auto-healingfor 3rd generationruntime cloud slots. Last butnot least wereleasethe firstadaptation of "Stategeneration"thatcan be implementedwith theelpofusin yourodel. Inhe upcoming montswe will gatherfeedback fromactualclient cases andimprove on this functionality.5 +**Hi there, eMagiz developers!** We have processed additional feedback on the Manage phase to ensure you can more easily create overviews of your statistics, displaying all information correctly and improving the migration process to the next-generation architecture in the Create phase slightly. On top of that, we have improved the scalability of our new generation monitoring stack and the alerting structure. We will also release a new cloud template for our next-generation infrastructure to comply with technical requirements from our cloud provider. 6 6 7 -== ** REST XML forAPIGateway** ==7 +== **Mandatory Cloud Template Upgrade - Next-generation models ** == 8 8 9 - {{warning}}Notethat adecisionds tobe madeto selectXMLorJSONasdefaultformatforlyour operationshostedinyourAPI Gateway.{{/warning}}9 +As can be seen on our [[status page>>https://status.emagiz.com/incidents/dbh6g9w3ks7q||target="blank"]], we will release a new cloud template for our next-generation models (both single and double lane) that will change a configuration in these templates to comply with technical and operational requirements from our cloud provider. The announcement of the status page itself holds more detail for those to whom it pertains. 10 10 11 - Toenhanceyour options whendeveloping an API gateway that canbe called by others we now introducethe option to select XML as the default message format on your APIGateway pattern. You can do this under Design -> Settings -> API Management. In here you canselectand edit the settings.11 +== **Feedback Items** == 12 12 13 -[[image:Main.Images.Release Blog.WebHome@193-release-blog--rest-xml-default-setting.png]] 13 +//__Improved Validation when migrating to the next-generation architecture__// 14 +To improve the migration process to the next-generation architecture, we now show a list of all reported problems, allowing the user to resolve them before migrating to the next-generation architecture. 14 14 15 - Every operationmade afterthis decision will defaultto XML (or JSONwhich is still thedefault). Should you wanttosupportJSONonsomeoperationsand XMLon othersyoucan selectdefaultandmanuallycorrectthe mediaType forherequests and responsesto which it matters.16 +{{info}}Note that when no problem is found, the migration process of that runtime will start automatically.{{/info}} 16 16 17 -[[image:Main.Images.Release Blog.WebHome@193-release-blog--rest-xml-change-media-type-setting.png]] 18 +//__Improved HTTP Statistics__// 19 +To improve the filtering and refresh functionality we offer on this overview, we have made several changes in this release that will improve the behavior of this overview. 18 18 19 -==**Cloud Template update** == 20 - 21 -===Cloud Template R23 - Single Lane === 21 +//__Show values on the runtime level in Deploy Architecture__// 22 +We have improved the values shown on the runtime (i.e., container) level in Deploy Architecture so you can better assess whether the memory configuration is still suitable for your deployed solution. 22 22 23 -This release introduces a new cloud template for all our customers running in a single-lane setup in the 2nd generation runtime. This cloud template will update some specific security settings on these cloud slots. The complete release notes on the cloud template can be found [[here>>doc:Main.Release Information.Cloud Templates.WebHome||target="blank"]] 24 +{{info}}To get to the values we use different calculation methods per type of runtime, as certain runtime types have various reasons for existence. 25 +* JMS - The number of queues in the active release. 26 +* Messaging Container - The number of messaging integrations in the active release. 27 +* Messaging Connector - The number of messaging integrations related to this system in the active release. 28 +* API Gateway Container - The number of operations in the active release. 29 +* Event Streaming Container - The number of event processors in the active release. 24 24 25 - ===CloudTemplateR6-SingleLane===31 +There might be multi-tenant and multi-runtime situations that do not always get to the exact number; however, this is a great improvement compared to showing no values.{{/info}} 26 26 27 - Thisrelease introduces a new cloud template for all our customers running in a single-lanesetupin the 3rd generation runtime. This cloud template will improve the auto-healing functionality of these cloud slots. The complete release notes on the cloud template can be found [[here>>doc:Main.Release Information.Cloud Templates.WebHome||target="blank"]]33 +== **Bug Fixes** == 28 28 29 -===Cloud Template R6 - Double Lane=== 35 +//__Gain the ability again to configure certificates in Deploy Architecture again__// 36 +In restricting the configuration options on the certificate level in one of our latter releases, it became impossible for normal users to add and edit certificates within Deploy Architecture. To resolve this problem we have now released a fix to resolve this issue, giving people the ability again to add and edit certificates under Deploy Architecture. 30 30 31 -This release introduces a new cloud template for all our customers running in a double-lane setup in the 3rd generation runtime. This cloud template will improve the auto-healing functionality of these cloud slots. The complete release notes on the cloud template can be found [[here>>doc:Main.Release Information.Cloud Templates.WebHome||target="blank"]] 38 +//__Ensure that differing container configurations deploy the correct configuration__// 39 +When you run in a multi-runtime configuration and change the actual flows that need to run on container A vs. container B, it happened before that all flows were still being deployed on all runtimes. With this release, we will feed this information correctly to our infrastructure to ensure the correct and configured flows are deployed on the proper containers. 32 32 33 -== **WS-Security on the 3rd generation runtime** ~*~* == 41 +//__Remove queurying options in Manage__// 42 +To avoid errors and loading problems when analyzing your statistics in Manage, we have removed the option to select a default time range spanning more than seven days. This is to guarantee the stability of the solution and to avoid users getting unnecessary errors. 34 34 35 -To further improve our offering on the 3rd generation runtime we now also have added the necessary functionality to allow you to call SOAP endpoints while utilizing WS-Security as well as securing your hosted SOAP endpoint through WS-Security protocols. 36 - 37 -== **State Generation ~*~* == 38 - 39 -With this release we introduce our first "State Generation" functionality to our user community. After rigorous internal testing and use we have now made a stride to also make it available to the user community on specific use case. In the following months we will gather feedback on this to further improve and release it in a simpler and more user friendly way to the user community. 40 - 41 -{{info}}Should you be interested in this functionality or want to learn more please contact us at productmanagement@emagiz.com{{/info}} 42 - 43 -== **Feedback items ** == 44 - 45 -//__Removed OData as option for an API Gateway operation__// 46 -With this release, we have removed the OData operation option as it was not used and was not fully supported anymore by the platform. 47 - 48 -//__Changes in API Gateway operation paths is automatically updated in Create__// 49 -When you change your path on a hosted API Gateway we will now automatically update the accompanying component in your Create (all-)entry. 50 - 51 -{{warning}}Make sure to check the changes and create a new version afterward to deploy the changes.{{/warning}} 52 - 53 -== **Bug fixes ** == 54 - 55 -//__Prevent endless loop in Deploy -> User Management__// 56 -With this release, we have changed the way we update properties when user management is updated for an API gateway using the API Key security mechanisms. This will prevent the endless loop that could now happen on occasion. 57 - 58 -{{warning}}Any operation that is incorrectly deleted from Deploy while still end up in the logic and could cause issue so pay attention when removing API Gateway operations.{{/warning}} 59 - 60 -//__Update error handling during migration to the 3rd generation runtime__// 61 -As of now the error handling of all flows is correctly updated whilst migrating to the 3rd generation runtime configuration. 62 - 63 63 == **Fancy Forum Answers** == 64 64 65 65 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: 66 66 67 -* [[Access Spring ApplicationContext within Groovy Script>>https://my.emagiz.com/p/question/172825635703325469||target="blank"]] 68 -* [[Configuration problem: Failed to locate '$autoCreateChannelCandidates'>>https://my.emagiz.com/p/question/172825635703312551||target="blank"]] 69 -* [[503 on SOAP Webservice hosted in eMagiz>>https://my.emagiz.com/p/question/172825635703325386||target="blank"]] 48 +* [[Getting files from subfolders (FTP)>>https://my.emagiz.com/p/question/172825635703568575||target="blank"]] 70 70 71 71 == **Key takeaways** == 72 72 73 -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:52 +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: 74 74 75 75 * If you have questions surrounding our Program Increment Planning, please get in touch with [[productmanagement@emagiz.com>>mailto:academy@emagiz.com]] 76 76 * If you have feedback or ideas for us, talk to the Platypus 77 -* Please inform us of new additions to the store ([[productmanagement@emagiz.com>>mailto:academy@emagiz.com]]) so we can all benefit from these. 56 +* Please inform us of new additions to the store ([[productmanagement@emagiz.com>>mailto:academy@emagiz.com]]) so we can all benefit from these. 78 78 * Clear your browser cache (Ctrl + Shift + Del) 79 79 * Check out the release notes [here] 80 80 * Start thinking about how the license tracker can aid your development ... ... @@ -87,6 +87,6 @@ 87 87 {{info}} 88 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 89 90 -~*~* Indicates a GEN3-only feature.69 +~*~* Indicates a next-generation-architecture only feature. 91 91 {{/info}})))((({{toc/}}))){{/container}} 92 92 {{/container}}