Changes for page 216 - Hack Heaven
Last modified by Carlijn Kokkeler on 2024/04/18 13:04
From version 417.1
edited by Erik Bakker
on 2024/03/11 15:16
on 2024/03/11 15:16
Change comment:
There is no comment for this version
To version 287.1
edited by Carlijn Kokkeler
on 2023/12/04 15:48
on 2023/12/04 15:48
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 -21 6-Hack Heaven1 +210 - Deployment Delights - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. ebakker1 +XWiki.CarlijnKokkeler - Content
-
... ... @@ -3,125 +3,59 @@ 3 3 ((( 4 4 [[image:Main.Images.Release Blog.WebHome@release-blog-intro.png]] 5 5 6 -**Hi there, eMagiz developers!** As part of our alignmentweek, we alsohadahackathon eventfocusingonawide arrayofreportedfeedback onthe portal. The majorityof the releaseblog will befocused on this. On top of that, welaunchnew functionalitythatmakesiteasierto transformto JSON, selectfraflowsin a release,and deploymultipleagentstoasingle machinethatadherestospecific conditions.Butbefore we diveintoall that haschanged, we will publishseveral announcementsviathis releaseblog (and other channels)toprepareyourmodelforupcomingmajor changes.6 +**Hi there, eMagiz developers!** We have have done much work for the Deploy phase. Moreover, we did several bug fixes, mainly relating to the Deploy phase again, but also for the Store. Lastly, we made some changes to the alerts that you may be receiving. 7 7 8 -== ** nnouncement - TLS versions deprecated** ==8 +== **Alerts** == 9 9 10 -Placeholder for info from Bas 10 +//__Topic approaching max size alert__// 11 +The alert ‘topic approaching maximum size’ alert has been temporarily disabled due to a high number of false positives. 11 11 12 -{{info}}Text{{/info}} 13 +//__Missing metrics alert__// 14 +We solved an issue where the ‘missing metrics’ alert did not always contain the full container name. 13 13 14 -== **Announcement - Spring 6** == 15 - 16 -In the next release, we expect to release a major version of our current runtime base image. This image moves the eMagiz stack from Java 8 to Java 17, and from Spring Framework 5 to Spring Framework 6. Although eMagiz will try to make the transition as smooth as possible, we recommend that you start with the following preparations. 17 - 18 -{{warning}} 19 -* Make sure that your release is running on the **latest** flow versions. After the release of the new image, eMagiz will push new flow versions of components that have changes. These new flow versions must be included in the subsequent release. Having your release already on the **latest** flow versions makes this less affecting 20 -* To help you identify which flow versions are especially important here, you can consider all flows that contain any of the following components: 21 -** Simple job launcher (data pipelines) 22 -** Job explorer (data pipelines) 23 -** HTTP components message sender (support object) 24 -** Web service outbound gateway (with a 'message sender' attribute specified) 25 -** SFTP session factory (support object) 26 -** API gateways with OAuth2 as security mechanism. 27 -* We recommend identifying flows with (advanced) custom Groovy scripts. As our Java version changes and the Spring version changes, this may affect the availability of the libraries on the classpath, and therefore the validity of import statements. You can already test the Groovy script using the flow testing functionality as flow testing is already running on the Java 17 and Spring Framework 6 baseline. 28 -** In addition, the groovy version used has been moved from version 3.0.19 to 4.0.18. These changes may affect your scripts as well. These release notes outline the major changes 29 -* The code handling SFTP file transfer has been overhauled completely. Although this should not affect you, we encourage you to test your SFTP integrations before deploying to Production.{{/warning}} 30 - 31 - 32 -== **Infra flow selection** == 33 - 34 -This release will include a significant update to our release functionality, which allows you to configure your release. Presently, eMagiz will allow you to see changes on the infra-flow level visually. 35 - 36 -[[image:Main.Images.Release Blog.WebHome@release-216-hack-heaven--infra-flow-comparison.png]] 37 - 38 -In edit mode, you can select a new version via the right-click option, which you already use for other flows. 39 - 40 -[[image:Main.Images.Release Blog.WebHome@release-216-hack-heaven--infra-flow-selection.png]] 41 - 42 -We have also added a title to each context menu that specifies the flow type (e.g., exit connector, container infra, connector infra) for additional clarity while constructing your release. 43 - 44 -[[image:Main.Images.Release Blog.WebHome@release-216-hack-heaven--context-menu-title.png]] 45 - 46 -== **Multiple environments selection** == 47 - 48 -{{warning}}The following is only applicable under the following conditions: 49 - * Windows 2022 server 50 - * At least one port opened (as a consequence of a hosted web service){{/warning}} 51 - 52 -When configuring your Deploy Agent, you now have an additional option that the user can activate. This checkbox unlocks the possibility of stability when running multiple deploy agents on one machine. 53 - 54 -[[image:Main.Images.Release Blog.WebHome@release-216-hack-heaven--multiple-environments.png]] 55 - 56 56 == **Feedback Items** == 57 -//__Easier component selection in flow designer__// 58 -The area selector through which you can select one or more components has improved to allow for an easier selection of said components when displayed close to the edge of the canvas. Expanding the area allows you to select these components, which will become much easier. 59 59 60 -//__ Improved handling of optionality inJSONonlists__//61 - Previously,eMagizalwayscreateda JSON arrayifyourdata model expected a list. Thisdtounexpectedand undesirablebehaviorofthemessage,as emptyarraysarenotalwaysacceptedbyexternalparties.18 +//__Container version overview__// 19 +In Deploy > Releases, it is now possible to see the container versions in the release details. This can be viewed by clicking the three dots in the Create phase section. 62 62 63 - With this release, we have changed the wayinwhich wegeneratetheJSONoutput should therebenemptylist. Consequently, the emptylistwill **not** bepartof theoutput anymore, as desired.21 +[[image:Main.Images.Release Blog.WebHome@release-blog-210-deployment-delights-container-overview.png]] 64 64 65 -//__ Loading bar when searchingfor log entries__//66 - To indicatetotheuser that eMagiz isstillbusy retrievinglogentries, wehave addeda loadingbarto the logentryoverviewuponpressing search.23 +//__Unchanged containers__// 24 +When deploying a new release, containers that have no changes between the deployed release and the new release will not be deployed and restarted. 67 67 68 -//__ Improved feedback when deletingelements fromCapture__//69 - To better specify to the user which integrationor system theuserintendsdelete,wehaveimprovedthetext intheconfirmationpop-up. Thisway,we can providemoreinformation to theusertoavoidmistakes.26 +//__Rebuilding of images__// 27 +Changing the list of flows that should run on a container will now trigger the rebuilding of images. 70 70 71 -//__Enhanced filter options in Manage__// 72 -With this release, we have added filter options on both the Alerting tab and the Trigger configuration pop-up. This allows users to filter on Status (Alerting) and Queues, Topics, Recipients, and more (Trigger configuration pop-up) in these places. 73 - 74 -//__Copy property names from Create__// 75 -This release unlocks the possibility of easily copying the name of a property placeholder so it can be used while deploying. 76 - 77 -//__Improved feedback during migration to the current runtime architecture__// 78 -Should you try to migrate the JMS before any other runtime under Create -> Settings, we have improved the feedback. This feedback will tell you why you cannot migrate in this order. 79 - 80 -//__Block user from making changes to their cloud while another upgrade is still in progress__// 81 -We now block users from changing their cloud configuration when another upgrade is ongoing. 82 - 83 -//__Cron trigger validation__// 84 -We have added a validation check upon saving a cron expression in the Flow Designer to avoid flows not starting due to a misconfigured cron expression. 85 - 86 86 == **Bug Fixes** == 87 -//__Making Edit (and View) the default action when configuring parameters__// 88 -We have made the Edit (and View) button the default action when configuring parameters in a transformation. 89 89 90 -//__ Property configurationpop-upresized__//91 - Wehaveresizedthepropertyconfiguration overviewstomakethepropertyvaluebetter readable.31 +//__Runtime metrics processing__// 32 +The collection and publishing of runtime metrics is no longer synchronized across containers, which improves their processing. 92 92 93 -//__ Alphabetically sorted componentsin the flow designer__//94 - Asof thisrelease,wenowsort thecomponentsalphabeticallyinthe flowdesigner.34 +//__Deployment plan__// 35 +We solved a bug where a deployment step in the deployment plan could randomly get stuck. 95 95 96 -//__ Improvedsortingonruntimeoverview__//97 -A sof thisrelease,we nowsorttheruntimes inthe runtimeoverviewcorrectly by time. This means that theruntimewithachanged status,closesttothecurrentdateand time, isshownatthetop ofhelist.Thisshouldreducethechance ofoverlookinga critical mistake.37 +//__View all store items__// 38 +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. 98 98 99 -//__ Improved sortingoncatalogoverview__//100 - Asofthis release,wenowsortthe topics in thecatalogbyname.40 +//__Out of memory behavior__// 41 +We improved the out of memory behavior of runtimes. Runtimes will now always restart when an out of memory error occurs. 101 101 102 -//__ Styling fixon richtext editors__//103 - Rich texteditorsareused invariouspartsofportal.Thisreleasefixesabroken stylingconfigurationthatmade itdifficult tofill ininformationintheseeditors.43 +//__Max fetch size__// 44 +We improved the help text of the advanced option of ‘max fetch size’ for the mail inbound adapter to better describe how that option affects its behavior. 104 104 105 -//__Styling fix on release edit__// 106 -As of this release, the correct icon (green) will be shown when wanting to add a second API operation under the same "header." 107 - 108 -//__Removed false-positive alerts on transformations__// 109 -When transforming a string to a non-empty string, eMagiz would also show an alert even if the user made a check to avoid an empty string as output. This behavior is now corrected. This will significantly reduce the number of alerts you will see as a user within the context of your transformation. 110 - 111 -//__Event Streaming Graphs - view thirty days back__// 112 -Just like the other views, we now also provide the user with a default thirty-day window to analyze relevant statistics related to event streaming further. 113 - 114 -//__Improved helptext__// 115 -We have improved various help texts across the portal to indicate better what should be filled in for specific fields. 116 - 117 117 == **Fancy Forum Answers** == 118 118 119 119 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: 120 120 121 -* [[XSD is only partially imported into eMagiz (xmlStat.xsd)>>https://my.emagiz.com/p/question/172825635703773349||target="blank"]] 50 +* [[Deleting object failed for security reasons>>https://my.emagiz.com/p/question/172825635703671061||target="blank"]] 51 +* [[How do I delete a user?>>https://my.emagiz.com/p/question/172825635703670973||target="blank"]] 52 +* [[Import RCV-Shipment & RCV-Receipt XSD from Boltrics>>https://my.emagiz.com/p/question/172825635703671171||target="blank"]] 53 +* [[Add day in XPath header enricher>>https://my.emagiz.com/p/question/172825635703671325||target="blank"]] 54 +* [[Missing Body Java type resulting in problems>>https://my.emagiz.com/p/question/172825635703683790||target="blank"]] 122 122 123 -== **Key Takeaways** == 124 124 57 +== **Key takeaways** == 58 + 125 125 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: 126 126 127 127 * If you have questions surrounding our Program Increment Planning, please get in touch with [[productmanagement@emagiz.com>>mailto:academy@emagiz.com]] ... ... @@ -131,6 +131,7 @@ 131 131 * Check out the release notes [here] 132 132 * Start thinking about how the license tracker can aid your development 133 133 * Start thinking about major, minor, and patch 68 +* Upgrade to the latest build number 134 134 * Keep making great integrations 135 135 136 136 Let's stay in touch and till next time! ... ... @@ -138,6 +138,7 @@ 138 138 {{info}} 139 139 ~* Indicates a Beta feature. If you would like to get access to this beta feature, please contact [[productmanagement@emagiz.com>>mailto:academy@emagiz.com]] 140 140 76 +~*~* Indicates a next-generation-architecture only feature. 141 141 {{/info}} 142 142 ))) 143 143