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 172.1
edited by CarlijnKokkeler
on 2023/10/12 10:49
on 2023/10/12 10:49
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,108 @@ 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 info from Bas 7 +== **Release Date Change** == 8 +As of release 208, released on November 9th, 2023, we will change our release date to Thursday morning starting at 05:00 AM. We opted for this change as it allows us to control better and manage our releases to uphold the quality standards you have gotten used to from us. Should you have any questions, please get in touch with [[productmanagement@emagiz.com>>mailto:academy@emagiz.com]] 11 11 12 - {{info}}Text{{/info}}10 +== **Deployment Plan** == 13 13 14 -== **Announcement - Spring 6** == 12 +//__Improved deployment plan to make the process better and more predictable__// 13 +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. 15 15 16 -Placeholder for info from Jelle 15 +//__Editing release properties__// 16 +With this release, it will be possible to change the description of a property by editing the property. 17 17 18 -{{warning}}Text{{/warning}} 18 +//__JMS memory setting check__// 19 +A change in memory settings triggers redeployment of the container now. 19 19 20 -== **Infra flow selection** == 21 +//__Properties tab__// 22 +We have removed the deprecated tab Properties in the Deploy phase. 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 +//__Cleanup old images__// 25 +When a release is removed, the related unused images in the on-premises machines will be removed as well. 23 23 24 -[[image:Main.Images.Release Blog.WebHome@release-216-hack-heaven--infra-flow-comparison.png]] 27 +//__Performance improvements for loading releases__// 28 +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. 25 25 26 - Ineditmode,you can select a new versionvia theright-click option, which you already use for other flows.30 +== **Store Improvements** == 27 27 28 -[[image:Main.Images.Release Blog.WebHome@release-216-hack-heaven--infra-flow-selection.png]] 32 +//__Message definition elements order__// 33 +We fixed an issue that the order of message definition elements was changed after being imported. 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 a store item with synchronous message definitions__// 36 +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. 31 31 32 -[[image:Main.Images.Release Blog.WebHome@release-216-hack-heaven--context-menu-title.png]] 38 +//__Importing store items containing static copies__// 39 +We fixed an issue that store items were missing static copies. Now, store items with static copies are imported correctly. 33 33 34 -== **Multiple environments selection** == 41 +//__Importing Store content__// 42 +We fixed an issue that blocked you from importing Store content in the Design phase. The message definitions and message mappings are now imported correctly as the original content in the item of the Store. 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}} 44 +//__Store disclaimer__// 45 +Users who are not the model owner no longer see the eMagiz Store disclaimer popup, instead they see a popup containing a message that states that the model owner should accept the disclaimer. 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. 41 - 42 -[[image:Main.Images.Release Blog.WebHome@release-216-hack-heaven--multiple-environments.png]] 43 - 44 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. 47 47 48 -//__ Improved handlingof optionalityin JSON on lists__//49 - Previously,eMagizalwayscreated aJSONarrayifyourdatamodel expectedalist. Thisledtounexpected andundesirable behaviorofthe message,asempty arraysarenotalwaysacceptedby externalparties.49 +//__Alerting manual pause__// 50 +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. 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. 52 +//__Ordering of graphs in Manage__// 53 +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). 52 52 53 -//__ Loadingbar whensearchingforlog entries__//54 - Toindicateto the userthateMagiz isstill busyretrievinglog entries,wehaveaddedaloadingbar to thelogentryoverview uponpressingsearch.55 +//__UTC times in Grafana panels__// 56 +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. 55 55 56 -//__ Improvedfeedbackwhendeletingelements fromCapture__//57 -T o better specify to theuserwhich integration orsystem theuserintendsto delete, wehaveimprovedthetextintheconfirmationpop-up. Thisway, wecan provide more informationto theusertoavoid mistakes.58 +//__Update flow designer version__// 59 +The framework used in the flow designer has been updated to the latest version. 58 58 59 -//__ Enhancedfilteroptions inManage__//60 - Withthis release,wehave added filteroptionson both theAlertingtaband theTriggerconfigurationpop-up. Thisallowsusersto filter on Status(Alerting)andQueues, Topics, Recipients,andmore(Trigger configurationpop-up) in these places.61 +//__Carwash track TLS versions in logging__// 62 +A new logging feature will be released, enabling us to make better choices in deprecating old encryption standards. 61 61 62 -//__ CopypropertynamesfromCreate__//63 - Thisreleaseunlocks thepossibilityofeasily copyingthenameofapropertyplaceholdersoitcan be used whiledeploying.64 +//__Moving channels in the flow designer__// 65 +Moving already attached channels in the flow designer has been made sligthly easier. 64 64 65 -//__ Improvedfeedbackduring migrationto thecurrent runtimearchitecture__//66 - Shouldyoutry to migratetheJMS beforeanyotherruntimeunderCreate-> Settings,wehaveimprovedthe feedback.Thisfeedbackwilltell you whyyou cannotmigratein thisorder.67 +//__Topic sizes description change__// 68 +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. 67 67 68 -//__ Block userfrom makingchangestotheir cloud whileanother upgradeis still in progress__//69 -We no wblockusersfromchangingtheircloudconfigurationwhen anotherupgradeisongoing.70 +//__Password change notification__// 71 +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. 70 70 71 -//__ Cron triggervalidation__//72 -We ha veaddedavalidationcheckuponsavingacron expressionintheFlowDesignertoavoidflowsnot startingduetoamisconfiguredcron expression.73 +//__Password comparison__// 74 +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. 73 73 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. 76 +//__Inactive user alerting__// 77 +Inactivated users are now removed from all alert settings (included “disabled“ settings) to avoid undesirable notifications. 77 77 78 -//__ Propertyconfigurationpop-upresized__//79 - We haveresizedthepropertyconfigurationoverviewstomaketheproperty valuebetter readable.79 +//__Alphabetical sorting on user level in HTTP statistics__// 80 +Variables in the 3rd generation runtimes HTTP statistics detail pages are now sorted case insensitive. 80 80 81 -//__A lphabeticallysortedcomponentsinthe flow designer__//82 - Asofthisrelease,we nowsort the componentsalphabeticallyin theflowdesigner.82 +//__SOAP Web services path__// 83 +Developers with Admin rights are now able to edit the 'SOAP Web services path' in the SSL settings. 83 83 84 -//__Improved sorting on runtime overview__// 85 -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. 85 +== **Bug Fixes** == 86 86 87 -//__ Improvedsortingoncatalog overview__//88 - As of this release,wenow sortthe topicsinthe catalogbyname.87 +//__Flow designer styling__// 88 +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. 89 89 90 -//__ Stylingfix onrichtext editors__//91 - Richtexteditorsareusedin variouspartsofthe portal.Thisreleasefixes a brokenstylingconfigurationthatmadeitdifficulttofillin informationintheseeditors.90 +//__Partial search for messages__// 91 +It is now possible to search on messages partially in Manage Monitoring. For example, a search for Uptime can be done by searching for "up" "time" "ptim". 92 92 93 -//__ Styling fixonreleaseedit__//94 - Asofthisrelease,thecorrecticon(green)willbeshownwhenwantingtoadd asecondAPIoperationunderthesame"header."93 +//__Disk usage after cloud template update__// 94 +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. 95 95 96 -//__ Removedfalse-positive alerts ontransformations__//97 - When transformingastring toa non-empty string, eMagizwouldalsoshowanalerteveniftheusermadeachecktoavoid an emptystring asoutput. Thisbehavior is nowcorrected.Thiswillsignificantlyreduce thenumberofalertsyouwill seeasauserwithin the contextofyourtransformation.96 +//__Error handling migration__// 97 +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. 98 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"]]103 +* [[JSON Web Tokens (JWT authentication)>>https://my.emagiz.com/p/question/172825635703606919||target="blank"]] 110 110 111 -== **Key Takeaways** ==105 +== **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 116 +* 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 -))) 124 +~*~* Indicates a next-generation-architecture only feature. 125 +{{/info}})))((({{toc/}}))){{/container}} 135 135 {{/container}} 136 -{{/container}}