6.0.0
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:
- 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.
- Can now authenticate via an OAuth token using the new properties
mlManageOauthToken,mlAdminOauthToken,mlRestOauthToken, andmlAppServicesOauthToken. - Host certificates can now be deployed with an optional passphrase specified via the new
mlHostCertificatePassphrasesproperty. See the "Security - Host Certificates" section in the Resource Reference for more information. - Removed the following deprecated properties (all deprecated since before version 4.0.0) -
mlOptimizeWithCma,mlConfigDir,mlConfigPath, andmlSchemasPath. - Removed the deprecated
mlRestApiGradle configuration, asmlBundlehas been the preferred configuration for multiple major releases.