Changes for page 212 - Failover Fiesta
Last modified by Carlijn Kokkeler on 2024/04/18 13:07
From version 59.1
edited by Erik Bakker
on 2023/01/18 09:06
on 2023/01/18 09:06
Change comment:
There is no comment for this version
To version 244.1
edited by Carlijn Kokkeler
on 2023/11/21 11:31
on 2023/11/21 11:31
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
-
... ... @@ -2,103 +2,78 @@ 2 2 {{container layoutStyle="columns"}}((( 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.5 +**Hi there, eMagiz developers!** We have done ..... 6 6 7 - ==**QueueBrowser**==7 +{{warning}}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 5:00 AM UTC. {{/warning}} 8 8 9 -{{warning}}Note that this functionality only works when your JMS server is running on the 3rd generation runtime{{/warning}} 9 +== **Next Generation Architecture Default** == 10 +With this release, the next generation architecture will become the default. New models will use this generation as default. 10 10 11 - To enhance the observability of your integration landscape while runningin the3rd generationruntimearchitecture we have added a new feature to our Managephasecalled the "Queue browser". You can access this functionality via the"Explore" menu option in Manage.ith thehelpof thequeuebrowser you can, astheamesuggests, browse your queue.12 +[[image:Main.Images.Release Blog.WebHome@release-blog-next-gen-default.png]] 12 12 13 -To do so, we offer two options within this functionality. We have the Explore function and we have the Wiretap function. When selecting a queue and opting for the Explore option you get a live view of what data is currently present on the queue. When selecting the Wiretap functionality you automatically wiretap your queue and are presented with copies of your actual message that pass through the queue from the moment you pressed the Wiretap button. 14 +== **Cloud Template R11 - Single Lane** == 15 +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 14 14 15 - [[image:Main.Images.ReleaseBlog.WebHome@190-release-blog--queue-browser-overview.png]]17 +== **Cloud Template R13 - Double Lane** == 16 16 17 -After selecting the queue and choosing the option eMagiz will show you the list of messages (oldest first) that are currently on the queue (Explore option) or that passed the queue since the moment you activate the option (Wiretap option). For each message you have various options at your disposal. 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. 20 +== **Feedback Items** == 29 29 30 -[[image:Main.Images.Release Blog.WebHome@190-release-blog--queue-browser-explore-overview.png]] 22 +//__Unused properties overview__// 23 +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: 24 +* Not used by any runtime that is in the Create phase release. 25 +* Not required by a flow that is in the Create phase release. 26 +* If used as nested property, none of its parent properties (checks recursively) are in the Create phase release. 31 31 32 -[[image:Main.Images.Release Blog.WebHome@190-release-blog--queue-browser-wiretap-overview.png]] 28 +//__Send build requests asynchronously__// 29 +The step in the deployment plan concerning the preparation of runtime images will now be executed more quickly and reliably. 33 33 34 -== **3rd generation runtime bolstering** == 31 +//__Queue explorer milliseconds__// 32 +The queue browser now displays milliseconds in the timestamps. 35 35 36 -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. 34 +//__Cancel and next buttons order__// 35 +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. 37 37 38 -//__ SOAP and REST webservicesmigration, includingsplitting them__//39 -W iththis release,we havereleasedthe migrationprocess that will allow you tomigrateSOAP andREST web servicesto the3rd generationruntime. At thesametime, you can directlysplittheall-entry toeliminatethat construction.A specificmigration pathfor this will bepublished in the documentationportal.37 +//__Unused images__// 38 +When a release is removed, the related unused images in the on-premises machines will be removed as well. 40 40 41 -//__C hanging SSLsettingsfor 3rdgenerationruntime models works__//42 -A swiththe currentruntimerchitecture,you canchangetheSSL settings ifneededfor amodelrunninginthe3rd generation runtime.40 +//__Carwash logging__// 41 +A new logging feature enabling us to make better choices in encryption standards will be released. 43 43 44 -//__ Improved migrationforJMSflows__//45 - This releasewillimprovethemigrationofJMSflowswhenmigratingtothe3rd generationruntime.43 +//__Static alerts queue consumers__// 44 +Alerting will now only generate alerts for queues that are created and managed by the eMagiz JMS server. 46 46 47 - {{warning}}Ifyoualready migratedyour JMS flow, you should execute a "Reset"action on the JMS level to get these changes in your model{{/warning}}46 +== **Bug Fixes** == 48 48 49 -//__ Removed theability to add "Debugcomponents"to a flowrunning in the3rd generation runtime architecture__//50 - Asofthis release,youcan no longer adddebugcomponents on a flowalready migratedto the3rdgenerationruntime.Thisfunctionalitywillnotworkinthe3rdgenerationruntimeandwould breakyour flow.48 +//__Images rebuild__// 49 +We fixed an issue which caused the release preparation step to take longer time than necessary and caused the machine deployment steps to execute when they could be skipped. 51 51 52 -//__ Deployment plan is updated correctlywhencompletly migrated to the 3rdgenerationruntimearchitecture__//53 - Wehavefixedabugthatgeneratedan incorrectdefaultdeploymentplanonceyouwerefully migratedtothe 3rdgenerationruntime.51 +//__Flow Designer connection line__// 52 +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. 54 54 55 -//__ Correctproperty generationforEvent Streamingflows usingthe3rdgeneration runtimearchitecture__//56 -W iththisrelease,thepropertiesgeneratedforEventStreamingflowsrunningin the3rdgenerationruntime areconfiguredcorrectly tomimictheonesintheimage.54 +//__Portal for migrated models__// 55 +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. 57 57 58 -//__ Added"Reset"functionality__//59 -W ith this release,anew functionalityhasbeenaddedfor3rd generationruntimesthatallowsyouto combineseveralstepsintoone action,called"Resetruntime."Theeffect ofthisactionisthe sameas itcurrently is inthelegacyruntime.57 +//__Error channel inbounds__// 58 +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. 60 60 61 -== **Feedback items ** == 62 - 63 -We have also solved other feedback items besides the flow designer's critical updates. 64 - 65 -//__Improved naming convention on Store related pages__// 66 -We have improved various display names using the merge functionality within our store offering. 67 - 68 -//__Update security protocols for our internal architecture__// 69 -Parts of our internal infrastructure (i.e., docs.emagiz.com) have been updated to adhere to the latest security standards. 70 - 71 -//__Improved read-only description for "if exists" constructions in Transformations__// 72 -To make it clear what the "if exists" check does while not being in "Start Editing" mode, we have improved the description so users without edit rights or without wanting to enter the "Start Editing" mode can read and interpret what the check does. 73 - 74 - 75 -== **Bug fixes ** == 76 - 77 -//__Decent validation feedback when not filling in the property value__// 78 -We have fixed the validation feedback you get when not filling in the property value using the "Check properties" functionality. 79 - 80 -//__Incorrect resource locations__// 81 -We have fixed several instances where the resource location was not generated correctly in the 3rd generation runtime. 82 - 83 -//__Apply to environment in User Management performance improvement__// 84 -We have improved the performance of updating User Management on your environment. This way, the update functionality is more stable and faster. 85 - 86 86 == **Fancy Forum Answers** == 87 87 88 88 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: 89 89 90 -* [[ Is eMagizabletoeadXSD attributes>>https://my.emagiz.com/p/question/172825635703236146||target="blank"]]91 -* [[ DoeseMagizuseActiveMQ?>>https://my.emagiz.com/p/question/172825635703235780||target="blank"]]92 -* [[T oolfor testmessagesto eMagizQueues>>https://my.emagiz.com/p/question/172825635703236227||target="blank"]]93 -* [[ HowtoRemoveCloudContainer>>https://my.emagiz.com/p/question/172825635703236460||target="blank"]]64 +* [[Message Redelivery blank error message>>https://my.emagiz.com/p/question/172825635703619933||target="blank"]] 65 +* [[Timeout error kafka batch creation>>https://my.emagiz.com/p/question/172825635703620012||target="blank"]] 66 +* [[SFTP Connectivity: Transfering a whole folder structure>>https://my.emagiz.com/p/question/172825635703632587||target="blank"]] 67 +* [[Next generation architecture with dynamic file pickup / filedrop>>https://my.emagiz.com/p/question/172825635703632732||target="blank"]] 94 94 69 + 95 95 == **Key takeaways** == 96 96 97 -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:72 +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: 98 98 99 99 * If you have questions surrounding our Program Increment Planning, please get in touch with [[productmanagement@emagiz.com>>mailto:academy@emagiz.com]] 100 100 * If you have feedback or ideas for us, talk to the Platypus 101 -* Please inform us of new additions to the store ([[productmanagement@emagiz.com>>mailto:academy@emagiz.com]]) so we can all benefit from these. 76 +* Please inform us of new additions to the store ([[productmanagement@emagiz.com>>mailto:academy@emagiz.com]]) so we can all benefit from these. 102 102 * Clear your browser cache (Ctrl + Shift + Del) 103 103 * Check out the release notes [here] 104 104 * Start thinking about how the license tracker can aid your development ... ... @@ -111,6 +111,6 @@ 111 111 {{info}} 112 112 ~* Indicates a Beta feature. If you would like to get access to this beta feature, please contact [[productmanagement@emagiz.com>>mailto:academy@emagiz.com]] 113 113 114 -~*~* Indicates a GEN3-only feature.89 +~*~* Indicates a next-generation-architecture only feature. 115 115 {{/info}})))((({{toc/}}))){{/container}} 116 116 {{/container}}