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.19
September 30, 2021
Compatibility
Software | Version |
---|---|
Mule |
3.7.0 and later |
Microsoft Dynamics 365 |
1.0.10 Cloud |
Connector DevKit |
3.9.5 |
Fixed Issues
Fixed an encoding issue. (SE-22750)
1.0.18
September 23, 2020
Compatibility
Software | Version |
---|---|
Mule |
3.7.0 and later |
Microsoft Dynamics 365 |
1.0.10 Cloud |
Connector DevKit |
3.9.5 |
Fixed Issues
The issue that caused the connector to set the incorrect URL when using Oauth 2.0 authentifican is fixed. The fix released with version 1.0.17 was incomplete. (SE-17604)
1.0.17
September 16, 2020
Compatibility
Software | Version |
---|---|
Mule |
3.7.0 and later |
Microsoft Dynamics 365 |
1.0.10 Cloud |
Connector DevKit |
3.9.5 |
Fixed Issues
The issue that caused the connector to set the incorrect URL when using Oauth 2.0 authentifican is fixed. (SE-17604)
1.0.16
July 20, 2020
Compatibility
Software | Version |
---|---|
Mule |
3.7.0 and later |
Microsoft Dynamics 365 |
1.0.10 Cloud |
Connector DevKit |
3.9.5 |
Fixed Issues
-
Fixed all operations that caused the connector to throw a "Timeout waiting for connection from pool" exception. (SE-16614 and SE-16738)
1.0.15
March 5, 2020
Compatibility
Software | Version |
---|---|
Mule |
3.7.0 and later |
Microsoft Dynamics 365 |
1.0.10 Cloud |
Connector DevKit |
3.9.5 |
Fixed Issues
-
When using the Create operation, the connector was threw a "Timeout waiting for connection from pool" exception. (SE-15050)
1.0.14
November 1, 2019
Compatibility
Software | Version |
---|---|
Mule |
3.7.0 and later |
Microsoft Dynamics 365 |
1.0.10 Cloud |
Connector DevKit |
3.9.5 |
Fixed Issues
-
Added support for nested related objects (known as deep insert). (SE-11360)
1.0.13
October 30, 2019
Compatibility
Software | Version |
---|---|
Mule |
3.7.0 and later |
Microsoft Dynamics 365 |
1.0.10 Cloud |
Connector DevKit |
3.9.5 |
Features
-
Added logging to the DEBUG level to help with troubleshooting.
1.0.12
October 24, 2019
Compatibility
Software | Version |
---|---|
Mule |
3.7.0 and later |
Microsoft Dynamics 365 |
1.0.10 Cloud |
Fixed Issues
-
Fixed a bug with space encoding. (SE-12460)
1.0.11
February 19, 2019
Compatibility
Software | Version |
---|---|
Mule |
3.7.0 and later |
Microsoft Dynamics 365 |
1.0.10 Cloud |
Features
-
This connector now supports API version 9.x and later, by making the version number configurable.
1.0.10
January 9, 2019
Compatibility
Software | Version |
---|---|
Mule |
3.7.x, 3.8.x, and 3.9.x |
Microsoft Dynamics 365 |
1.0.10 |
Fixed Issues
-
Enhanced exception handling in case of bad credentials.
-
The plus sign (+) was not correctly encoded when executing a query, which caused the operation to not return the results.
-
Mule 3.6 is no longer supported.
1.0.6
Compatibility
Software | Version |
---|---|
Mule |
3.6.0 and later |
Microsoft Dynamics 365 |
1.0.6 |
Features
-
No new features added.
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.5
Compatibility
Software | Version |
---|---|
3.6.0 and newer |
|
Microsoft Dynamics 365 |
1.0.5 |
Features
-
No new features added
Fixed Issues
-
An issue was reported that when using a payload with Czech characters in the connector, an error is returned even if the Mule message is set to use UTF-8 encoding. It was fixed by using the correct UTF-8 encoding in the requests to the Dynamics 365 service.
1.0.4
July 24, 2018
Compatibility
Software | Version |
---|---|
Mule |
3.6.0 and later |
Features
-
No new features added.
Fixed Issues
-
Fixed Read Timeout default value. Default was always 5 seconds even if setting was not specified or set to 0. Now, if ReadTimeout is not specified, the default is 5 seconds, else if ReadTimeout is less or equal to 0 (zero), the default is an infinite wait.
1.0.3
May 23, 2018
Software | Version |
---|---|
Mule |
3.6.0 and later |
Features
-
No new features added.
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
Compatibility
Software | Version |
---|---|
Mule |
3.6.0 and later |
Features
-
No new features added.
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.