Skip to content

Release v1.1.0

Compare
Choose a tag to compare
@wattsferry wattsferry released this 26 Jun 23:09
· 206 commits to master since this release

Mulesoft Connector Extension for MarkLogic #26

Release Notes and Change Log

v1.1.0

Release Date:

  • 2019-06-30

What's New:

This release of the Connector includes the following:

  • Added new operation: queryDocs. This allows for the specification of a query via Structured Queries or CTS queries, in order to provide support for egress of data out of MarkLogic for further downstream processing in MuleSoft. This operation deprecates operation selectDocsByStructuredQuery.
  • Added new operation: deleteDocs. This allows for the specification of a query via Structured Queries or CTS queries, in order to delete documents on MarkLogic Server, using DMSDK DeleteListener.
  • Added support for 2-way SSL connectivity, and MarkLogic certificate authentication.
  • Added support for specifying temporal collections on importDocs operation.
  • Added dateTime stamps to getJobReport, specifying jobStartTime, jobEndTime, and jobReportTime.
  • Updated documentation, moving some non-required Markdown documents out of source control, and into GitHub wiki pages.
  • Updated Java types and applied increased usage of Enumerations on connection and configuration parameters, plus operations, to provide better UI inputs for Anypoint Studio and Anypoint Design Center.
  • Improved handling of transformation parameters and values, which previously could have treated values as parameters.
  • Provided documentation of configuration and example flows demonstrating importDocs and getJobReport operations.

Improvements:

  • Improved handling of transformation parameters and values, which previously could have treated values as parameters.
  • Updated documentation, moving some non-required Markdown documents out of source control, and into GitHub wiki pages.
  • Updated Java types and applied increased usage of Enumerations on connection and configuration parameters, plus operations, to provide better UI inputs for Anypoint Studio and Anypoint Design Center.

Bugs Fixed:

  • Improved handling of transformation parameters and values, which previously could have treated values as parameters.

Operations:

  • Added operations for queryDocs (which deprecates operation selectDocsByStructuredQuery) and deleteDocs.

Compatibility:

Software Version
Anypoint Studio 7.1.4 and later
Mule 4.2.0 and later
JDK 1.8.x
MarkLogic Java Client API 4.2.0 and later
MarkLogic 9.0-6.2 and later

Required Libraries:

  • MarkLogic Java Client API v.4.2.0
  • MarkLogic Data Movement Components v.1.0