SharePoint Connector Release Notes - Mule 4
Support Category: Select
Anypoint Connector for SharePoint (SharePoint Connector) enables you to connect to the Microsoft SharePoint application. The connector exposes convenient methods to work with the Microsoft SharePoint API.
Guide: SharePoint Connector
3.4.6
3.1.6
June 11, 2020
Compatibility
SharePoint Connector is compatible with:
Application/Service | Version |
---|---|
Mule |
4.1.1 and later |
Anypoint Studio |
7.0.0 and later |
Fixed Issues
The Modified objects
input source with recursive mode enabled did not work on folders that had a large volume of files. (SE-15656)
The connector now performs one request only to get the needed information when you do the following:
-
Use the
New objects
orModified objects
input source -
Set
Object type
toFILE
-
Enable recursive mode
-
Provide a value for
list id
This new functionality improves the execution time, especially when the operations create or modify complex document libraries or hierarchies.
3.1.5
May 26, 2020
Compatibility
SharePoint Connector is compatible with:
Application/Service | Version |
---|---|
Mule |
4.1.1 and later |
Anypoint Studio |
7.0.0 and later |
Fixed Issues
-
Upgraded the following dependencies to fix vulnerability issues (CONN-6024):
-
commons-codec:commons-codec:1.10
tocommons-codec:commons-codec:1.13
-
com.google.guava:guava:18.0
tocom.google.guava:guava:28.1-jre
-
org.springframework:spring-expression:4.1.9.RELEASE
toorg.springframework:spring-expression:5.2.3.RELEASE
-
com.fasterxml.jackson.core:jackson-databind:2.9.3
tocom.fasterxml.jackson.core:jackson-databind:2.10.2
-
com.sun.xml.bind:jaxb-impl:2.3.0
tocom.sun.xml.bind:jaxb-impl:2.3.2
-
-
To fix vulnerability issues,
Log4j:log4j:1.2.17
was replaced withcommons-logging:commons-logging:1.2
3.1.4
December 19, 2019
Compatibility
SharePoint Connector is compatible with:
Application/Service | Version |
---|---|
Mule |
4.1.1 and later |
Anypoint Studio |
7.0.0 and later |
Fixed Issues
-
The File Add operation did not work properly. (SE-14053)
-
Deprecated the Security Token Provider because it is no longer needed. The Basic Authentication mechanism obtains the security token and is easier to use. For SAML access, you can obtain a security token from SharePoint.
3.1.3
July 17, 2019
Compatibility
SharePoint Connector is compatible with:
Application/Service | Version |
---|---|
Mule |
4.1.1 and later |
Anypoint Studio |
7.0.0 and later |
Features
-
An optional parameter named Path is now available for the Created objects and Modified objects triggers. Use this parameter to specify the root path to start querying for when the object type is
FILE
orFOLDER
. The Path parameter is ignored for other object types. -
The default value for the Since field of the Created objects, Modified objects and Deleted objects triggers now formats the current time in UTC format rather than defaulting to the time on the machine running the Mule application.