Changes for page 216 - Hack Heaven
Last modified by CarlijnKokkeler on 2024/04/18 13:04
From version 93.2
edited by Erik Bakker
on 2023/03/14 08:33
on 2023/03/14 08:33
Change comment:
Update document after refactoring.
To version 411.1
edited by Erik Bakker
on 2024/03/11 14:39
on 2024/03/11 14:39
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 94-GiantLeap1 +216 - Hack Heaven - Content
-
... ... @@ -1,79 +1,99 @@ 1 1 {{container}} 2 -{{container layoutStyle="columns"}}((( 2 +{{container layoutStyle="columns"}} 3 +((( 3 3 [[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, to select infra flows in a release, and makes it possible to deploy multiple agents to a single machine that adheres to specific conditions. Furthermore, several announcements will be made via this release blog (and other channels) to better prepare your model for upcoming major changes. 4 4 5 - **Hithere, eMagiz developers!**Inthe last few weeks, we have worked around theclock to release various improvementpointswithinthe3rd generationruntime andelsewhere.We have improvedthefeedbackprovided when a flowcan'tstart dueto an incorrect transformation, improvedwhen specific logging is triggered, and improved the stability of our internal infrastructure. On top of that, we fixed several bugs surrounding other parts of the platform. So without further ado, let us look at all these improvements.8 +== ** Announcement - TLS 1.0 and 1.1 deprecated** == 6 6 7 - == **3rdgenerationimprovements**==10 +Placeholder for info from Bas 8 8 9 -//__Better feedback in the error log when a corrupt stylesheet is encountered__// 10 -We have improved the logging within a 3rd generation runtime that identifies the broken resource by name within a container and informs you to navigate to Create -> Resources to see in which flows the resource is used so you can take the appropriate action. 12 +{{info}}Text{{/info}} 11 11 12 -//__Better internal error handling to avoid unnecessary alerting and notifications__// 13 -We have improved the internal error handling when sending metrics from the runtime to our monitoring stack. This will gravely reduce the alerts you receive on this topic when your model runs on the 3rd generation monitoring stack. 14 +== **Announcement - Spring 6** == 14 14 15 -//__Improved Manage Dashboard__// 16 -This release improves what you can see in the Manage Dashboard after you migrate your model to the 3rd generation runtime architecture. 16 +Placeholder for info from Jelle 17 17 18 -//__Improved process surrounding "slot standby" and "slot wakeup" for 3rd generation runtimes__// 19 -When a slot is put into standby mode, we also stop all on-premise runtimes to avoid excessive logging (and alerting) on your models with this functionality. The opposite happens when the slot wakeup is triggered. As a result, not only the cloud runtimes are started but also all on-premise runtimes. 18 +{{warning}}Text{{/warning}} 20 20 21 -//__Improved process of deploy preparation__// 22 -With this release, we have improved the process through which your deployment action is prepared by eMagiz. As a result, the chances of unexpected behavior occurring in your model are drastically reduced. 20 +== ** Updated release functionality - Infra flow selection** == 23 23 24 -//__Improved migration of Streaming container__// 25 -When migrating your streaming container, we now consider whether "custom error handling" is used within one of the event processors. Based on that determination, additional components are added to ensure that the streaming container will work after migrating without manual intervention. 22 +This release will include a major update of our release functionality through which you can configure your release. As of now eMagiz will provide you with the option to visually see changes on infra flow level. 26 26 27 -//__Add History to Notifications in Manage__// 28 -To improve the auditability of our platform, we have introduced an audit trail to the Notification section in Manage for models running on our 3rd generation monitoring stack. This way, it is always visible when the notifications were paused and who paused or unpaused the notifications. 24 +[[image:Main.Images.Release Blog.WebHome@release-216-hack-heaven--infra-flow-comparison.png]] 29 29 30 -//__Improved Manage phase for Event Streaming__// 31 -Based on the feedback on our first iteration of the Manage phase for Event Streaming, we have improved the graphs and the calculations that fill the graphs with values. On top of that, we have added help texts to clarify what each chart our table displays to you. 26 +When you are in edit mode you can select a new version via the right-click option as you were used to for other flows. 32 32 33 -//__Improved help text for network volumes__// 34 -With this release, we have improved the help text that explains network volumes and how to use them within our solution. 28 +[[image:Main.Images.Release Blog.WebHome@release-216-hack-heaven--infra-flow-selection.png]] 35 35 36 - {{warning}}Shouldyoubeinterestedinmigrating your model toournew3rd generationarchitecture,don'thesitate tocontactus at [[productmanagement@emagiz.com>>mailto:productmanagement@emagiz.com]] or readour[[documentation>>doc:Main.eMagizAcademy.Fundamentals.fundamental-runtime-generation3||target="blank"]]onthesubject.{{/warning}}30 +On top of that we have added an title to each context menu that specifies the flow type (i.e. exit connector, container infra, connector infra) for additional clarity while constructing your release. 37 37 38 - == **Feedbackitems ** ==32 +[[image:Main.Images.Release Blog.WebHome@release-216-hack-heaven--context-menu-title.png]] 39 39 40 -//__Generation of security logic API Gateway in case of API Key as security method is improved__// 41 -With this release, we have improved the generation of security logic within the Create phase related to API Gateways that use the API Key method as their security mechanism. 34 +== ** Updated deploy functionality on-premise - Multiple environments selection** == 42 42 43 -//__User Roles are sorted alphabetically__// 44 -All user roles under User Management are now also sorted alphabetically. 36 +{{warning}}The following is only applicable under the following conditions: 37 + * Windows 2022 server 38 + * Atleast one port opened (as a consequence of a hosted web service){{/warning}} 45 45 46 -//__Name of keystore for user management now includes the environment__// 47 -To improve the naming of the downloaded keystore that needs to be distributed to external parties, we have added the name of the environment to the filename. You can distinguish between the various environments by looking at the filename. 40 +When configuring your Deploy Agent you now have an additional option that can be activated by the user. With the help of this checkbox you unlock the possibility of stabily running multiple deploy agents on one machine. 48 48 49 - ==**Bugfixes** ==42 +[[image:Main.Images.Release Blog.WebHome@release-216-hack-heaven--multiple-environments.png]] 50 50 51 -//__Consolidated upgrade process cloud template__// 52 -With this release, we have removed some specific update options that could cause mismatches between what was visually displayed and what was happening in the cloud. 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 they are displayed closed to the edge of the canvas. By expanding the area you can select the selection of these components will become much easier. 53 53 54 -//__ Ensureusers candeployreleaseonenvironments they have editrightson__//55 - Currently, userswithlimitedrights inDeploy,forexample,onlyeditrightsin Test,cannow activateanddeployreleasesreadyforotherenvironmentsbutneed tobedeployedon theenvironmentforwhichtheyhavetherightstodo so.48 +//__Improved handling of optionality in JSON on lists__// 49 +Previously, eMagiz would always create a JSON array if your data model expected a list. This would lead to unexpected and undesirable behavior of the message as empty arrays are not always accepted by external parties. With this release we have changed the way in which we generate the JSON output should there be an empty list in the output. Consequently the empty list will **not** be part of the output anymore as desired. 56 56 51 +//__Loading bar when searching for log entries__// 52 +To indicate to the user that eMagiz is still busy retrieving log entries we have now added a loading bar to the log entry overview upon pressing search. 53 + 54 +//__Improved feedback when deleting elements from Capture__// 55 +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. 56 + 57 +//__Enhanced filter options in Manage__// 58 +With this release we have added filter options on both the Alerting tab and the Trigger configuration pop-up. This results in being able to filter on Status (Alerting) and Queues, Topics, Recipients, and more (Trigger configuration pop-up) in these places. 59 + 60 +//__Copy property names from Create__// 61 +This release unlocks the possibility to easily copy the name of a property placeholder so it can be used whilst deploying. 62 + 63 + 64 +== **Bug Fixes** == 65 +//__Queue name validation__// 66 +The validation regarding undesired spaces for components that use a queue name has been improved. Specifically, users are now prevented from creating a queue name with a space in the queue name when editing this in the Create phase in the Flow Designer. 67 + 68 +[[image:Main.Images.Release Blog.WebHome@release-215-tiny-tales-queue-name-validation.png]] 69 + 70 +//__Removal of onramp__// 71 +An issue has been fixed where removing an onramp that was previously linked to a combined entry was impossible in the Create phase. 72 + 73 +//__eMagiz login__// 74 +In the login screen, users can now press "enter" to log in when the username field is selected. Previously, this was only the case for the password field. 75 + 57 57 == **Fancy Forum Answers** == 58 58 59 59 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: 60 60 61 -* [[API Security not updated in all entry flow>>https://my.emagiz.com/p/question/172825635703363718||target="blank"]] 62 -* [[Preventing exceptions triggering on HTTP 400 status code>>https://my.emagiz.com/p/question/172825635703351155||target="blank"]] 63 -* [[Deployment of 3rd gen runtimes to Azure Kubernetes Service (AKS containers)>>https://my.emagiz.com/p/question/172825635703350980||target="blank"]] 80 +* [[eMagiz Mendix Kafka Module Issue (Mendix 10)>>https://my.emagiz.com/p/question/172825635703748180||target="blank"]] 81 +* [[SFTP + Privatekey not working>>https://my.emagiz.com/p/question/172825635703760538||target="blank"]] 82 +* [[Attribute name is not allowed to start with 'xml'>>https://my.emagiz.com/p/question/172825635703760662||target="blank"]] 83 +* [[How do I change the default content-type from ISO-8859-1 to utf-8>>https://my.emagiz.com/p/question/172825635703760803||target="blank"]] 84 +* [[Preparing Image for <runtime> failed>>https://my.emagiz.com/p/question/172825635703761022||target="blank"]] 64 64 65 -== **Key takeaways** ==86 +== **Key Takeaways** == 66 66 67 -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:88 +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: 68 68 69 69 * If you have questions surrounding our Program Increment Planning, please get in touch with [[productmanagement@emagiz.com>>mailto:academy@emagiz.com]] 70 70 * If you have feedback or ideas for us, talk to the Platypus 71 -* Please inform us of new additions to the store ([[productmanagement@emagiz.com>>mailto:academy@emagiz.com]]) so we can all benefit from these. 92 +* Please inform us of new additions to the store ([[productmanagement@emagiz.com>>mailto:academy@emagiz.com]]) so we can all benefit from these. 72 72 * Clear your browser cache (Ctrl + Shift + Del) 73 73 * Check out the release notes [here] 74 74 * Start thinking about how the license tracker can aid your development 75 75 * Start thinking about major, minor, and patch 76 -* Upgrade to the latest build number 77 77 * Keep making great integrations 78 78 79 79 Let's stay in touch and till next time! ... ... @@ -81,6 +81,11 @@ 81 81 {{info}} 82 82 ~* Indicates a Beta feature. If you would like to get access to this beta feature, please contact [[productmanagement@emagiz.com>>mailto:academy@emagiz.com]] 83 83 84 -~*~* Indicates a GEN3-only feature. 85 -{{/info}})))((({{toc/}}))){{/container}} 104 +{{/info}} 105 +))) 106 + 107 +((( 108 +{{toc/}} 109 +))) 86 86 {{/container}} 111 +{{/container}}