Changes for page 216 - Hack Heaven
Last modified by CarlijnKokkeler on 2024/04/18 13:04
From version 38.1
edited by Erik Bakker
on 2022/11/07 16:06
on 2022/11/07 16:06
Change comment:
There is no comment for this version
To version 419.1
edited by Erik Bakker
on 2024/03/11 15:19
on 2024/03/11 15:19
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 -1 87-IntegrationSponsor1 +216 - Hack Heaven - Content
-
... ... @@ -1,164 +1,135 @@ 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!** Withthisreleasewe will releaseseveralimpactfulfeaturesandenablersto our community.Amongothersthenextphaseof the eMagizStorewill becomepublicly available.Thismeansthatyoucan now importdata models andtransformationontopofsystem messages inDesignandaccelerators inCreate.Furthermore,wewilllaunch a newBetafunctionalitythrough some of ourclientsthatwillenableyoutorestore yourflowtoapreviousversion.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. 6 6 7 -== ** Store -Nextphase** ==8 +== ** Announcement - TLS versions deprecated** == 8 8 9 - This release will introducethe next phaseof the Store to our whole community. With this new functionality you can now importdata model messages (i.e. CDM, API Gateway Data model orEvent Streaming data model) and transformations.This way connecting to standardized systems such as Exact Online, Microsoft Graph, Salesforceand others will become even easier. For more information on the Store please check out this [[course>>doc:Main.eMagiz Academy.Microlearnings.Novice.eMagizStore.WebHome||target="blank"]]. Asa reminder you can find all documentation on all available Store content published by eMagiz [[here>>doc:Main.eMagiz Store.WebHome||target="blank"]].10 +Placeholder for info from Bas 10 10 11 - == **Flow versionrestore** ~* ==12 +{{info}}Text{{/info}} 12 12 13 - Ontop of that we will also launch a new Beta feature to the communitythatallows you to restore your flow to aprevious version. This way you can quickly undo changesmadethat were incorrect.14 +== **Announcement - Spring 6** == 14 14 15 -{{warning}}Note, that the following restrictions apply when restoring to a previous version: 16 - * Changes made on definition and transformation level are **not** restored 17 - * You will not be able to restore to any flow version that was created before October 17th, 2022 18 - * You will not be able to restore your flow to the original version created by eMagiz. You can use the reset function if you want this state back{{/warning}} 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. 19 19 20 -== **Academy improvements** == 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. The release notes of the base image 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 21 22 - Ontop ofthat, we have added various microlearningsto our academy offering availableon docs.emagiz.com related to the newruntime architecture. You can identify thesemicrolearnings by looking at the following icon in frontof a microlearning.31 +== **Infra flow selection** == 23 23 24 - [[image:Main.Images.ReleaseBlog.WebHome@186-release-blog--gen3-microlearnings-icon.png]]33 +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. 25 25 26 - ==**Flow DesignerImprovements** ==35 +[[image:Main.Images.Release Blog.WebHome@release-216-hack-heaven--infra-flow-comparison.png]] 27 27 28 -//__See last changed date and changed by on resource level__// 29 -This release will reinstate the ability to see who changed a resource last and when it was changed for the last time. You can find this information by double-clicking on a resource or viewing its details via the view button. 37 +In edit mode, you can select a new version via the right-click option, which you already use for other flows. 30 30 31 -[[image:Main.Images.Release Blog.WebHome@ 186-release-blog--change-info.png]]39 +[[image:Main.Images.Release Blog.WebHome@release-216-hack-heaven--infra-flow-selection.png]] 32 32 33 -//__See on which other flows a resource is used__// 34 -This release will reinstate the ability to see whether a resource is used in other flows within your model or not. This will help to determine the impact of a specific change. 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. 35 35 36 -[[image:Main.Images.Release Blog.WebHome@ 186-release-blog--resource-used-in-other-configs.png]]43 +[[image:Main.Images.Release Blog.WebHome@release-216-hack-heaven--context-menu-title.png]] 37 37 38 -//__Toggle option to see the generated resource by default__// 39 -Upon request, we have made the toggle for the generated resources in the new flow designer user-dependent. This means that you, as a user, can determine that the toggle should also be on. This means that the generated resources will be shown to you when opening any flow in eMagiz. When you switch the toggle off, this will mean that you will **not** see the generated resources by default. 45 +== **Multiple environments selection** == 40 40 41 -== **Feedback items ** == 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}} 42 42 43 -We have a lsosolvedotherfeedbackitemsbesidestheflowdesigner'scriticalupdates.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. 44 44 45 -//__Redirect to the Manage Dashboard from your model home page__// 46 -Directly navigating to the Manage phase (of any environment) will automatically redirect you to the error message Dashboard, as that is the landing page of the Manage phase. 53 +[[image:Main.Images.Release Blog.WebHome@release-216-hack-heaven--multiple-environments.png]] 47 47 48 -//__Readable entry of a SpEL expression in a flow component__// 49 -As of now, the input field for your SpEL expression in certain flow components will dynamically expand when you enter a large SpEL expression. This will improve the readability of your solution and will make it easier to enter and validate your SpEL expressions. 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. 50 50 51 -[[image:Main.Images.Release Blog.WebHome@186-release-blog--spel-expression-readible.png]] 59 +//__Improved handling of optionality in JSON on lists__// 60 +Previously, eMagiz always created a JSON array if your data model expected a list. This led to unexpected and undesirable behavior of the message, as empty arrays are not always accepted by external parties. 52 52 53 -//__Keep Create and the Create Phase release in sync__// 54 -Previously the Create and the Create Phase release might have become out of sync. As a result, comparing a release to the Create Phase release could yield confusing results. With this release, we have made several improvements to prevent this from happening. 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. 55 55 56 -//__ Mask password valuesintheunused propertiesoverview__//57 - All propertyvaluesofthetype passwordcanbemaskedinthe propertiesoverviewscreen. However,thisbehavior wasdifferentwhen pressingthe unused propertiesoverview. With thisrelease, we havecorrectedthisbehavior toensurethat passwords arealsomasked inthisoverview.64 +//__Loading bar when searching for log entries__// 65 +To indicate to the user that eMagiz is still busy retrieving log entries, we have added a loading bar to the log entry overview upon pressing search. 58 58 59 -//__ PressEnter to Search for properties__//60 - Withthis release,wehaveaddedfunctionality that makes itpossibletopress**Enter**whensearchingfor propertiesin thepropertyoverview.67 +//__Improved feedback when deleting elements from Capture__// 68 +To better specify to the user which integration or system the user intends to delete, we have improved the text in the confirmation pop-up. This way, we can provide more information to the user to avoid mistakes. 61 61 62 -//__ Styling update ontag selectiononintegrationlevel__//63 -With this release, we have improved the stylingoftagsdisplayedonthe integrationand system level. Thisway,the tagis betterreadable,andthe iconto remove aselectedtagiscompletely shownto theuserinstead ofpartly.70 +//__Enhanced filter options in Manage__// 71 +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. 64 64 65 -//__ Enter toclose automatedflowtesting pop-up__//66 - Uponyourrequests, wehavemadethe pop-up detailingyourautomatedflowtest resultsto beclosable bypressing theEnterkeyonyourkeyboard. This savesyouthehassleof grabbingyour mouseandclicking thebutton.73 +//__Copy property names from Create__// 74 +This release unlocks the possibility of easily copying the name of a property placeholder so it can be used while deploying. 67 67 68 -//__Improved naming ofdownloadedEventStreaming keystore__//69 - When downloadinga Keystorethatan EventStreamingclientneedsto accessatopic, thenamenowincludestheclientname**and**the environmentsoyoucaneasilydiscernthe differencebetweenthekeystoreswhendistributingthemtoyourclient.76 +//__Improved feedback during migration to the current runtime architecture__// 77 +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. 70 70 71 -//__ Popoutonthe Traces tabwithinFlowTesting__//72 - In linewith the improvements we made beforewithinthe FlowTestingfunctionality,wehavenowaddedthepop-out functionality toall resultsshownin the tracestab. This will make it easier toanalyzewhat happensbetweenthestartandtheendof your flow.79 +//__Block user from making changes to their cloud while another upgrade is still in progress__// 80 +We now block users from changing their cloud configuration when another upgrade is ongoing. 73 73 74 -//__ SortingUserManagement__//75 - Asof this release,the usermanagementoverviewinDeployfor usersandroleswill besortedalphabeticallyto makeiteasiertofinda specificuserorrole withinthis overview.82 +//__Cron trigger validation__// 83 +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. 76 76 77 -//__Improved warning on passthrough API operation__// 78 -Most users forget to configure a backend API operation or switch to the transformation option when configuring an API operation in Capture and Design before moving to Create. This is then blocked, leaving users confused about what to do next. Therefore we introduce an additional warning in the Design phase that lets you know that your configuration of an API operation is not yet finished. This way, you can correct it **before** trying to move it to Create. 79 - 80 -//__Improved update functionality of Swagger file when changing data model__// 81 -Before, there were specific scenarios in which the Swagger file was not updated according to changes made to your API data model. With this release, we have made a first step in improving this behavior. Then, when you change the order of attributes in your data model, the Swagger file will be updated accordingly. 82 - 83 -{{info}}Note that just as with any resource that is changed from the Design phase, a version bump of your flow in Create is still necessary to deploy the changes to your environment(s){{/info}} 84 - 85 -//__"Disapprove and go to environment"__// 86 -Following the "Approve and go to environment" functionality, we have now expanded that by adding the "Disapprove and go to environment" functionality. 87 - 88 -//__Improve readability of API Gateway operations in Create and Deploy__// 89 -When you have a lengthy name for your API Gateway operation, it becomes tough to discern the various API Gateway operations in your landscape. To alleviate this problem, we have added a tooltip functionality that will show the full display name when hovering over the API Gateway operation. 90 - 91 -//__Add Topic Storage information to License Tracker__// 92 -On top of the information already shown in the License Tracker, we have added Storage information for the Event Streaming pattern. This way, you can easily see the amount of GB you have assigned and the amount of GB that was contractually agreed upon between you and eMagiz. 93 - 94 -[[image:Main.Images.Release Blog.WebHome@186-release-blog--topic-storage-info.png]] 95 - 96 -//__Add Compatibility check when importing store items__// 97 -We have added a compatibility check to the platform to prevent you from importing store items that do not work on a specific runtime architecture to prevent this from happening. 98 - 99 -//__Show dependencies between support objects__// 100 -As of now, when you click on a support object, all related support objects will also be highlighted in the same overview. This makes it easier to see the relationship between support objects and components and among support objects. 101 - 102 -//__Improve rendering of validation definition when using multiple namespaces__// 103 -With this release, we have improved how we render the validation definition (XSD) when using multiple namespaces. This will prevent you from running into validation errors while everything seems configured correctly on your end. 104 - 105 -//__Improved help texts on next-generation runtime functionality across the portal__// 106 -With this release, we have improved several help texts on functionality related to the next-generation runtime that help you while migrating to the next-generation runtime. 107 - 108 108 == **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. 109 109 110 -//__Pro videcorrectfeedback whenaflowis transferredtoDeployforthefirst time__//111 -W ith this release,wehavemadeseveralimprovements to what feedbackis givento theuserwhen moving a flow from Create to Deployfor thefirst (upon creatingyour first definitiveversion). This willensurethat noconfusing pop-ups will beshownthat areincorrect and only confuse theuserfurther.89 +//__Property configuration pop-up resized__// 90 +We have resized the property configuration overviews to make the property value better readable. 112 112 113 -//__ Showinformation in theException oferrormessages overview__//114 - Withthis release, wehaveresolvedthebugplaguingthis page. As a result, you willagainsee information on this page whenthere isinformation to show.92 +//__Alphabetically sorted components in the flow designer__// 93 +As of this release, we now sort the components alphabetically in the flow designer. 115 115 116 -//__Improve st yling ofcrontriggerconfiguration pop-up__//117 - Thestylingof thispop-upmade it very hardtoconfigure a crontrigger.We have redesigned thestylingtomakethepop-upreadable again.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. 118 118 119 -//__ Preventflow editinglocks inspecific situations__//120 - There werespecificsituationswhen switchingbetweenDesignandCreatethat could leadtounexpectedbehavior in theCreate phase. Thisled toa flow editinglockwarning to the user. We have solved this problemin this release.98 +//__Improved sorting on catalog overview__// 99 +As of this release, we now sort the topics in the catalog by name. 121 121 122 -//__ Generate propertyvalueemptiestheruntimeselection__//123 - With this release,we have fixedthebug thatemptied theruntimeselectionupongeneratingaproperty value(i.e.,password).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. 124 124 125 -//__ Make sure nothingofasystem messageiseditable from your exit__//126 - Before,youcould changepart of your system messagefromyourexit(but noteverything).Thisledto confusion.As a result,wehavenowmade sure you cannotedit anything onthesystemmessagelevel fromyourexit tokeepit consistentwithourdesignchoices.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." 127 127 128 -//__ Preventuserswithout viewrightsfrom seeinga weirdscreen inthose phases__//129 -W ith thisrelease,we haveintroducedaconsistentapproachtowardswhatweshowauserthathasno viewrightsonacompletephase. Thismeansthat you will always seethesameinformationconsistently.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. 130 130 131 -//__ Nameof starting pointoftheflow testisincorrect__//132 - With thisrelease, wehave ensuredthat the nameofthe starting pointof yourflowtestyouseeinthe"Results" tabiscorrect.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. 133 133 134 -//__ Audit Trailon UserManagement could break__//135 -Whe nperforming many changestousermanagement in Deployatonce,there was achancetheaudit trailfunctionalitywouldgiveanerrorblockingyoufrom continuing yourupdate. With thisrelease, we have solvedthat issue.113 +//__Improved helptext__// 114 +We have improved various help texts across the portal to indicate better what should be filled in for specific fields. 136 136 137 -//__Progress bar in the license tracker is shown twice__// 138 -With this release, we have fixed a bug that showed the progress bar twice in the license tracker. 139 - 140 -//__Compare flows with support objects in the new flow designer__// 141 -We have fixed a bug related to support objects that prevented you from comparing two flows when one was built in the latest, and the difference was constructed in the old flow designer. 142 - 143 143 == **Fancy Forum Answers** == 144 144 145 145 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: 146 146 147 -* [[How to translate CDATA>>https://my.emagiz.com/p/question/172825635703158962||target="blank"]] 148 -* [[SwaggerUI not found>>https://my.emagiz.com/p/question/172825635703171813||target="blank"]] 120 +* [[XSD is only partially imported into eMagiz (xmlStat.xsd)>>https://my.emagiz.com/p/question/172825635703773349||target="blank"]] 149 149 150 -== **Key takeaways** ==122 +== **Key Takeaways** == 151 151 152 -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: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: 153 153 154 154 * If you have questions surrounding our Program Increment Planning, please get in touch with [[productmanagement@emagiz.com>>mailto:academy@emagiz.com]] 155 155 * If you have feedback or ideas for us, talk to the Platypus 156 -* Please inform us of new additions to the store ([[productmanagement@emagiz.com>>mailto:academy@emagiz.com]]) so we can all benefit from these. 128 +* Please inform us of new additions to the store ([[productmanagement@emagiz.com>>mailto:academy@emagiz.com]]) so we can all benefit from these. 157 157 * Clear your browser cache (Ctrl + Shift + Del) 158 158 * Check out the release notes [here] 159 159 * Start thinking about how the license tracker can aid your development 160 160 * Start thinking about major, minor, and patch 161 -* Upgrade to the latest build number 162 162 * Keep making great integrations 163 163 164 164 Let's stay in touch and till next time! ... ... @@ -166,6 +166,11 @@ 166 166 {{info}} 167 167 ~* Indicates a Beta feature. If you would like to get access to this beta feature, please contact [[productmanagement@emagiz.com>>mailto:academy@emagiz.com]] 168 168 169 -~*~* Indicates a GEN3-only feature. 170 -{{/info}})))((({{toc/}}))){{/container}} 140 +{{/info}} 141 +))) 142 + 143 +((( 144 +{{toc/}} 145 +))) 171 171 {{/container}} 147 +{{/container}}