Skip to content

7.2.0

Latest
Compare
Choose a tag to compare
@rjrudin rjrudin released this 30 Jul 03:11
69d3d2e

This minor release, which coincides with the 12 GA release of the MarkLogic server, addresses the following items:

  1. The client now defaults to TLSv1.3 when possible, which includes when connecting to an app server in MarkLogic 12 that requires SSL.
  2. Based on changes between the MarkLogic 12 EA and 12 GA releases, renamed cosineSimilarity to cosine in the com.marklogic.client.expression.VecExpr class and modified the signature of the annTopK method in the com.marklogic.client.expression.PlanBuilder class.
  3. Added com.marklogic.client.util.VectorUtil to support encoding and decoding vectors. Encoded vectors can be indexed by MarkLogic 12 and will typically consume fewer system resources than un-encoded vectors.
  4. Added com.marklogic.client.row.RowTemplate to simplify common use cases with Optic queries.
  5. Bumped com.fasterxml.jackson dependencies from 2.17.2 to 2.19.0.
  6. Deprecated com.marklogic.client.DatabaseClientFactory.MarkLogicCloudAuthContext class in favor of the new com.marklogic.client.DatabaseClientFactory.ProgressDataCloudAuthContext class.
  7. Removed deprecated HttpClientConfigurator interface.