Changes for page 213 - Joyful Journeys
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
To version 291.1
edited by Carlijn Kokkeler
on 2023/12/06 14:25
on 2023/12/06 14:25
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 -1 90 -FastForward1 +210 - Deployment Delights - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. ebakker1 +XWiki.CarlijnKokkeler - Content
-
... ... @@ -1,102 +1,69 @@ 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!** I t has beena whilesinceourlast deployment on the 9th of December. Asaresultwe havefinished upa lot ofnewimprovementstoour 3rd generationruntimeofferingandfixed a varietyofannoying bugsas wellas somesmallimprovements.Thisreleaseischaracterized bythemajor stepswetooktoreleaseseveralmajorfeatureson our3rd generationruntimeamongwhichre thequeue browserandmessage redelivery functionality.6 +**Hi there, eMagiz developers!** In this release, we have invested our effort to improve the performance and experience of our platform in the Deploy phase. Next to that, we did several bug fixes, not only for the Deploy phase, but also for the Store. Lastly, we made some changes to the alerts that you may be receiving. 6 6 7 -== ** Queue Browser** ==8 +== **Alerts** == 8 8 9 -{{warning}}Note that this functionality only works when your JMS server is running on the 3rd generation runtime{{/warning}} 10 +//__Topic approaching max size alert__// 11 +The alert ‘topic approaching maximum size’ has been temporarily disabled due to a high number of false positives. 10 10 11 -To enhance the observability of your integration landscape while running in the 3rd generation runtime architecture we have added a new feature to our Manage phase called the "Queue browser". You can access this functionality via the "Explore" menu option in Manage. With the help of the queue browser you can, as the name suggests, browse your queue. 13 +//__Missing metrics alert__// 14 +We solved an issue where the ‘missing metrics’ alert did not always contain the full container name. 12 12 13 - Todo so, weoffer two options within this functionality. We have the Explore function andwe 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 presentedwith copies of your actual message that pass through the queue from the moment you pressed the Wiretap button.16 +== **Feedback Items** == 14 14 15 -[[image:Main.Images.Release Blog.WebHome@190-release-blog--queue-browser-overview.png]] 18 +//__Improved release build process__// 19 +When a new release will be activated, no longer all containers will be rebuild but only affected containers will be rebuild. This should decrease the time for a release to be ready to be deployed. 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. 21 +//__Container version overview__// 22 +Due to the improved build process for containers, the release versions and container versions will not longer be the same anymore. Therefore we introduce a way where you can look up to see which container versions are linked to a specific release. This can help you to identify if your containers that are running have the right version according to the release. 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. 24 +[[image:Main.Images.Release Blog.WebHome@release-blog-210-deployment-delights-container-overview.png]] 29 29 30 -[[image:Main.Images.Release Blog.WebHome@190-release-blog--queue-browser-explore-overview.png]] 26 +//__Improved deployment process__// 27 +The improved release build process, as mentioned above, brings another major improvement to the platform. Because container versions will not be updated regularly we can identify during a deployment which container should get a new container version. Only the ones that should get a new version will be deployed and restarted, all other containers will not go down and keep running. This decreases the deployment time and improves the performance. 31 31 32 -== **3rd generation runtime bolstering** == 29 +//__Rebuilding of images__// 30 +Changing the list of flows that should run on a container will now trigger the rebuilding of images. 33 33 34 - Thisrelease will introduce various improvements for our 3rd generation runtime.Below youwill find the most noteworthy enhancements we made to the 3rdgenerationruntimeand itsinteraction with the portal.32 +== **Bug Fixes** == 35 35 36 -//__ SOAP andREST webservicesmigration, includingsplittingthem__//37 - Withthis release,we have releasedthe migrationprocess that will allow you to migrate SOAP andREST webservicesto the 3rd generation runtime.At the sameme, youcandirectlysplittheall-entrytoeliminatethatconstruction. A specific migrationpath forthis willbe publishedinthedocumentationportal.34 +//__Runtime metrics processing__// 35 +The collection and publishing of runtime metrics is no longer synchronized across containers, which improves their processing. 38 38 39 -//__ Changing SSL settings for 3rd generationruntime models works__//40 - As with thecurrentruntimearchitecture,you canchange theSSL settingsifneeded for amodel runninginthe3rd generationruntime.37 +//__Deployment plan__// 38 +We solved a bug where a deployment step in the execution of the deployment plan could randomly get stuck. 41 41 42 -//__ Improvedmigration forJMS flows__//43 - Thisreleasewill improvethemigrationofJMS flowswhenmigratingto the3rdgenerationruntime.40 +//__View all store items__// 41 +An issue has been fixed where it was not possible to load more store items in the left panel in the Create phase Flow Designer. 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}} 43 +//__Out of memory behavior__// 44 +We improved the out of memory behavior of runtimes. Runtimes will now always restart when an out of memory error occurs. 46 46 47 -//__ Removed theabilityto add "Debug components" to aflow running in the3rd generation runtime architecture__//48 - Asofthis release,youcan no longeradddebug componentsona flow alreadymigratedto the3rd generationruntime.This functionality willnotworkinthe3rdgenerationruntimeandwouldbreak yourflow.46 +//__Max fetch size__// 47 +In the Flow Designer, we improved the help text of the advanced option of ‘max fetch size’ for the Mail Inbound Adapter component to better describe how that option affects the component's behavior. 49 49 50 -//__Deployment plan is updated correctly when completly migrated to the 3rd generation runtime architecture__// 51 -We have fixed a bug that generated an incorrect default deployment plan once you were fully migrated to the 3rd generation runtime. 52 - 53 -//__Correct property generation for Event Streaming flows using the 3rd generation runtime architecture__// 54 -With this release, the properties generated for Event Streaming flows running in the 3rd generation runtime are configured correctly to mimic the ones in the image. 55 - 56 -//__Added "Reset" functionality__// 57 -With this release, a new functionality has been added for 3rd generation runtimes that allows you to combine several steps into one action, called "Reset runtime." The effect of this action is the same as it currently is in the legacy runtime. 58 - 59 -== **Feedback items ** == 60 - 61 -We have also solved other feedback items besides the flow designer's critical updates. 62 - 63 -//__Improved naming convention on Store related pages__// 64 -We have improved various display names using the merge functionality within our store offering. 65 - 66 -//__Update security protocols for our internal architecture__// 67 -Parts of our internal infrastructure (i.e., docs.emagiz.com) have been updated to adhere to the latest security standards. 68 - 69 -//__Improved read-only description for "if exists" constructions in Transformations__// 70 -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. 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"]] 53 +* [[Deleting object failed for security reasons>>https://my.emagiz.com/p/question/172825635703671061||target="blank"]] 54 +* [[How do I delete a user?>>https://my.emagiz.com/p/question/172825635703670973||target="blank"]] 55 +* [[Import RCV-Shipment & RCV-Receipt XSD from Boltrics>>https://my.emagiz.com/p/question/172825635703671171||target="blank"]] 56 +* [[Add day in XPath header enricher>>https://my.emagiz.com/p/question/172825635703671325||target="blank"]] 57 +* [[Missing Body Java type resulting in problems>>https://my.emagiz.com/p/question/172825635703683790||target="blank"]] 92 92 59 + 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:62 +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. 66 +* 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}} 79 +~*~* Indicates a next-generation-architecture only feature. 80 +{{/info}} 81 +))) 82 + 83 +((( 84 +{{toc/}} 85 +))) 114 114 {{/container}} 87 +{{/container}}