Last modified by Erik Bakker on 2022/06/16 13:50

From version 9.1
edited by Erik Bakker
on 2022/06/16 13:27
Change comment: There is no comment for this version
To version 11.1
edited by Erik Bakker
on 2022/06/16 13:33
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -eMagiz Mendix Connector - 5.1.0
1 +eMagiz Runtime - 5.0.3
Content
... ... @@ -1,14 +1,12 @@
1 -The 5.1.0 release of the eMagiz Mendix connector (EMC) has two small bug fixes and updates most of the userlib libraries to include the latest security fixes.
1 +Third maintenance release in the eMagiz 5.0.x line. This release fixes several startup and shutdown related issues.
2 2  
3 -Find out more in our [release blog]
4 4  
4 +===== Bug Fixes =====
5 5  
6 -===== Minor Changes =====
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 -* The uptime message did not always show the correct number of days the connector is running.
9 -* Synchronous exit flows without an import or an export mapping (string-only) caused an incorrect validation error.
10 10  
11 -===== Remarks =====
12 -
13 -* Most of the userlib libraries were updated to include the latest security fixes.
14 -