Changes for page 207 - Aligned State
Last modified by Carlijn Kokkeler on 2024/04/18 13:10
From version 84.1
edited by Erik Bakker
on 2023/02/27 16:23
on 2023/02/27 16:23
Change comment:
There is no comment for this version
To version 154.1
edited by Carlijn Kokkeler
on 2023/10/10 13:41
on 2023/10/10 13:41
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 +206 - Situational Deployment - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. ebakker1 +XWiki.CarlijnKokkeler - Content
-
... ... @@ -2,77 +2,55 @@ 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 the last coupleofweeks, weworkedhard on API improvementsand3rd generationimprovementsfor you all to see. Amongst the API improvements we now introduce theoption to define REST/XML structuresin your API gatewayforyour API callersto call. This brings moreoptions to the user communityin setting upthe API Gatewaystructurein accordance with the needs and desires of the client. On top of that we have released several3rd generation improvements.Amongst these we will add WS-Securityfunctionality to the runtimeand improvementsonviewing release properties.Furthermorewe havereleased new cloudtemplates to improvesecurityin our currentruntimeand improvethe auto-healingfor3rd generation runtimecloud slots. Last but not least wereleasethe firstadaptationof "Stategeneration"thatcan be implemented with the help of us in yourmodel.Inthe upcoming montswewill gatherfeedback from actualclient cases andimproveon this functionality.5 +**Hi there, eMagiz developers!** In the last few weeks, we have done much work for the Deploy phase. On top of that, we have worked on several store functionalities. Next to this, we have several smaller feedback items from our hackathon efforts that are now released to you. 6 6 7 -== ** REST XML forAPI Gateway**~*~*==7 +== **Deployment Plan** == 8 8 9 -{{warning}}Note that a decision needs to be made to select XML or JSON as default format for all your operations hosted in your API Gateway.{{/warning}} 9 +//__Improved deployment plan to make the process better and more predictable__// 10 +The algorithm for genarating a default deployment plan is improved to keep jms downtime and alerting to a minimum. Next to this, the start/stop/restart machine deployment steps are now also executed correctly for aws and on-premises machines. 10 10 11 -To enhance your options when developing an API gateway that can be called by others we now introduce the option to select XML as the default message format on your API Gateway pattern. You can do this under Design -> Settings -> API Management. In here you can select and edit the settings. 12 +//__Editing release properties__// 13 +With this release, it will be possible to change the description of a property by editing the property. 12 12 13 -[[image:Main.Images.Release Blog.WebHome@193-release-blog--rest-xml-default-setting.png]] 14 14 15 -Every operation made after this decision will default to XML (or JSON which is still the default). Should you want to support JSON on some operations and XML on others you can select a default and manually correct the mediaType for the requests and responses to which it matters. 16 + 17 + 18 +== **Store Improvements** == 19 + 16 16 17 - [[image:Main.Images.ReleaseBlog.WebHome@193-release-blog--rest-xml-change-media-type-setting.png]]21 +== **Feedback Items** == 18 18 19 -==**Cloud Template R23 - Single Lane** == 23 +//__Alerting manual pause__// 24 +A few releases ago we changed the behavior of alerting in the deployment plan. Now each time when a deployment plan is executed the alerting will be automatically re-enabled when the deployer closes the deployment plan or closes the web browser. The majority of the users are happy with the new behavior, but there are some use cases that you do not want start the alerting immediately. With this release, if alerting has been paused manually, this will not be activated automatically after a release deployment. 20 20 21 -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"]] 26 +//__Ordering of graphs in Manage__// 27 +The graphs in Manage are now ordered according to importance. This means that runtime statistics are sorted by "Process CPU usage" (highest first), queue statistics are sorted by "Messages in queue" (highest first), and HTTP statistics are sorted by "Unsuccessful requests" (highest first). 22 22 23 -==**Cloud Template R6 - Single Lane** == 24 24 25 - 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"]]30 +== **Bug Fixes** == 26 26 27 -==**Cloud Template R6 - Double Lane** == 32 +//__Gain the ability again to configure certificates in Deploy Architecture again__// 33 +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. 28 28 29 -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"]] 35 +//__Ensure that differing container configurations deploy the correct configuration__// 36 +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. 30 30 31 -== **WS-Security on the 3rd generation runtime** ~*~* == 38 +//__Remove queurying options in Manage__// 39 +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. 32 32 33 -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. 34 - 35 -== **State Generation ~*~* == 36 - 37 -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. 38 - 39 -{{info}}Should you be interested in this functionality or want to learn more please contact us at productmanagement@emagiz.com{{/info}} 40 - 41 -== **Feedback items ** == 42 - 43 -//__Removed OData as option for an API Gateway operation__// 44 -With this release, we have removed the OData operation option as it was not used and was not fully supported anymore by the platform. 45 - 46 -//__Changes in API Gateway operation paths is automatically updated in Create__// 47 -When you change your path on a hosted API Gateway we will now automatically update the accompanying component in your Create (all-)entry. 48 - 49 -{{warning}}Make sure to check the changes and create a new version afterward to deploy the changes.{{/warning}} 50 - 51 -== **Bug fixes ** == 52 - 53 -//__Prevent endless loop in Deploy -> User Management__// 54 -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. 55 - 56 -{{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}} 57 - 58 -//__Update error handling during migration to the 3rd generation runtime__// 59 -As of now the error handling of all flows is correctly updated whilst migrating to the 3rd generation runtime configuration. 60 - 61 61 == **Fancy Forum Answers** == 62 62 63 63 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: 64 64 65 -* [[Access Spring ApplicationContext within Groovy Script>>https://my.emagiz.com/p/question/172825635703325469||target="blank"]] 66 -* [[Configuration problem: Failed to locate '$autoCreateChannelCandidates'>>https://my.emagiz.com/p/question/172825635703312551||target="blank"]] 67 -* [[503 on SOAP Webservice hosted in eMagiz>>https://my.emagiz.com/p/question/172825635703325386||target="blank"]] 45 +* [[Getting files from subfolders (FTP)>>https://my.emagiz.com/p/question/172825635703568575||target="blank"]] 68 68 69 69 == **Key takeaways** == 70 70 71 -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:49 +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: 72 72 73 73 * If you have questions surrounding our Program Increment Planning, please get in touch with [[productmanagement@emagiz.com>>mailto:academy@emagiz.com]] 74 74 * If you have feedback or ideas for us, talk to the Platypus 75 -* Please inform us of new additions to the store ([[productmanagement@emagiz.com>>mailto:academy@emagiz.com]]) so we can all benefit from these. 53 +* Please inform us of new additions to the store ([[productmanagement@emagiz.com>>mailto:academy@emagiz.com]]) so we can all benefit from these. 76 76 * Clear your browser cache (Ctrl + Shift + Del) 77 77 * Check out the release notes [here] 78 78 * Start thinking about how the license tracker can aid your development ... ... @@ -85,6 +85,6 @@ 85 85 {{info}} 86 86 ~* Indicates a Beta feature. If you would like to get access to this beta feature, please contact [[productmanagement@emagiz.com>>mailto:academy@emagiz.com]] 87 87 88 -~*~* Indicates a GEN3-only feature.66 +~*~* Indicates a next-generation-architecture only feature. 89 89 {{/info}})))((({{toc/}}))){{/container}} 90 90 {{/container}}