Mule
Microsoft Dynamics 365 Connector Release Notes - Mule 3
Support Category: Select
Anypoint Connector for Microsoft Dynamics 365 (Microsoft Dynamics 365 Connector) provides an OAuth 2.0 connection for username and password access to a Microsoft Dynamics 365 Cloud server.
Guide: Microsoft Dynamics 365 Connector
Reference: Microsoft Dynamics 365 Connector Reference
1.0.18
1.0.6
Fixed Issues
-
Dynamics 365 Connector stopped making calls after the maximum number of connections (maxHttpConnections). Even if no value was set, it stopped when 100 (default value) was reached. The issue was fixed by removing the HTTP request from the request pool.
-
Under certain scenarios, connections were being kept open after performing requests. This was fixed.
1.0.3
May 23, 2018
Software | Version |
---|---|
Mule |
3.6.0 and later |
Fixed Issues
-
Dynamics 365 Connector was not releasing immediately the connections with an error response (HTTP error code >= 400). The Olingo protocol doesn’t release a connection immediately if the response is not consumed, so we forced the connector to consume the response even if it’s an error response.
1.0.2
April 27, 2018
Fixed Issues
-
This connector was throwing a TimeOutException after receiving a 204 response from the API for an update operation. This was happening because the HTTP client we are using has some memory leaks and we had to override the default implementation.
-
This connector was throwing a TimeOutException after 30 seconds even if the configured timeout value was greater. Now the exception is thrown after the configured timeout value.
-
This connector was creating a new connection for each request, not using the maximum number of connections configured in the pool. Another issue here was that the connections were never released. Now the issues are fixed.
-
This connector does not refresh OAuth token after expiration.
-
Creating an entity with a GUID using this connector throws metadata error.
-
This connector does not support
Edm.Date
. -
Fixed the
edm.datetimeoffset
issue. -
Null values not accepted for Int32 fields.
-
Error when converting decimal fields.
-
Unauthorized (HTTP/1.1 401 Unauthorized) error raised when token expired.