Changes for page eMagiz Mendix Connector - 4.2.0
Last modified by Erik Bakker on 2022/06/16 13:46
From version 13.1
edited by Erik Bakker
on 2022/06/16 13:39
on 2022/06/16 13:39
Change comment:
There is no comment for this version
To version 11.1
edited by Erik Bakker
on 2022/06/16 13:33
on 2022/06/16 13:33
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 -eMagiz Mendix Connector- 5.0.01 +eMagiz Runtime - 5.0.3 - Content
-
... ... @@ -1,27 +1,12 @@ 1 -The 5.0.0releaseofthe eMagizMendixconnector(EMC) bringsback theconfiguration overviewsnippetwhere you cansee the activeconfigurations.There isamajordifference: You do nothave touploadthe configurationanymore. Theyaredirectlyretrieved from the portal.1 +Third maintenance release in the eMagiz 5.0.x line. This release fixes several startup and shutdown related issues. 2 2 3 3 4 -===== Major Changes =====4 +===== Bug Fixes ===== 5 5 6 -* The configuration overview, that was removed in version 4, is back as a snippet. 6 +* The lock file is now stored in the data directory. This enables proper EFS locking in the AWS cloud. 7 +* A datadir revision file is introduced. This can be used to identify differences between (versions of) data directories and the runtimes using it. 8 +* Fixed the issue where, in specific cases, having two versions of the same flow might cause auto-startup to skip starting of the flow altogether. This was especially problematic if the flow in question was the infra flow, making it impossible to control the runtime from the iPaaS portal. 9 +* Fixed clearing of auto-started flows, when the runtime was given the shutdown command immediately after starting. This should solve a rare issue where after a restart the runtime would not start any flows, making it impossible to control the runtime from the iPaaS portal. 10 +* The startup process of the runtime will now stop when the runtime is given the shutdown command. Previously, the startup process would still continue when attempting a shutdown during startup, resulting in unexpected behaviour. 7 7 8 -===== Minor Changes ===== 9 9 10 -* There are two new buttons in the configuration overview to manually download the configurations from the active release in the eMagiz portal. 11 - ** The Download button will only download new configurations from the active release from the portal. 12 - ** The Reset button will stop the EMC, remove all configurations, download the active release and then start the EMC again. 13 -* On initial startup the configurations from the active release in the eMagiz portal are automatically downloaded. 14 -* You do not have to manually register exit connector listeners. Exit connectors are started together with the infra configuration. 15 - ** To enable this feature the import mapping and/or microflow must be configured in the eMagiz portal. 16 -* The Java actions are branded with the eMagiz logo, so they are recognizable in your microflows. 17 -* Added support for string-only messages. You are able to send message to eMagiz and receive from eMagiz without using Mendix mappings. 18 -* The EMC will send daily uptime messages to the eMagiz portal. 19 -* The EMC will be added to the Mendix app store soon. 20 - 21 -===== Known Issues ===== 22 - 23 -* When migrating from version 4.x, you have to enable auto-start on the connector-infra to make sure the EMC starts correctly. 24 - 25 -===== Remarks ===== 26 - 27 -* Version 5.0.0 is only available for Mendix version 8.7.0 or higher.