Changes for page 216 - Hack Heaven
Last modified by CarlijnKokkeler on 2024/04/18 13:04
From version 415.1
edited by Erik Bakker
on 2024/03/11 15:13
on 2024/03/11 15:13
Change comment:
There is no comment for this version
To version 166.1
edited by CarlijnKokkeler
on 2023/10/11 12:47
on 2023/10/11 12:47
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 -2 16 -HackHeaven1 +206 - Situational Deployment - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. ebakker1 +XWiki.CarlijnKokkeler - Content
-
... ... @@ -1,114 +1,99 @@ 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 - 6 -**Hi there, eMagiz developers!** As part of our alignment week, we also had a hackathon event focusing on a wide array of reported feedback on the portal. The majority of the release blog will be focused on this. On top of that, we launch new functionality that makes it easier to transform to JSON, select infra flows in a release, and deploy multiple agents to a single machine that adheres to specific conditions. But before we dive into all that has changed, we will publish several announcements via this release blog (and other channels) to prepare your model for upcoming major changes. 7 7 8 - ==**Announcement-TLSversionsdeprecated**==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. 9 9 10 - Placeholder for infofrom Bas7 +== **Deployment Plan** == 11 11 12 -{{info}}Text{{/info}} 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. 13 13 14 -== **Announcement - Spring 6** == 12 +//__Editing release properties__// 13 +With this release, it will be possible to change the description of a property by editing the property. 15 15 16 -Placeholder for info from Jelle 15 +//__JMS memory setting check__// 16 +A change in memory settings triggers redeployment of the container now. 17 17 18 -{{warning}}Text{{/warning}} 18 +//__Properties tab__// 19 +We have removed the deprecated tab Properties in the Deploy phase. 19 19 20 -== **Infra flow selection** == 21 +//__Cleanup old images__// 22 +When a release is removed, the related unused images in the on-premises machines will be removed as well. 21 21 22 -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. 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. 23 23 24 - [[image:Main.Images.ReleaseBlog.WebHome@release-216-hack-heaven--infra-flow-comparison.png]]27 +== **Store Improvements** == 25 25 26 -In edit mode, you can select a new version via the right-click option, which you already use for other flows. 29 +//__Message definition elements order__// 30 +We fixed an issue that the order of message definition elements was changed after being imported. 27 27 28 -[[image:Main.Images.Release Blog.WebHome@release-216-hack-heaven--infra-flow-selection.png]] 32 +//__Improting a store item with synchronous message definitions__// 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. 29 29 30 -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. 35 +//__Importing store items containing static copies__// 36 +We fixed an issue that store items were missing static copies. Now, store items with static copies are imported correctly. 31 31 32 - [[image:Main.Images.ReleaseBlog.WebHome@release-216-hack-heaven--context-menu-title.png]]38 +== **Feedback Items** == 33 33 34 -== **Multiple environments selection** == 40 +//__Alerting manual pause__// 41 +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. 35 35 36 -{{warning}}The following is only applicable under the following conditions: 37 - * Windows 2022 server 38 - * At least one port opened (as a consequence of a hosted web service){{/warning}} 43 +//__Ordering of graphs in Manage__// 44 +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). 39 39 40 -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. 46 +//__UTC times in Grafana panels__// 47 +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. 41 41 42 -[[image:Main.Images.Release Blog.WebHome@release-216-hack-heaven--multiple-environments.png]] 49 +//__Update flow designer version__// 50 +The framework used in the flow designer has been updated to the latest version. 43 43 44 -== **Feedback Items** == 45 -//__Easier component selection in flow designer__// 46 -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. 52 +//__Carwash track TLS versions in logging__// 53 +A new logging feature will be released, enabling us to make better choices in deprecating old encryption standards. 47 47 48 -//__ Improved handlingof optionalityinJSONonlists__//49 - Previously, eMagizalways createda JSON arrayif your data model expectedalist. This ledto unexpectedand undesirablebehaviorofthemessage,as emptyarrays arenotalwaysaccepted by external parties.55 +//__Moving channels in the flow designer__// 56 +Moving already attached channels in the flow designer has been made sligthly easier. 50 50 51 -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. 58 +//__Topic sizes description change__// 59 +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. 52 52 53 -//__ Loading bar whensearchingfor logentries__//54 - To indicatetotheuserthat eMagizisstillbusyretrievinglogentries,we haveaddedaloadingbarto thelog entryoverviewuponpressingsearch.61 +//__Password change notification__// 62 +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. 55 55 56 -//__ Improved feedbackwhendeletingelements fromCapture__//57 - To better specify to theuser whichintegrationorsystemtheuserintendstodelete,wehaveimproved thetextintheconfirmationpop-up. This way,wecan providemoreinformation to theusertoavoidmistakes.64 +//__Password comparison__// 65 +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. 58 58 59 -//__ Enhancedfilteroptions in Manage__//60 - Withthis release,wehaveaddedfilteroptionsonboth the Alertingtab andthe Triggerconfigurationpop-up.Thisallows usersto filter on Status(Alerting) andQueues, Topics, Recipients,and more (Trigger configurationpop-up) in these places.67 +//__Inactive user alerting__// 68 +Inactivated users are now removed from all alert settings (included “disabled“ settings) to avoid undesirable notifications. 61 61 62 -//__ CopypropertynamesfromCreate__//63 - This releaseunlocksthepossibilityofeasilycopyingthename ofa property placeholderso itcan be usedwhiledeploying.70 +//__Alphabetical sorting on user level in HTTP statistics__// 71 +Variables in the 3rd generation runtimes HTTP statistics detail pages are now sorted case insensitive. 64 64 65 -//__ Improvedfeedbackduring migration to thecurrentruntimearchitecture__//66 - Should you tryto migrate theJMS before anyotherruntimeunderCreate-> Settings,wehaveimproved thefeedback.Thisfeedback will tellyou why you cannotmigrateinthisorder.73 +//__SOAP Web services path__// 74 +Developers with Admin rights are now able to edit the 'SOAP Web services path' in the SSL settings. 67 67 68 -//__Block user from making changes to their cloud while another upgrade is still in progress__// 69 -We now block users from changing their cloud configuration when another upgrade is ongoing. 70 - 71 -//__Cron trigger validation__// 72 -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. 73 - 74 74 == **Bug Fixes** == 75 -//__Making Edit (and View) the default action when configuring parameters__// 76 -We have made the Edit (and View) button the default action when configuring parameters in a transformation. 77 77 78 -//__ Propertyconfigurationpop-up resized__//79 - We haveresizedthe propertyconfigurationoverviewstomakethepropertyvaluebetterreadable.78 +//__Flow designer styling__// 79 +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. 80 80 81 -//__ Alphabeticallysortedcomponents in theflowdesigner__//82 - As ofthisrelease,we nowsort thecomponentsalphabetically in the flowdesigner.81 +//__Partial search for messages__// 82 +It is now possible to search on messages partially in Manage Monitoring. For example, search for Uptime can be done by searching for "up" "time" "ptim". 83 83 84 -//__ Improvedsortingonruntimeoverview__//85 - Asofthis release,we nowsorttheruntimesintheruntimeoverviewcorrectlybytime. Thismeansthat the runtimewith a changedstatus,closest to thecurrentdate andtime, is shownatthetopof thelist. This shouldreducethechance ofoverlookingacriticalmistake.84 +//__Disk usage after cloud template update__// 85 +In the last cloud template update there was an issue with disk performance. This has been resolved in this release. You can manually upgrade your cloud template, or rely on automatic updates. 86 86 87 -//__ Improved sortingon catalogoverview__//88 - As of thisrelease,we nowsort the topics in the catalogbyname.87 +//__Error handling migration__// 88 +If there is no custom error handling, when migrating to Gen3, the error channel to “errorChannel” is only created for the first inbound in an entry flow. This has been fixed by adding a migration step, where we set the error channel of all inbounds in a flow to “errorChannel” if the custom error handling is set to false. 89 89 90 -//__Styling fix on rich text editors__// 91 -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. 92 - 93 -//__Styling fix on release edit__// 94 -As of this release, the correct icon (green) will be shown when wanting to add a second API operation under the same "header." 95 - 96 -//__Removed false-positive alerts on transformations__// 97 -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. 98 - 99 -//__Event Streaming Graphs - view thirty days back__// 100 -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. 101 - 102 -//__Improved helptext__// 103 -We have improved various help texts across the portal to indicate better what should be filled in for specific fields. 104 - 105 105 == **Fancy Forum Answers** == 106 106 107 107 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: 108 108 109 -* [[ XSDisonlypartially imported into eMagiz (xmlStat.xsd)>>https://my.emagiz.com/p/question/172825635703773349||target="blank"]]94 +* [[JSON Web Tokens (JWT authentication)>>https://my.emagiz.com/p/question/172825635703606919||target="blank"]] 110 110 111 -== **Key Takeaways** ==96 +== **Key takeaways** == 112 112 113 113 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: 114 114 ... ... @@ -119,6 +119,7 @@ 119 119 * Check out the release notes [here] 120 120 * Start thinking about how the license tracker can aid your development 121 121 * Start thinking about major, minor, and patch 107 +* Upgrade to the latest build number 122 122 * Keep making great integrations 123 123 124 124 Let's stay in touch and till next time! ... ... @@ -126,11 +126,6 @@ 126 126 {{info}} 127 127 ~* Indicates a Beta feature. If you would like to get access to this beta feature, please contact [[productmanagement@emagiz.com>>mailto:academy@emagiz.com]] 128 128 129 -{{/info}} 130 -))) 131 - 132 -((( 133 -{{toc/}} 134 -))) 115 +~*~* Indicates a next-generation-architecture only feature. 116 +{{/info}})))((({{toc/}}))){{/container}} 135 135 {{/container}} 136 -{{/container}}