Changes for page 216 - Hack Heaven

Last modified by Carlijn Kokkeler on 2024/04/18 13:04

From version 411.1
edited by Erik Bakker
on 2024/03/11 14:39
Change comment: There is no comment for this version
To version 414.1
edited by Erik Bakker
on 2024/03/11 14:49
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -5,7 +5,7 @@
5 5  
6 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.
7 7  
8 -== ** Announcement - TLS 1.0 and 1.1 deprecated** ==
8 +== ** Announcement - TLS versions deprecated** ==
9 9  
10 10  Placeholder for info from Bas
11 11  
... ... @@ -17,7 +17,7 @@
17 17  
18 18  {{warning}}Text{{/warning}}
19 19  
20 -== ** Updated release functionality - Infra flow selection** ==
20 +== **Infra flow selection** ==
21 21  
22 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.
23 23  
... ... @@ -31,7 +31,7 @@
31 31  
32 32  [[image:Main.Images.Release Blog.WebHome@release-216-hack-heaven--context-menu-title.png]]
33 33  
34 -== ** Updated deploy functionality on-premise - Multiple environments selection** ==
34 +== **Multiple environments selection** ==
35 35  
36 36  {{warning}}The following is only applicable under the following conditions:
37 37   * Windows 2022 server
... ... @@ -60,7 +60,15 @@
60 60  //__Copy property names from Create__//
61 61  This release unlocks the possibility to easily copy the name of a property placeholder so it can be used whilst deploying.
62 62  
63 +//__Improved feedback during migration to the current-runtime architecture__//
64 +We have improved the feedback should you try to migrate the JMS before any other runtime under Create -> Settings.
63 63  
66 +//__Block user from making changes to their cloud whilst another upgrade is still in progress__//
67 +We now block the user from making changes to their cloud configuration when another upgrade is still in progress.
68 +
69 +//__Cron trigger validation__//
70 +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.
71 +
64 64  == **Bug Fixes** ==
65 65  //__Queue name validation__//
66 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.