This repository was archived by the owner on Sep 16, 2024. It is now read-only.
Releases: marklogic/ml-app-deployer
Releases · marklogic/ml-app-deployer
2.7.0
Highlights:
- New ResourceExporter interface for exporting resources to files
- New config properties - mlNoRestServer, mlRestAuthentication, mlManageScheme, mlAdminScheme
- Fix for not creating default forests when custom forests are specified
2.6.0
Highlights of issues resolved in this release:
- Databases with forests and replicas are now deleted correctly in all cases - #140
- Scheduled tasks can now be assigned to a particular group - #137
- Schemas can be loaded from child directories with custom collections (such as for redaction rulesets) - #135
- setFilenamesToIgnore works on all commands now - #134
- Hosts can be easily added and removed - #122 and #123
- Cluster properties can be updated - #66
- Includes issues resolved in ml-javaclient-util 2.13.0
2.5.0
Highlights:
- Support for generating Entity Services artifacts
- Support for static checking when loading modules
- Incorporates ml-javaclient-util 2.11.0
2.4.0
See issues at https://github.com/rjrudin/ml-app-deployer/issues?q=is%3Aclosed+milestone%3A2.4.0
Highlights:
- New command for waiting for a task server to finish all of its requests
- Scaffolding command creates a more comprehensive set of users and roles
- Includes new features in ml-javaclient-util 2.10.0
2.3.2
Issues - just some fixes for managing amps:
https://github.com/rjrudin/ml-app-deployer/issues?q=is%3Aclosed+milestone%3A2.3.2
2.3.1
2.3.0
2.2.0
This is available as 2.2.0 from jcenter.
Issues:
- #100 Load modules with token replacement, a la Roxy
- #98 Can now configure group name via "mlGroupName"
- #97 Can now configure app services port via "mlAppServicesPort"
- #96 Allow for multiple files for different REST API servers
- #95 Deploying alert rules now has the correct order (worked before, was just using the same order as alert actions)
- #94 Can update mimetypes with a "+" in their name
- #93 Can now configure modules database name via "mlModulesDatabaseName"
- #92 Added commands for merging or reindexing any database
- #65 Will now process all files in the databases directory
- Everything from https://github.com/rjrudin/ml-javaclient-util/releases/tag/2.9.0
2.1.0
Issues
- #91 Allow caller to set rest api file path in DeployRestApiServersCommand
- #90 Set updates-allowed on forests
- #89 Always try to create forests when updating a database
- #88 Allow flexrep folder to contain master and replica configs
- #87 Set filenames to ignore on any command
- #81 Load schemas from ml-schemas