Release v.1.2.0
wattsferry
released this
25 Apr 19:03
·
206 commits
to master
since this release
Mulesoft Connector for MarkLogic
Release Notes and Change Log
v1.2.0
Release Date:
- 2023-04-25
Fixed in this Release:
This release of the Connector includes the following:
- Ability to connect to MarkLogic through load balancers.
- Database connection performance improvements through connection optimization.
- Updated core MarkLogic Java libraries to the 6.0.0 major version.
- Improvements on Serialized Query handling.
Improvements:
- Allow MarkLogic connectivity through load balancers by adding MarkLogic Java Client API support via DatabaseClient.ConnectionType.GATEWAY.
- Improve performance by moving away from using a pool of under-utilized pooled MarkLogic database connections. Instead, it now uses a cached connection strategy to optimize connections and improve throughput.
- Upgraded MarkLogic Java Client API to 6.0.0.
Bugs Fixed:
- Allow MarkLogic connectivity through load balancers by adding MarkLogic Java Client API support via DatabaseClient.ConnectionType.GATEWAY.
- Provide performance improvements by moving away from using a pool of under-utilized pooled MarkLogic database connections. Instead, it now uses a cached connection strategy to optimize connections and improve throughput.
- Improvements on serialized Structured Query handling.
Operations:
- No operations were modified.
Compatibility:
Software | Version |
---|---|
Anypoint Studio | 7.4.1 and later |
Mule SDK | 4.3.0 and later |
JDK | 1.8.x or Java 11 and later |
MarkLogic Java Client API | 6.0.0 and later |
MarkLogic | 9.0-6.2 and later |
Required Libraries:
- MarkLogic Java Client API v.6.0.0
- MarkLogic Java Client Utilities v.4.4.0
- MarkLogic Data Movement Components v.2.5.0