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

3.16.0

Compare
Choose a tag to compare
@rjrudin rjrudin released this 29 Jul 17:29
· 216 commits to master since this release

Highlights of all issues addressed by this release:

  • #367 Scheduled tasks can now have any property "updated", which amounts to the task being deleted and then recreated (as the Manage API only allows for updating task-enabled)
  • #370 TLSv1.2 is now the default protocol for secure connections. This can be customized via the mlSimpleSsl and mlAppServicesSimpleSsl properties by setting their values to the desired protocol (instead of "true" or "false").
  • #371 Multiple paths can now be specified when setting mlDatabaseReplicaDataDirectories
  • #372 Forests are now created properly when the existing forests are not evenly distributed across a cluster (as is the case after adding a new host)
  • #374 Database-specific resources can now be associated with a database via the name of the database file for that database
  • And one bugfix from ml-javaclient-util 3.13.3 - TDE validation now properly handles XML templates with processing instructions and comments. Also note that if any error occurs when validating a TDE template - not just a validation error - the error will cause a failure instead of being silently logged.