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

3.14.0

Compare
Choose a tag to compare
@rjrudin rjrudin released this 26 Apr 16:18
· 250 commits to master since this release

Issues addressed by this release:

  • #337 mlRestConnectionType and mlAppServicesConnectionType are now supported for creating DatabaseClient objects
  • #338 New support for merging certain resource types from files across multiple config paths
  • #342 Non-REST modules from multiple paths are now loaded in a single batch (this can be customized by setting the mlModuleLoaderBatchSize property, as it can lead to conflicting updates if the same module exists in multiple paths)
  • #344 Fixed a bug with ensuring databases are deployed in an order based on their dependencies
  • #345 A realm can now be specified when installing the admin user
  • #347 Per ml-javaclient-util 3.12.0, the host is now included in the module timestamps file that's created when loading modules
  • #349 Added support for generating a template file for a new trigger
  • Includes changes in the ml-javaclient-util 3.12.0 release as well