Skip to content

Releases: qdrant/java-client

v1.18.3

Choose a tag to compare

@Anush008 Anush008 released this 23 Jun 17:01
23d68e5

What's Changed

New Contributors

Full Changelog: v1.18.2...v1.18.3

v1.18.2

Choose a tag to compare

@Anush008 Anush008 released this 23 Jun 09:24
8523cdb

What's Changed

  • ci: update GitHub Actions to Node 24 before June 2 deadline by @estebany-qd in #112
  • ci: update third-party actions to node 24 by @estebany-qd in #113
  • chore: add Dependabot configuration by @andres-qd in #114
  • chore(deps): bump actions/checkout from 6.0.2 to 6.0.3 in the version-updates group by @dependabot[bot] in #115
  • chore(deps): bump io.github.gradle-nexus.publish-plugin from 1.3.0 to 2.0.0 by @dependabot[bot] in #118
  • chore(deps): bump org.mockito:mockito-core from 3.4.0 to 5.23.0 by @dependabot[bot] in #120
  • chore(deps): bump net.ltgt.errorprone from 3.1.0 to 5.1.0 by @dependabot[bot] in #119
  • chore(deps): bump jUnitVersion from 5.10.2 to 6.1.0 by @dependabot[bot] in #117
  • chore(deps): bump the version-updates group across 1 directory with 14 updates by @dependabot[bot] in #116
  • chore(deps): bump the version-updates group with 6 updates by @dependabot[bot] in #121
  • chore(deps): bump gradle-wrapper from 8.5 to 9.5.1 by @dependabot[bot] in #123
  • chore(deps): bump com.diffplug.spotless from 6.22.0 to 8.6.0 by @dependabot[bot] in #124
  • chore(deps): bump actions/setup-java from 5.2.0 to 5.3.0 in the version-updates group by @dependabot[bot] in #125
  • chore(deps): bump actions/checkout from 6.0.3 to 7.0.0 by @dependabot[bot] in #126
  • chore(deps): bump the version-updates group with 3 updates by @dependabot[bot] in #127
  • docs: use {@code} instead of {@link} for primitive types in factory Javadoc by @dhruv-15-03 in #128
  • chore: Bump version to 1.18.2 by @Anush008 in #129

New Contributors

Full Changelog: v1.18.1...v1.18.2

v1.18.1

Choose a tag to compare

@Anush008 Anush008 released this 11 May 13:10
bd3353e

Updates

Support for Qdrant v1.18.x - https://github.com/qdrant/qdrant/releases/tag/v1.18.0

New Contributors

Full Changelog: v1.17.0...v1.18.1

v1.18.0

Choose a tag to compare

@Anush008 Anush008 released this 11 May 12:12
2945413

Updates

Support for Qdrant v1.18.x - https://github.com/qdrant/qdrant/releases/tag/v1.18.0

New Contributors

Full Changelog: v1.17.0...v1.18.0

v1.17.0

Choose a tag to compare

@Anush008 Anush008 released this 19 Feb 16:46
7da3991

Updates

Support for Qdrant v1.17.x - https://github.com/qdrant/qdrant/releases/tag/v1.17.0

Full Changelog: v1.16.2...v1.17.0

v1.16.2

Choose a tag to compare

@Anush008 Anush008 released this 16 Dec 12:24
8a3a8e0

What's Changed

  • Update base docker image in the end-to-end example by @abdonpijpelink in #94
  • Move version compatibility check until after api key obtained by @tellet-q in #97
  • Update gRPC and Protoc versions to 1.75.0 and 3.25.5 by @Anush008 in #100

Full Changelog: v1.16.1...v1.16.2

v1.16.1

Choose a tag to compare

@Anush008 Anush008 released this 24 Nov 16:31
d6f75ce

What's Changed

  • Updated gRPC dependencies scope from implementation to api in #93

NOTE!

v1.16.0 release had breaking changes. Please refer to https://github.com/qdrant/java-client/releases/tag/v1.16.0 for more info.

Full Changelog: v1.16.0...v1.16.1

v1.16.0

Choose a tag to compare

@Anush008 Anush008 released this 17 Nov 13:06
2fd4675

Updates

Support for Qdrant v1.16.x - https://github.com/qdrant/qdrant/releases/tag/v1.16.0

Full Changelog: v1.14.1...v1.16.0

Note

data, indices and vectors_count fields of VectorOutput are now deprecated and will be removed in the future.

Please use the getDenseVector(), getSparseVector(), getMultiVector() static helpers from io.qdrant.client.VectorOutputHelper to read from VectorOutput instead.

BREAKING!

The following import paths have changed to an upstream update.

Removed import Added import
io.qdrant.client.grpc.Points.Condition io.qdrant.client.grpc.Common.Condition
io.qdrant.client.grpc.Points.DatetimeRange io.qdrant.client.grpc.Common.DatetimeRange
io.qdrant.client.grpc.Points.FieldCondition io.qdrant.client.grpc.Common.FieldCondition
io.qdrant.client.grpc.Points.Filter io.qdrant.client.grpc.Common.Filter
io.qdrant.client.grpc.Points.GeoBoundingBox io.qdrant.client.grpc.Common.GeoBoundingBox
io.qdrant.client.grpc.Points.GeoLineString io.qdrant.client.grpc.Common.GeoLineString
io.qdrant.client.grpc.Points.GeoPoint io.qdrant.client.grpc.Common.GeoPoint
io.qdrant.client.grpc.Points.GeoPolygon io.qdrant.client.grpc.Common.GeoPolygon
io.qdrant.client.grpc.Points.GeoRadius io.qdrant.client.grpc.Common.GeoRadius
io.qdrant.client.grpc.Points.HasIdCondition io.qdrant.client.grpc.Common.HasIdCondition
io.qdrant.client.grpc.Points.HasVectorCondition io.qdrant.client.grpc.Common.HasVectorCondition
io.qdrant.client.grpc.Points.IsEmptyCondition io.qdrant.client.grpc.Common.IsEmptyCondition
io.qdrant.client.grpc.Points.IsNullCondition io.qdrant.client.grpc.Common.IsNullCondition
io.qdrant.client.grpc.Points.Match io.qdrant.client.grpc.Common.Match
io.qdrant.client.grpc.Points.NestedCondition io.qdrant.client.grpc.Common.NestedCondition
io.qdrant.client.grpc.Points.PointId io.qdrant.client.grpc.Common.PointId
io.qdrant.client.grpc.Points.Range io.qdrant.client.grpc.Common.Range
io.qdrant.client.grpc.Points.RepeatedIntegers io.qdrant.client.grpc.Common.RepeatedIntegers
io.qdrant.client.grpc.Points.RepeatedStrings io.qdrant.client.grpc.Common.RepeatedStrings
io.qdrant.client.grpc.Points.ValuesCount io.qdrant.client.grpc.Common.ValuesCount

v1.15.0

Choose a tag to compare

@Anush008 Anush008 released this 22 Jul 08:02
f8ec53f

What's Changed

  • Support for Qdrant v1.15.x

Full Changelog: v1.14.1...v1.15.0

v1.14.1

Choose a tag to compare

@Anush008 Anush008 released this 23 Jun 09:48
acde2bd

What's Changed

Full Changelog: v1.14.0...v1.14.1