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

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

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -eMagiz Mendix Connector - 5.0.0
1 +61
Parent
... ... @@ -1,1 +1,1 @@
1 -Main.Release Information.Runtime.WebHome
1 +Main.Release Information.Build numbers.WebHome
Content
... ... @@ -1,27 +1,20 @@
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.
1 +Small update that fixes three specific issues.
2 2  
3 +Find out more in our [release blog]
3 3  
4 -===== Major Changes =====
5 5  
6 -* The configuration overview, that was removed in version 4, is back as a snippet.
7 -
8 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.
8 +* Updated bundle 'com.emagiz.bundles.groovy-all' from 3.0.9.1 to 3.0.9.2
9 +* Removed bundle 'com.sun.mail.javax.mail' because it was not used anymore
10 +* Updated bundle 'com.emagiz.components.security' from 7.1.1 to 7.2.0
11 +* Updated bundle 'com.emagiz.components.http' from 7.2.1 to 7.2.2
12 +* Updated bundle 'com.emagiz.util.codec' from 6.1.0 to 6.1.1
20 20  
21 -===== Known Issues =====
14 +===== Bug Fixes =====
22 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.
16 +* The OAuth 2.0 authorization interceptor in the Rest Template component contained client 'Authentication methods’ that were invalid and caused a flow not to start in build 59. Also the clockskew is now configurable so we can handle the requirements of more oauth2 authentication providers.
17 +* The Amazon S3 authentication interceptor in the Rest Template component had a threading issue where the key would be invalid on heavy usage. The threading has been changed and is now behaving correctly.
18 +* In several flow designer components you can add Groovy scripts. Since build 59 using FastStringUtils (JSON parsing) did not work.
19 +* For Gen3 runtimes we upgraded to Spring Boot 2.6.6 to bring the latest security patches.
24 24  
25 -===== Remarks =====
26 -
27 -* Version 5.0.0 is only available for Mendix version 8.7.0 or higher.