Changes for page 252 - Frostline
Last modified by Erik Bakker on 2025/09/10 21:11
From version 272.1
edited by Erik Bakker
on 2025/07/28 11:29
on 2025/07/28 11:29
Change comment:
There is no comment for this version
To version 247.1
edited by Erik Bakker
on 2025/04/22 14:01
on 2025/04/22 14:01
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 -2 50-Fix Fest1 +243 - Migration Magic - Content
-
... ... @@ -1,49 +1,30 @@ 1 - This release featuresnumerousupdates to ourplatform, witha user-centricfocus.Thisrelease,weonce againembarkedonourtraditionalHackathonjourney, focusedonmakingthelives of ourday-to-dayplatformusers easier.1 +In the last sprint, we released our migration wizard for the new eMagiz connector. This wizard will guide you through the process of migrating the existing eMagiz connector within Mendix to our latest version, which is packed with improvements. Furthermore, we will release a new [[runtime image>>doc:Main.Release Information.Runtime Images.WebHome||target="blank"]] that corrects some changes and improves the UI/UX of loads of data grids across the platform. In addition, we have various smaller changes and bug fixes for you to enjoy. 2 2 3 -Please find out more on our [[Release blog>>Main.Release Information.Release Blogs.2 50-Fix Fest.WebHome||target="blank"]].3 +Please find out more on our [[Release blog>>Main.Release Information.Release Blogs.243 - Migration Magic.WebHome||target="blank"]]. 4 4 5 -==== Newfeatures====5 +====New Features==== 6 6 7 -* Create - Flow Designer: Custom resources in the form of XSLT files and Groovy scripts can be previewed and edited directly in the flow designer. (#1115) 8 -* Create - Flow Designer: Two navigation buttons (Start/Stop editing and “Open in Design“) are added to the following pages. (#1607) 9 -** Messaging: 10 -*** System message 11 -*** CDM message 12 -** API gateway: 13 -*** Gateway message 14 -*** System message 15 -** Event streaming: 16 -*** Topic in 17 -*** Topic out 7 +* eMagiz Connector - Migration: We have implemented a migration wizard that allows you to migrate to the new eMagiz Connector. You can start this wizard via Deploy -> Mendix connectors on a system-by-system basis. 8 +** Migrating eMagiz connector flows to the new version will remove the history of the old versions from the history tab. Make sure you copy this information if you want to archive it. After migrating your flows, this will no longer be visible. 18 18 19 -==== Minorchanges====10 +====Minor Changes==== 20 20 21 -* General - E xport: Whenexportingto PNG, thefilename now has a logicalname, containingthetechnicalname of yourmodel, thephasethatwasexported,andthe time ofthe export.(#266)22 -* Capture -Settings:Thisoverviewwillnowshowthe technicalnames,when known,ofsystemsas wellastheirdisplay name. (#810)23 -* Capture- System: Userscan quicklycreate multiple tenantsin amulti-tenantsystemby usingthe newbutton called“Saveandadd new”. The buttonsavesthepreviouslycreated tenant andopensanewpagetocreate anewtenant.(#1527)24 -* Design-Settings:Makeclear that only themodel ownercan alterthe settingsdisplayedunderDesign-Settings (#1638)25 -* Create - Flow Designer:Theexpressionsofrecipientroutersare visibleinthegridtoshow the conditionsalongwith them. Additionally,the gridhasbeenupdatedtoDataGrid 2, whichoffers amorevisuallyappealingdisplay. (#1649)26 -* Create-Transformation: Whenviewinga transformation withadatatypeconversionfromor to ‘date’,‘time’,or‘datetime’,thetimezone usedintheformattingisnowshownwithoutthe needto entereditmode.(#945)27 -* Deploy - Releases:Wehave updatedthe UI and userexperience in Release> Details> Flow versionsand Integrationstabs.Furthermore, we have added the optiontodisplaythe integration nameratherthan the message type name, allowing you to see which API operation you areadding or removing from a release.(#1581)28 -* Deploy-Architecture:Cloudslotsthatdonothaveanactiveenvironment will notbeplannedtobeupgradedanymore, removingunnecessaryemailsbeing deliveredtomodelowners. (#1594)29 -* Deploy - Properties:Updatedhover text ofthegeneratebuttontoreflectthat valueswill be replaced.(#1160)30 -* Ma nage- ErrorMessages:Users with viewrightsin Managecannowchange thestatus oferrormessages.(#1669)12 +* General - Event Streaming: We have updated our event streaming infrastructure. 13 +* General - Datagrids: We have updated a lot of our data grids to reflect the latest changes available 14 +** ‘Double click’ action on data grid rows is introduced to the newer datagrid format and, where possible, configured as such. Since older grids will be gradually replaced, this update allows for the maintainability of the behavior you are used to. 15 +** Unfortunately, The above change resulted in a behavior shift when selecting one or multiple rows in a grid (for example, in the trigger overview). Previously, clicking on the whole row resulted in the selection of the row. Now only checking the checkbox results in a row selection. 16 +* Create - Transformation: In the Transformation tab of the Create phase, conditional operators can be added for transformations that have multiple attributes as a source. (#1272) 17 +* Deploy - Machine: We have updated the default network deployment strategy for Windows machines, which might affect your machines. When you access the Deploy phase, you will see the list of machines required for redeployment. Redeploying your machine will ensure you benefit from these enhanced network capabilities. 18 +* Deploy - History: Deploy releases history tab better renders the information on the screen. 19 +** Additionally, we have updated the "Export to Excel" button to reflect the latest functionality. As a result, there is no longer a limit to how many rows can be exported. (#1601) 20 +* Deploy - General: We have implemented performance improvements to the Deploy phase. The larger the model, the more notable the improvements. 21 +* eMagiz Connector - General: We released a new patch version of the eMagizConnector in the Mendix marketplace. It includes some small changes to the naming conventions to remove the ACR violations. 31 31 32 -==== Bug fixes====23 +====Bug fixes==== 33 33 34 -* Design - Message Tree: Attribute order is exchanged between the moved attributes rather than making an algebraic calculation to obtain a new value to avoid double jumps during the movement. (#1593) 35 -* Create - Flow Designer: Validation in JDBC stored procedure inbound channel adapter is now shown on the right element. (#1557) 36 -* Create - Message Definition: A Longer time is given to the user to change the fields. Additionally, the pattern field is no longer time-bound, as it requires a longer input. (#1575) 37 -* Create - Flow Designer: Wiretap channel does not cause an error when its ID is too long. (#1606) 38 -* Create - Flow Designer: When changing a filter with a discard channel to start throwing exceptions on rejection instead of sending them to the discard channel, the UI will now correctly reflect this. (#1621) 39 -* Create - Flow Designer: when copying a component which have a field value longer than 64 characters and contains the flow’s name, then pasting, the field will not be limited to 64 characters. (#1398) 40 -* Create - Components: Linetokenizer -> Strict of the Flat file to XML transformer and 'Allow empty array' of the system message are not editable anymore when not in 'start editing'. (#1612) 41 -* Create - Transformation: Users are now able to switch between “Custom XPath” and “Convert datatype” options for the “Transform from date/time” transformer. (#1662) 42 -* Create - Transformation: Users can return to the correct design phase message mapping. (#1348) 43 -* Create - Transformation: User permissions are modified for the From Boolean Transformer so that the user can see the Value Mappings. (#1622) 44 -* Create - Flow Testing: Flow tests that contain Kafka Message Listener Adapter components can be executed again. (#1672) 45 -* Create - Create Flow Version: We fixed an issue where you got an error, which requires Deploy permission, when you create and transfer the new API operation to Deploy, since you only have permission in Capture, Design, and Create. (#1677) 46 -* Deploy - Architecture: You were able to remove pending changes from Deploy Architecture without applying them when pressing cancel after applying changes for a double lane model. (#1651) 47 -* Deploy - Architecture: Resolved the issue where enabling/disabling SSL-configuration in runtime settings could lead to duplicated help text. (#1455) 48 -* Deploy - User Management: We fixed an issue where the list of API operations did not show since these API operations were assigned to the related user. (#1678) 49 -** Additionally, help text is converted to the latest help text format. 25 +* Design - System Message: Using the "save and create new attribute" button in the system message tab of the design phase will not open a "new attribute" window until the previous attribute’s details are properly entered and saved. (#1650) 26 +* Create - Transformation: Help text appears for relevant attributes when creating a new transformer in the transformation tab of the create phase. (#1352) 27 +* Catalog - General: The content inside the “used by integrations” table for the topic catalog is properly rendered to be more readable for systems with longer names. The title represents the content of the table. (#1224) 28 +* Create - Transformation: Date/time transformer pop-ups in the Transformation tab of the Create phase are rendered in a format that allows editing when in edit mode. (#1642) 29 +* Infra - Runtime Image: Support for the ‘NTCredentials’ authentication method in a custom HttpComponentsMessageSender support object has been reintroduced. 30 +* Infra - Runtime Image: In some edge cases, log messages produced with the Logging channel adapter component did not end up in the Manage phase. This issue is now resolved.