Changes for page 212 - Failover Fiesta
Last modified by Carlijn Kokkeler on 2024/04/18 13:07
From version 88.1
edited by eMagiz
on 2023/02/28 13:18
on 2023/02/28 13:18
Change comment:
There is no comment for this version
To version 259.1
edited by Carlijn Kokkeler
on 2023/11/21 12:39
on 2023/11/21 12:39
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 +209 - Max Verstappen - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. eMagiz1 +XWiki.CarlijnKokkeler - Content
-
... ... @@ -1,82 +1,77 @@ 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 thelast couple of weeks, we workedhard on API improvementsand 3rd generation improvementsfor you allto see. Amongst theAPI improvements wenowintroducetheoption to define REST/XML structuresinyour API gatewayfor your API callersto call. Thisbrings moreoptionsto theuser community in setting up theAPI Gateway structureinaccordancewiththeneeds and desires oftheclient. On topofthatwe have releasedseveral3rd generationimprovements. Amongst thesewewilladdWS-Securityfunctionality to theruntimeand improvementsonviewing release properties.Furthermorewehaveeleasednewcloudtemplatesto improvesecurity inoururrent runtime andimprovethe auto-healing for3rdgenerationruntime cloudslots. Lastbutnotleastwerelease thefirst adaptationof "State generation"thatcan beimplemented with the help ofus in yourmodel.In the upcoming montswe willgatherfeedback from actualclient cases andimproveon thisfunctionality.6 +**Hi there, eMagiz developers!** We have improved the performance of our deployment plan, it should be finished much quicker now. Next to this, we have released new Docker Single Lane and Docker Double Lane cloud templates. Moreover, several feedback items have been processed and some bug fixes have been made. Lastly, as of this release, the next generation architecture will be our default. 6 6 7 -== **REST XML for API Gateway** == 8 +{{warning}} 9 +Please be aware that for this release, because of the duration of the deployment, we advise you to check your TEST and ACCP cloud slots status, since you might need to start them manually in case your model is using the automatic wake up functionality. For following releases we will set the automatic wake up time to 6:00 AM UTC instead of 5:00 AM UTC. 10 +{{/warning}} 8 8 9 - {{warning}}Notethat a decision needs to be made to select XML orJSON as default format for allyour operations hostedin your API Gateway.{{/warning}}12 +== **Quicker Deployment Plan** == 10 10 11 - Toenhanceyour optionswhendevelopinganAPI gatewaythatcanbecalledbyotherswenow introduce theoptiontoselectXMLasthedefault messageformatonyourAPIGatewaypattern.Youcando thisunderDesign-> Settings->API Management.In hereyoucanselect andeditthe settings.14 +We sped up the process of preparing runtime images in the deployment plan. The step in the deployment plan concerning the preparation of runtime images will now be executed more quickly and reliably. Moreover, we fixed an issue which caused the release preparation step to take longer than necessary and caused the machine deployment steps to execute when they could be skipped. So, the deployment plan will be finished much quicker now! 12 12 13 - [[image:Main.Images.ReleaseBlog.WebHome@193-release-blog--rest-xml-default-setting.png]]16 +== **Next Generation Architecture Default** == 14 14 15 - Every operation made afterthisdecision will default to XML (or JSON which isstill thedefault).Should you want to support JSON on someoperationsand XML on others youcan selecta defaultand manuallycorrectthemediaTypeortherequestsandresponsesto whichitmatters.18 +With this release, the next generation architecture will become the default. New models will use this generation as default. 16 16 17 -[[image:Main.Images.Release Blog.WebHome@ 193-release-blog--rest-xml-change-media-type-setting.png]]20 +[[image:Main.Images.Release Blog.WebHome@209-release-blog-next-gen-default.png]] 18 18 19 -==**Cloud Template update** ==22 +== **Cloud Template R11 Docker - Single Lane** == 20 20 21 -We have released several new Cloud templates which will be installed via the auto-upgrade settings of your model (or manually in case not set). 22 - 23 -====Cloud Template R23 - Single Lane ==== 24 +This release introduces a new cloud template for all our customers running in a single-lane setup on the next generation architecture. This cloud template introduces faster machine boot up and improved auto-healing. The complete release notes on the cloud template can be found [[here>>doc:Main.Release Information.Cloud Templates.R11 Docker - Single Lane.WebHome||target="blank"]]. 24 24 25 - Thisrelease introduces a new cloudtemplateforallourcustomersrunning in a single-lanesetup 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 canbe found [[here>>doc:Main.ReleaseInformation.Cloud Templates.WebHome||target="blank"]]26 +== **Cloud Template R13 Docker - Double Lane** == 26 26 27 - ====CloudTemplateR6-SingleLane ====28 +This release introduces a new cloud template for all our customers running in a double-lane setup on the next generation architecture. This cloud template introduces faster machine boot up and improved auto-healing. The complete release notes on the cloud template can be found [[here>>doc:Main.Release Information.Cloud Templates.R13 Docker - Double Lane.WebHome||target="blank"]]. 28 28 29 - Thisrelease introducesanewcloudtemplate for all our customers running in a single-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.ReleaseInformation.Cloud Templates.WebHome||target="blank"]]30 +== **Feedback Items** == 30 30 31 -====Cloud Template R6 - Double Lane==== 32 +//__Unused properties overview__// 33 +In Deploy > Releases, it is now possible to see all unused properties of an environment. This can be viewed by clicking the three dots in the Create phase section. Here it is also possible to quickly delete all or a selection of those unused properties. Unused properties are properties that are: 32 32 33 -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 +* Not used by any runtime that is in the Create phase release. 36 +* Not required by a flow that is in the Create phase release. 37 +* If used as nested property, none of its parent properties (checks recursively) are in the Create phase release. 34 34 35 -== **WS-Security on the 3rd generation runtime** ~*~* == 39 +//__Queue explorer milliseconds__// 40 +The queue browser now displays milliseconds in the timestamps. 36 36 37 -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. Please make sure to create a new release that will trigger the image creation process which will included this feature when necessary. 42 +//__Unused images__// 43 +When a release is removed, the related unused images in the on-premises machines will be removed as well. 38 38 39 -== **State Generation ~*~* == 45 +//__Carwash logging__// 46 +A new logging feature enabling us to make better choices in encryption standards will be released. 40 40 41 -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. 48 +//__Static alerts queue consumers__// 49 +Alerting will now only generate alerts for queues that are created and managed by the eMagiz JMS server. 42 42 43 - {{info}}Shouldyoubeinterestedin this functionality or want to learn more please contact us at productmanagement@emagiz.com{{/info}}51 +== **Bug Fixes** == 44 44 45 -== **Feedback items ** == 53 +//__Flow Designer connection line__// 54 +In the Flow Designer an issue has been fixed where the connection line for drawing channels did work well when scrolling or zooming in/out on the canvas. 46 46 47 -//__ Removed ODataas optionfor an API Gatewayoperation__//48 -W iththisrelease,wehaveremoved theODataoperationoptionasit was notusedandwasnot fullysupportedanymorebytheplatform.56 +//__Portal for migrated models__// 57 +We fixed a rare case where a runtime could not start, or logging, errors and metrics could not be seen in the portal for a model that had just migrated to the next generation architecture. 49 49 50 -//__ Changes inAPI Gatewayoperationpaths is automaticallyupdated inCreate__//51 -W henyou changeyourpathonahostedAPIGateway wewill nowautomaticallyupdate theaccompanyingcomponentin yourCreate(all-)entry.59 +//__Error channel inbounds__// 60 +We added a migration step, where we set the error channel to “errorChannel” of all inbounds in a flow if the custom error handling is set to false. Before, the error channel would be set to “errorChannel” only for the first inbound in an entry flow. 52 52 53 -{{warning}}Make sure to check the changes and create a new version afterward to deploy the changes.{{/warning}} 54 - 55 -== **Bug fixes ** == 56 - 57 -//__Prevent endless loop in Deploy -> User Management__// 58 -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. 59 - 60 -{{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}} 61 - 62 -//__Update error handling during migration to the 3rd generation runtime__// 63 -As of now the error handling of all flows is correctly updated whilst migrating to the 3rd generation runtime configuration. 64 - 65 65 == **Fancy Forum Answers** == 66 66 67 67 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: 68 68 69 -* [[Access Spring ApplicationContext within Groovy Script>>https://my.emagiz.com/p/question/172825635703325469||target="blank"]] 70 -* [[Configuration problem: Failed to locate '$autoCreateChannelCandidates'>>https://my.emagiz.com/p/question/172825635703312551||target="blank"]] 71 -* [[503 on SOAP Webservice hosted in eMagiz>>https://my.emagiz.com/p/question/172825635703325386||target="blank"]] 66 +* [[JSONPath in SpEL expressions>>https://my.emagiz.com/p/question/172825635703415034||target="blank"]] 72 72 73 73 == **Key takeaways** == 74 74 75 -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:70 +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: 76 76 77 77 * If you have questions surrounding our Program Increment Planning, please get in touch with [[productmanagement@emagiz.com>>mailto:academy@emagiz.com]] 78 78 * If you have feedback or ideas for us, talk to the Platypus 79 -* Please inform us of new additions to the store ([[productmanagement@emagiz.com>>mailto:academy@emagiz.com]]) so we can all benefit from these. 74 +* Please inform us of new additions to the store ([[productmanagement@emagiz.com>>mailto:academy@emagiz.com]]) so we can all benefit from these. 80 80 * Clear your browser cache (Ctrl + Shift + Del) 81 81 * Check out the release notes [here] 82 82 * Start thinking about how the license tracker can aid your development ... ... @@ -89,6 +89,12 @@ 89 89 {{info}} 90 90 ~* Indicates a Beta feature. If you would like to get access to this beta feature, please contact [[productmanagement@emagiz.com>>mailto:academy@emagiz.com]] 91 91 92 -~*~* Indicates a GEN3-only feature. 93 -{{/info}})))((({{toc/}}))){{/container}} 87 +~*~* Indicates a next-generation-architecture only feature. 88 +{{/info}} 89 +))) 90 + 91 +((( 92 +{{toc/}} 93 +))) 94 94 {{/container}} 95 +{{/container}}