testcontainers-java icon indicating copy to clipboard operation
testcontainers-java copied to clipboard

Bump io.qdrant:client from 1.15.0 to 1.16.1 in /modules/qdrant

Open dependabot[bot] opened this issue 1 week ago • 2 comments

Bumps io.qdrant:client from 1.15.0 to 1.16.1.

Release notes

Sourced from io.qdrant:client's releases.

v1.16.1

What's Changed

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: https://github.com/qdrant/java-client/compare/v1.16.0...v1.16.1

v1.16.0

Updates

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

Full Changelog: https://github.com/qdrant/java-client/compare/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
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

dependabot[bot] avatar Dec 02 '25 01:12 dependabot[bot]