7.2.0
This minor release, which coincides with the 12 GA release of the MarkLogic server, addresses the following items:
- The client now defaults to TLSv1.3 when possible, which includes when connecting to an app server in MarkLogic 12 that requires SSL.
 - Based on changes between the MarkLogic 12 EA and 12 GA releases, renamed 
cosineSimilaritytocosinein thecom.marklogic.client.expression.VecExprclass and modified the signature of theannTopKmethod in thecom.marklogic.client.expression.PlanBuilderclass. - Added 
com.marklogic.client.util.VectorUtilto support encoding and decoding vectors. Encoded vectors can be indexed by MarkLogic 12 and will typically consume fewer system resources than un-encoded vectors. - Added 
com.marklogic.client.row.RowTemplateto simplify common use cases with Optic queries. - Bumped 
com.fasterxml.jacksondependencies from 2.17.2 to 2.19.0. - Deprecated 
com.marklogic.client.DatabaseClientFactory.MarkLogicCloudAuthContextclass in favor of the newcom.marklogic.client.DatabaseClientFactory.ProgressDataCloudAuthContextclass. - Removed deprecated 
HttpClientConfiguratorinterface.