Skip to content

Releases: marklogic/ml-gradle

3.8.1

09 Jul 16:11

Choose a tag to compare

This release addresses the following issues:

  • #360 The DatabaseClient connection used by mlUnitTest can now be fully configured - see the example project for instructions on how to do so
  • #361 The task mlDeployRestApis was added
  • And ml-app-deployer 3.8.1 includes a fix for deploying mimetypes and avoiding unnecessary restarts

3.8.0

21 Jun 21:52

Choose a tag to compare

Full set of issues, and the highlights are:

  • #359 New CallResourceTask for simplifying calls to REST services
  • #354 Fixed bug in mlWatch, introduced in 3.7.0, where it would stop running when a REST extension failed to load
  • Improvements in ml-app-deployer 3.8.0, which includes a new property - mlOptimizeWithCma - to speed up forest creation when using ML 9.0-5 or higher. Also see this Resources Wiki page for documentation on inserting host certificates, which is another new feature in 3.8.0.

3.7.1

07 Jun 02:16

Choose a tag to compare

This is a bugfix release that updates the version of ml-unit-test used by ml-gradle from 0.10.0 to 0.11.1. It also includes:

3.7.0

04 Jun 13:26

Choose a tag to compare

Summary of the full list of issues:

  • #324 mlDatabaseDataDirectories now supports multiple data directories per host
  • #333 New mlDeployConfigurations task for deploying configuration packages - requires MarkLogic 9.0-5+
  • #349 New task "mlPrintForestPlan" for previewing what forests and replicas will be created for a database - see Creating forests for more information
  • #351 mlDeleteAllTasks now honors mlGroupName
  • Enhancements from ml-app-deployer 3.7.0

3.6.3

02 May 15:44

Choose a tag to compare

This release addresses two issues:

  • #337 When running Gradle in daemon mode on Windows, file paths should always be resolved correctly from the project directory
  • #339 This release now uses version 0.10.0 of ml-unit-test and provides control over whether teardown scripts are run or not

3.6.2

16 Apr 20:54

Choose a tag to compare

This is a small bugfix release that does include a new feature via ml-app-deployer 3.6.2 - list of issues is at https://github.com/marklogic-community/ml-gradle/issues?q=is%3Aclosed+milestone%3A3.6.2 , highlights:

  • #326 mlRestartCluster uses the correct Manage API endpoint now for restarting a cluster
  • #329 mlDeleteModuleTimestampsFile now pays attention to the value of mlModuleTimestampsPath
  • #335 mlUndeployMimetypes was added
  • And here's the list of changes in ml-app-deployer 3.6.2

3.6.1

15 Mar 19:35

Choose a tag to compare

This fixes an issue in ml-app-deployer where the 3.6.0 version of ml-app-deployer did not include support for the "mlHostGroups" property. No changes to ml-gradle other than it now depends on 3.6.1 of ml-app-deployer.

3.6.0

14 Mar 18:37

Choose a tag to compare

See the full set of issues for this release.

Highlights:

3.5.0

22 Feb 20:05

Choose a tag to compare

The main focus of this release is support for the ml-unit-test framework. See the link to the example project below for more information.

Issues:

3.4.1

09 Feb 02:18

Choose a tag to compare

This is a small bugfix release: