Changes for page 216 - Hack Heaven
Last modified by CarlijnKokkeler on 2024/04/18 13:04
Summary
-
Page properties (3 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 -2 16 -HackHeaven1 +206 - Situational Deployment - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. BoukeReitsma1 +XWiki.CarlijnKokkeler - Content
-
... ... @@ -1,125 +1,79 @@ 1 1 {{container}} 2 -{{container layoutStyle="columns"}} 3 -((( 2 +{{container layoutStyle="columns"}}((( 4 4 [[image:Main.Images.Release Blog.WebHome@release-blog-intro.png]] 5 5 6 -**Hi there, eMagiz developers!** Aspartofour alignmentweek, wealsohada hackathoneventfocusingon awide arrayofreportedfeedback onthe portal. The majorityof the releaseblog will be focused on this. On top of that, welaunch newfunctionality that makesiteasiertotransformto JSON,selectinfraflowsin a release, and deploymultipleagents to a singlemachinethat adherestospecificconditions.But before we dive intoallthathas changed,we will publish several announcementsvia thisreleaseblog (andother channels) toprepareyour model for upcoming major changes.5 +**Hi there, eMagiz developers!** In the last few weeks, we have done much work for the Deploy phase. On top of that, we have worked on several store functionalities. Next to this, we have several smaller feedback items from our hackathon efforts that are now released to you. 7 7 8 -== ** Announcement- TLS versions deprecated** ==7 +== **Deployment Plan** == 9 9 10 -Placeholder for info from Bas 9 +//__Improved deployment plan to make the process better and more predictable__// 10 +The algorithm for genarating a default deployment plan is improved to keep jms downtime and alerting to a minimum. Next to this, the start/stop/restart machine deployment steps are now also executed correctly for aws and on-premises machines. 11 11 12 -{{info}}Text{{/info}} 12 +//__Editing release properties__// 13 +With this release, it will be possible to change the description of a property by editing the property. 13 13 14 -== **Announcement - Spring 6** == 15 +//__JMS memory setting check__// 16 +A change in memory settings triggers redeployment of the container now. 15 15 16 -We expect to release a major version of our current runtime base image for all our clients running on the **current runtime** architecture in the next release. 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. 18 +//__Properties tab__// 19 +We have removed the deprecated tab Properties in the Deploy phase. 17 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 changed. 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 essential 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 and Spring versions change, 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 -** Additionally, the Groovy version has been moved from 3.0.19 to 4.0.18. These changes may affect your scripts as well. [[These release notes >>https://groovy-lang.org/releasenotes/groovy-4.0.html||target="blank"]] will specify the changes in more detail. 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}} 21 +//__Cleanup old images__// 22 +When a release is removed, the related unused images in the on-premises machines will be removed as well. 30 30 31 -== **Infra flow selection** == 24 +//__Performance improvements for loading releases__// 25 +Performance improvements have been implemented for loading releases in Deploy. Releases should now load faster than before. All functionality should remain exactly the same as before. 32 32 33 - Thisrelease will include a significantupdate toourreleasefunctionality, which allows you to configure your release. Presently, eMagiz will allow you toseechanges on the infra-flow level visually.27 +== **Store Improvements** == 34 34 35 -[[image:Main.Images.Release Blog.WebHome@release-216-hack-heaven--infra-flow-comparison.png]] 29 +//__Message definition elements order__// 30 +We fixed an issue that the orders of message definition’s elements were changed after they were imported. 36 36 37 -In edit mode, you can select a new version via the right-click option, which you already use for other flows. 32 +//__Message definition elements order__// 33 +We fixed an issue that importing a store item with synchronous message definitions went wrong. Now, the imported message definitions should correspond with the exported message definitions. 38 38 39 -[[image:Main.Images.Release Blog.WebHome@release-216-hack-heaven--infra-flow-selection.png]] 40 - 41 -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. 42 - 43 -[[image:Main.Images.Release Blog.WebHome@release-216-hack-heaven--context-menu-title.png]] 44 - 45 -== **Multiple environments selection** == 46 - 47 -{{warning}}The following is only applicable under the following conditions: 48 - * Windows 2022 server 49 - * At least one port opened (as a consequence of a hosted web service){{/warning}} 50 - 51 -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. 52 - 53 -[[image:Main.Images.Release Blog.WebHome@release-216-hack-heaven--multiple-environments.png]] 54 - 55 55 == **Feedback Items** == 56 -//__Easier component selection in flow designer__// 57 -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. 58 58 59 -//__ Improved handlingof optionalityin JSON on lists__//60 - Previously,eMagizalwayscreated aJSONarrayifyourdatamodel expectedalist. Thisledtounexpected andundesirable behaviorofthe message,asempty arraysarenotalwaysacceptedby externalparties.37 +//__Alerting manual pause__// 38 +A few releases ago we changed the behavior of alerting in the deployment plan. Now each time when a deployment plan is executed the alerting will be automatically re-enabled when the deployer closes the deployment plan or closes the web browser. The majority of the users are happy with the new behavior, but there are some use cases that you do not want start the alerting immediately. With this release, if alerting has been paused manually, this will not be activated automatically after a release deployment. 61 61 62 -With this release, we have changed the way in which we generate the JSON output should there be an empty list. Consequently, the empty list will **not** be part of the output anymore, as desired. 40 +//__Ordering of graphs in Manage__// 41 +The graphs in Manage are now ordered according to importance. This means that runtime statistics are sorted by "Process CPU usage" (highest first), queue statistics are sorted by "Messages in queue" (highest first), and HTTP statistics are sorted by "Unsuccessful requests" (highest first). 63 63 64 -//__ Loadingbar whensearchingforlog entries__//65 - Toindicateto the userthateMagiz isstill busyretrievinglog entries,wehaveaddedaloadingbar to thelogentryoverview uponpressingsearch.43 +//__UTC times in Grafana panels__// 44 +All Grafana panels now show UTC times, which are normally used in eMagiz, instead of local (browser) time zones. This way, it is easier to match graphs with logging events or alerts. 66 66 67 -//__ Improvedfeedbackwhendeletingelements fromCapture__//68 -T o better specify to theuserwhich integration orsystem theuserintendsto delete, wehaveimprovedthetextintheconfirmationpop-up. Thisway, wecan provide more informationto theusertoavoid mistakes.46 +//__Update flow designer version__// 47 +The framework used in the flow designer has been updated to the latest version. 69 69 70 -//__ Enhancedfilteroptions inManage__//71 - Withthis release,wehave added filteroptionson both theAlertingtaband theTriggerconfigurationpop-up. Thisallowsusersto filter on Status(Alerting)andQueues, Topics, Recipients,andmore(Trigger configurationpop-up) in these places.49 +//__Carwash track TLS versions in logging__// 50 +A new logging feature will be released, enabling us to make better choices in deprecating old encryption standards. 72 72 73 -//__ CopypropertynamesfromCreate__//74 - Thisreleaseunlocks thepossibilityofeasily copyingthenameofapropertyplaceholdersoitcan be used whiledeploying.52 +//__Moving channels in the flow designer__// 53 +Moving already attached channels in the flow designer has been made sligthly easier. 75 75 76 -//__ Improvedfeedbackduring migrationto thecurrent runtimearchitecture__//77 - Shouldyoutry to migratetheJMS beforeanyotherruntimeunderCreate-> Settings,wehaveimprovedthe feedback.Thisfeedbackwilltell you whyyou cannotmigratein thisorder.55 +//__Topic sizes description change__// 56 +In the change description (and History) when altering the topic size of a topic the new and old value were switched around creating confusion, this has been resolved. 78 78 79 -//__ Block userfrom makingchangestotheir cloud whileanother upgradeis still in progress__//80 -We no wblockusersfromchangingtheircloudconfigurationwhen anotherupgradeisongoing.58 +//__Password change notification__// 59 +When an account password change request is made, even when this fails, a mail is sent to the account owner to inform the owner about the action. 81 81 82 -//__ Cron triggervalidation__//83 -We ha veaddedavalidationcheckuponsavingacron expressionintheFlowDesignertoavoidflowsnot startingduetoamisconfiguredcron expression.61 +//__Password comparison__// 62 +When changing a password, it is compared to a list of known database breaches for security. A warning is shown when the password corresponds with a password in the database. 84 84 64 + 85 85 == **Bug Fixes** == 86 -//__Making Edit (and View) the default action when configuring parameters__// 87 -We have made the Edit (and View) button the default action when configuring parameters in a transformation. 88 88 89 -//__ Propertyconfigurationpop-up resized__//90 - We haveresizedthe propertyconfigurationoverviewstomakethepropertyvaluebetterreadable.67 +//__Flow designer styling__// 68 +The styling of the flow designer's left component panel has been restructured, solving a rare bug which would break the styling of certain functionalities. 91 91 92 -//__Alphabetically sorted components in the flow designer__// 93 -As of this release, we now sort the components alphabetically in the flow designer. 94 - 95 -//__Improved sorting on runtime overview__// 96 -As of this release, we now sort the runtimes in the runtime overview correctly by time. This means that the runtime with a changed status, closest to the current date and time, is shown at the top of the list. This should reduce the chance of overlooking a critical mistake. 97 - 98 -//__Improved sorting on catalog overview__// 99 -As of this release, we now sort the topics in the catalog by name. 100 - 101 -//__Styling fix on rich text editors__// 102 -Rich text editors are used in various parts of the portal. This release fixes a broken styling configuration that made it difficult to fill in information in these editors. 103 - 104 -//__Styling fix on release edit__// 105 -As of this release, the correct icon (green) will be shown when wanting to add a second API operation under the same "header." 106 - 107 -//__Removed false-positive alerts on transformations__// 108 -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. 109 - 110 -//__Event Streaming Graphs - view thirty days back__// 111 -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. 112 - 113 -//__Improved helptext__// 114 -We have improved various help texts across the portal to indicate better what should be filled in for specific fields. 115 - 116 116 == **Fancy Forum Answers** == 117 117 118 118 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: 119 119 120 -* [[ XSDis onlypartially importedinto eMagiz(xmlStat.xsd)>>https://my.emagiz.com/p/question/172825635703773349||target="blank"]]74 +* [[Getting files from subfolders (FTP)>>https://my.emagiz.com/p/question/172825635703568575||target="blank"]] 121 121 122 -== **Key Takeaways** ==76 +== **Key takeaways** == 123 123 124 124 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: 125 125 ... ... @@ -130,6 +130,7 @@ 130 130 * Check out the release notes [here] 131 131 * Start thinking about how the license tracker can aid your development 132 132 * Start thinking about major, minor, and patch 87 +* Upgrade to the latest build number 133 133 * Keep making great integrations 134 134 135 135 Let's stay in touch and till next time! ... ... @@ -137,11 +137,6 @@ 137 137 {{info}} 138 138 ~* Indicates a Beta feature. If you would like to get access to this beta feature, please contact [[productmanagement@emagiz.com>>mailto:academy@emagiz.com]] 139 139 140 -{{/info}} 141 -))) 142 - 143 -((( 144 -{{toc/}} 145 -))) 95 +~*~* Indicates a next-generation-architecture only feature. 96 +{{/info}})))((({{toc/}}))){{/container}} 146 146 {{/container}} 147 -{{/container}}