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

From version 17.1
edited by Erik Bakker
on 2022/06/16 13:46
Change comment: There is no comment for this version
To version 13.1
edited by Erik Bakker
on 2022/06/16 13:39
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -eMagiz Mendix Connector - 4.2.0
1 +eMagiz Mendix Connector - 5.0.0
Content
... ... @@ -1,19 +1,27 @@
1 -Update which brings automatic connector-infra configuration downloading, improved exception handling, and dependency updates.
1 +The 5.0.0 release of the eMagiz Mendix connector (EMC) brings back the configuration overview snippet where you can see the active configurations. There is a major difference: You do not have to upload the configuration anymore. They are directly retrieved from the portal.
2 2  
3 3  
4 -===== Major changes =====
4 +===== Major Changes =====
5 5  
6 -* On project startup the connector-infra configuration is downloaded, installed, and started automatically.
7 - ** When it is not possible to retrieve the active release, the previous connector-infra will be used.
8 - ** The Configuration Overview snippet is not necessary anymore and therefore removed from the module.
6 +* The configuration overview, that was removed in version 4, is back as a snippet.
9 9  
10 -===== Minor changes =====
8 +===== Minor Changes =====
11 11  
12 -* Improved exception handling for synchronous entry integrations.
13 - ** Standard eMagiz bus exceptions are recognized and converted into Mendix exceptions.
14 -* Updated dependencies in 'userlib'. To prevent errors, run the cleanup tool ('resources/emagiz-cleanup-tool.jar') to remove all old dependencies.
15 - ** Updated Spring Framework from version 4.3.20 to version 5.2.3
16 - ** Updated Netty from version 4.1.34 to version 4.1.50
17 - ** Updated Proton-J from version 0.31.0 to version 0.33.5
18 - ** Updated Spring Retry from version 1.2.2 to version 1.2.5
19 - ** Updated Joda Time from version 2.10.1 to version 2.10.5
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.