Skip to content

6.0.0

Choose a tag to compare

@rjrudin rjrudin released this 01 Aug 18:06
· 38 commits to master since this release
cfb7587

This major release requires Java 17, primarily due to an upgrade in the underlying Spring libraries which addressed a number of security vulnerabilities.

This release also addresses the following items:

  1. Forest replica creation now takes host zone into account, assigning replicas to different host zones as much as possible. This does not involve any new properties but rather happens automatically if each host in a cluster is assigned to a zone. See the guide on creating forests for more information.
  2. Can now authenticate via an OAuth token using the new properties mlManageOauthToken, mlAdminOauthToken, mlRestOauthToken, and mlAppServicesOauthToken.
  3. Host certificates can now be deployed with an optional passphrase specified via the new mlHostCertificatePassphrases property. See the "Security - Host Certificates" section in the Resource Reference for more information.
  4. Removed the following deprecated properties (all deprecated since before version 4.0.0) - mlOptimizeWithCma, mlConfigDir, mlConfigPath, and mlSchemasPath.
  5. Removed the deprecated mlRestApi Gradle configuration, as mlBundle has been the preferred configuration for multiple major releases.