Skip to content

Commit

Permalink
Clay: updated release notes and documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
wattsferry committed Apr 25, 2023
1 parent 76c3043 commit c747fdb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ By installing this connector, you consent to MuleSoft sharing your contact infor

### MarkLogic License Terms ###

Copyright © 2021 MarkLogic Corporation.
Copyright © 2023 MarkLogic Corporation.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

Expand Down
9 changes: 5 additions & 4 deletions doc/release-notes.adoc
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
= MarkLogic Connector Release Notes

March 2021
April 2023

_MuleSoft Certified_

The MarkLogic MuleSoft Connector aims to provide the MuleSoft community of users (via the MuleSoft Anypoint Exchange) with easy integration to MarkLogic, delivering data movement and transformation pipelines via MuleSoft AnypointStudio and Design Center flows. The MuleSoft Connector is built atop MarkLogic’s https://developer.marklogic.com/learn/data-movement-sdk/[Data Movement SDK] (DMSDK), which is a Java API library for applications that need to move data into, out of, or within a MarkLogic cluster. For those familiar with the existing MarkLogic ecosystem, it provides the core capabilities of MarkLogic Content Pump in the vernacular of the MarkLogic Java Client API.

== Version 1.2.0 - 2023-02-21
== Version 1.2.0 - 2023-04-25

=== Version 1.2.0 - Compatibility
[%header%autowidth.spread]
|===
|Software |Version
|Anypoint Studio |7.8.0 and later
|Mule SDK|4.3.0 and later
|JDK |1.8.x
|JDK |1.8.x or Java 11 and later
|MarkLogic|9.0-6.2 and later
|===

Expand All @@ -40,7 +40,8 @@ This release of the Connector includes the following hotfixes:
=== Version 1.2.0 - Bugs Fixed

* Allow MarkLogic connectivity through load balancers by adding MarkLogic Java Client API support via `DatabaseClient.ConnectionType.GATEWAY`.
* Provides a 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.
* 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.

=== Version 1.2.0 - Operations

Expand Down
3 changes: 2 additions & 1 deletion doc/user-manual.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,14 @@ See the Release Notes for compatibility information listed in the See Also secti

== What's New in this Connector

=== Version 1.2.0 - 2023-02-21
=== Version 1.2.0 - 2023-04-25

Release 1.2.0 provides:

* Allowing MarkLogic connectivity through load balancers by adding MarkLogic Java Client API support via `DatabaseClient.ConnectionType.GATEWAY`.
* A performance improvement 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.
* Improved Serialized Query handling.

=== Version 1.1.1 - 2020-05-11

Expand Down

0 comments on commit c747fdb

Please sign in to comment.