Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Releases: marklogic/ml-app-deployer

4.3.6

27 Sep 00:38
Compare
Choose a tag to compare

This patch release addresses the following issues:

  • #449 Deleting an amp without a namespace now works
  • #451 Protected collections with names requiring URL encoding can now be deployed and updated
  • Includes ml-javaclient-util 4.3.6 fixes

4.3.4

10 Aug 21:07
62d4543
Compare
Choose a tag to compare

This is a bugfix release that updates the project's dependencies to minimize security vulnerabilities.

4.3.3

05 Apr 21:02
Compare
Choose a tag to compare
  • Bumped ml-javaclient-util and ML Java Client API versions to address Spring4Shell vulnerability

Full Changelog: 4.3.2...4.3.3

4.3.2

01 Apr 04:38
c3baa91
Compare
Choose a tag to compare

What's Changed

  • 442 Log warning instead of throwing error when database directory isn't associated to a real database by @rjrudin in #443
  • Apply various code quality fixes, remove unused imports, use diamond operator, try-with-resources, etc by @hansenmc in #445
  • App Deployer 4.3.2 by @ryanjdew in #446

Full Changelog: 4.3.1...4.3.2

4.3.1

02 Aug 19:21
Compare
Choose a tag to compare

This bugfix release addresses one issue - #441 Capability queries are being ignored in roles.

Please see the Roles Wiki page for more information about the nature of this fix.

4.3.0

23 Jul 01:32
Compare
Choose a tag to compare

This minor addresses one issue and also updates most of its dependencies:

  • #438 Now has support for constructing a set of commands for deploying to a replica cluster
  • Depends on ml-javaclient-util 4.3.0 , which depends on ML Java Client 5.5.0

4.2.1

15 Jul 15:55
Compare
Choose a tag to compare

This bugfix release addresses two bugs related to forest creation when a database should only have forests on one host:

  • #431 Replicas are now created correctly
  • #439 mlDatabaseGroups is honored and forests won't be created on a separate host when they're already on one host

4.2.0

12 Jul 11:49
Compare
Choose a tag to compare

This release is the first to be published at Maven Central - https://search.maven.org/artifact/com.marklogic/ml-app-deployer

Summary of issues addressed in this release:

4.1.1

11 Dec 16:48
Compare
Choose a tag to compare

This bugfix release addresses the following issues:

4.1.0

15 Oct 15:00
Compare
Choose a tag to compare

This release upgrades all of its dependencies to the latest versions and runs on Java 8, matching its dependency on MarkLogic Java Client 5.3.0, which runs on Java 8 as well.

Highlights of other issues addressed in this release:

  • #401 logback is no longer a dependency in the pom.xml file; this was considered a bug as it was causing issues when ml-app-deployer was embedded in other applications. If logback is needed by your application that uses ml-app-deployer, just include it as a dependency of your application.
  • #415 Previewing a deployment no longer deletes existing scheduled tasks
  • #423 A bug in creating replicas was fixed; occurred when the number of content forests per host was the same as or greater than the number of hosts
  • #425 Replicas are now created correctly for databases that are configured to have their primary forests on one host
  • ml-javaclient-util now runs on Java 8 as well