testcontainers-java
testcontainers-java copied to clipboard
Bump io.qdrant:client from 1.15.0 to 1.16.1 in /modules/qdrant
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
- Updated gRPC dependencies scope from implementation to api in qdrant/java-client#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: 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,indicesandvectors_countfields ofVectorOutputare now deprecated and will be removed in the future.Please use the
getDenseVector(),getSparseVector(),getMultiVector()static helpers fromio.qdrant.client.VectorOutputHelperto read fromVectorOutputinstead.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
d6f75cefix: change gRPC dependencies from implementation to api (#93)b290b14docs: Updated README.md (#90)2fd4675chore: Bump gRPC version (#89)e37ac40v1.16.0 (#86)af30babMerge pull request #84 from qdrant/example-project99a021dsimplify connection95f4e55chore: Simplified client instantiation8ebaadfadd example project for testing snippets770a8bcci: Updated publishing config (#82)- See full diff in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)