Changes for page 212 - Failover Fiesta
Last modified by Carlijn Kokkeler on 2024/04/18 13:07
From version 58.1
edited by Erik Bakker
on 2023/01/18 08:57
on 2023/01/18 08:57
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 - 190 -FastForward1 +209 - Max Verstappen - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. ebakker1 +XWiki.CarlijnKokkeler - Content
-
... ... @@ -1,102 +1,83 @@ 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!** It has beena while since our last deployment on the 9th of December. As a result we havefinishedup a lot ofnewimprovements to our 3rd generation runtime offering and fixed a variety of annoying bugs as well as some small improvements.This release is characterized by the major steps we took to release several major features on our 3rd generation runtime among which are the queue browser and message redelivery functionality.6 +**Hi there, eMagiz developers!** We have done ..... 6 6 7 -== **Queue Browser** == 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 this functionality only works when yourJMS server is runningon the3rd generationruntime{{/warning}}12 +== **Quicker Deployment Plan** == 10 10 11 - Toenhancethe observability ofyourintegrationlandscape whilerunninginthe3rd generationruntimearchitecturewe haveadded anew featureto our Managephasecalled the"Queue browser". You can access this functionality via the"Explore"menuoptionin Manage. With the helpofthequeuebrowseryou can,asthe namesuggests,browseyourqueue.14 +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 deploynment plan will be finished much quicker now! 12 12 13 - Todo so, weoffertwooptions within this functionality. Wehave the Explore function and wehave the Wiretap function.When selecting a queue and opting forthe Explore option you get a live view of what data iscurrently present on the queue. When selectingtheWiretap functionality youautomatically wiretapyour queue and are presented with copies ofyouractualmessagethatpass through the queue from the moment you pressed the Wiretap button.16 +== **Next Generation Architecture Default** == 14 14 15 - [[image:Main.Images.ReleaseBlog.WebHome@190-release-blog--queue-browser-overview.png]]18 +With this release, the next generation architecture will become the default. New models will use this generation as default. 16 16 17 - After selecting the queueand choosingtheoption eMagiz will show you the list ofmessages(oldest first) that arecurrentlyon thequeue(Exploreoption) or that passed the queue since the moment you activateheoption(Wiretap option).For each message you have various options at your disposal.20 +[[image:Main.Images.Release Blog.WebHome@209-release-blog-next-gen-default.png]] 18 18 19 -* Delete the message from the queue (Explore option) 20 - ** This means throwing away live data which can be helpful in a test or acceptance environment where you inadvertedly put a lot of messages on a queue. 21 -* Clear message from the wiretap queue (Wiretap option) 22 - ** Once you are done with the analysis of a certain message in the wiretap functionality you can clear it from the overview so it does not clutter the view anymore 23 -* Refresh messages list (both options) 24 - ** By pressing this button you can refresh the list of messages that are displayed to you. Note that the list is sorted in such a way that the oldest messages are shown first 25 -* Save as test message 26 - ** By pressing this button you can save the message and use it in our flow testing functionality in Create. Note that we link the message to the corresponding flow if we can. Should we not be able to do so we link the message to your model so you can still use it in the flow testing functionality. 27 -* Download 28 - ** By pressing this button you can download the message and use it outside of the tooling should that be needed. 22 +== **Cloud Template R11 Docker - Single Lane** == 29 29 30 - [[image:Main.Images.ReleaseBlog.WebHome@190-release-blog--queue-browser-explore-overview.png]]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"]]. 31 31 32 -== ** 3rdgenerationruntimebolstering** ==26 +== **Cloud Template R13 Docker - Double Lane** == 33 33 34 -This release will introducevariousimprovementsfor our3rd generation runtime.Below youwillfind the most noteworthyenhancements wemade to the3rdgenerationruntimeand itsinteractionwith theportal.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"]]. 35 35 36 -//__SOAP and REST web services migration, including splitting them__// 37 -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. At the same time, you can directly split the all-entry to eliminate that construction. A specific migration path for this will be published in the documentation portal. 30 +== **Feedback Items** == 38 38 39 -//__ Changing SSLsettings for 3rdgenerationruntimemodelsworks__//40 - Aswiththecurrentruntime architecture,youcanchange theSSLsettings ifneededfor amodelrunninginthe3rdgenerationruntime.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: 41 41 42 -//__Improved migration for JMS flows__// 43 -This release will improve the migration of JMS flows when migrating to the 3rd generation runtime. 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. 44 44 45 -{{warning}}If you already migrated your JMS flow, you should execute a "Reset" action on the JMS level to get these changes in your model{{/warning}} 39 +//__Send build requests asynchronously__// 40 +The step in the deployment plan concerning the preparation of runtime images will now be executed more quickly and reliably. 46 46 47 -//__ Removedtheability to add "Debug components" to a flowrunning in the3rdgeneration runtimearchitecture__//48 - As of this release,youcan no longer add debugcomponentsona flowalready migrated to the 3rd generation runtime. Thisfunctionalitywillnotwork inthe3rd generation runtimend would break your flow.42 +//__Queue explorer milliseconds__// 43 +The queue browser now displays milliseconds in the timestamps. 49 49 50 -//__ Deployment planis updatedcorrectlywhencompletlymigratedtothe 3rdgeneration runtime architecture__//51 - Wehave fixeda bugthateneratedan incorrect defaultdeploymentplanonceyouwerefully migratedto the3rdgeneration runtime.45 +//__Cancel and next buttons order__// 46 +The order of the cancel and next buttons when creating a new trigger has been changed to increase alignment across the platform. Now, all cancel buttons are placed on the right of a 'next' or 'save' button. 52 52 53 -//__ Correct property generation for Event Streaming flowsusing the3rdgeneration runtimearchitecture__//54 -W iththisrelease,thepropertiesgeneratedfor Event Streamingflowsrunninginthe3rd generationuntimeare configuredcorrectly tomimicthe ones intheimage.48 +//__Unused images__// 49 +When a release is removed, the related unused images in the on-premises machines will be removed as well. 55 55 56 -//__ Added "Reset"functionality__//57 - Withthis release, anewfunctionality has been addedfor 3rd generationruntimes that allowsyou to combineseveral steps into oneaction,called "Resetruntime."Theeffectof this actionishe sameas it currentlyis in the legacy runtime.51 +//__Carwash logging__// 52 +A new logging feature enabling us to make better choices in encryption standards will be released. 58 58 59 -== **Feedback items ** == 54 +//__Static alerts queue consumers__// 55 +Alerting will now only generate alerts for queues that are created and managed by the eMagiz JMS server. 60 60 61 - Wehave also solved other feedback items besides the flow designer'scritical updates.57 +== **Bug Fixes** == 62 62 63 -//__ Improvednaming conventiononStorerelated pages__//64 - Wehaveimprovedvariousdisplaynamesusingthemergefunctionalitywithin our storeoffering.59 +//__Flow Designer connection line__// 60 +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. 65 65 66 -//__ Update security protocolsforourinternal architecture__//67 - Partsof ourinternalinfrastructure(i.e.,docs.emagiz.com)havebeenupdatedto adhere to thelatestsecuritystandards.62 +//__Portal for migrated models__// 63 +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. 68 68 69 -//__ Improvedread-only descriptionfor "if exists"constructionsinTransformations__//70 - Tomake itclearwhat the"ifexists"checkdoeswhilenotbeingin"StartEditing" mode,wehaveimprovedthedescription souserswithouteditrightsorwithoutwantingto enter the"StartEditing" modecanread andinterpretwhat the check does.65 +//__Error channel inbounds__// 66 +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. 71 71 72 - 73 -== **Bug fixes ** == 74 - 75 -//__Decent validation feedback when not filling in the property value__// 76 -We have fixed the validation feedback you get when not filling in the property value using the "Check properties" functionality. 77 - 78 -//__Incorrect resource locations__// 79 -We have fixed several instances where the resource location was not generated correctly in the 3rd generation runtime. 80 - 81 -//__Apply to environment in User Management performance improvement__// 82 -We have improved the performance of updating User Management on your environment. This way, the update functionality is more stable and faster. 83 - 84 84 == **Fancy Forum Answers** == 85 85 86 86 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: 87 87 88 -* [[Is eMagiz able to read XSD attributes>>https://my.emagiz.com/p/question/172825635703236146||target="blank"]] 89 -* [[Does eMagiz use ActiveMQ?>>https://my.emagiz.com/p/question/172825635703235780||target="blank"]] 90 -* [[Tool for test messages to eMagiz Queues>>https://my.emagiz.com/p/question/172825635703236227||target="blank"]] 91 -* [[How to Remove Cloud Container>>https://my.emagiz.com/p/question/172825635703236460||target="blank"]] 72 +* [[JSONPath in SpEL expressions>>https://my.emagiz.com/p/question/172825635703415034||target="blank"]] 92 92 93 93 == **Key takeaways** == 94 94 95 -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:76 +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: 96 96 97 97 * If you have questions surrounding our Program Increment Planning, please get in touch with [[productmanagement@emagiz.com>>mailto:academy@emagiz.com]] 98 98 * If you have feedback or ideas for us, talk to the Platypus 99 -* Please inform us of new additions to the store ([[productmanagement@emagiz.com>>mailto:academy@emagiz.com]]) so we can all benefit from these. 80 +* Please inform us of new additions to the store ([[productmanagement@emagiz.com>>mailto:academy@emagiz.com]]) so we can all benefit from these. 100 100 * Clear your browser cache (Ctrl + Shift + Del) 101 101 * Check out the release notes [here] 102 102 * Start thinking about how the license tracker can aid your development ... ... @@ -109,6 +109,12 @@ 109 109 {{info}} 110 110 ~* Indicates a Beta feature. If you would like to get access to this beta feature, please contact [[productmanagement@emagiz.com>>mailto:academy@emagiz.com]] 111 111 112 -~*~* Indicates a GEN3-only feature. 113 -{{/info}})))((({{toc/}}))){{/container}} 93 +~*~* Indicates a next-generation-architecture only feature. 94 +{{/info}} 95 +))) 96 + 97 +((( 98 +{{toc/}} 99 +))) 114 114 {{/container}} 101 +{{/container}}