Skip to content

v1.16.0#103

Merged
Anush008 merged 5 commits intomainfrom
v1.16.0
Nov 17, 2025
Merged

v1.16.0#103
Anush008 merged 5 commits intomainfrom
v1.16.0

Conversation

@Anush008
Copy link
Member

@Anush008 Anush008 commented Sep 1, 2025

  • The data, indices and vectors_count fields of VectorOutput will have a deprecation notice.
  • Added GetDenseVector(), GetSparseVector(), GetMultiVector() helpers to read VectorOutput with a unified interface.
  • Updated the built-in helpers to use the new fields when constructing Vector.
  • Added MatchTextAny().
  • Added new RRF Query helper.
  • Collection metadata overloads in CreateCollectionAsync(), RecreateCollectionAsync(), UpdateCollectionAsync().
  • updateFilter overloads in upsertAsync(), updateVectorsAsync().
  • Added GetCollectionClusterSetupInfoAsync() and UpdateCollectionClusterSetupAsync().


var client = new QdrantGrpcClient(callInvoker);

var response = client.Qdrant.HealthCheck(new HealthCheckRequest());
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

After qdrant/qdrant#6931.

We can't use the health check API for auth tests.

@Anush008 Anush008 changed the title v1.16.0 v1.16.0: Removed use of deprecated vector fields Sep 7, 2025
@Anush008 Anush008 changed the title v1.16.0: Removed use of deprecated vector fields v1.16.0 Nov 11, 2025
@Anush008 Anush008 force-pushed the v1.16.0 branch 2 times, most recently from eb0099e to ec87905 Compare November 13, 2025 06:14
Signed-off-by: Anush008 <anushshetty90@gmail.com>
@generall
Copy link
Member

@Anush008 could you please check if 27a4c6e is correct

Signed-off-by: Anush008 <anushshetty90@gmail.com>
@Anush008
Copy link
Member Author

Hey @generall. Adding a new param will be a breaking change.
So we have to instead add new overloads for the functions with that param.
Like I've done for metadata in CreateCollectionAsync(), RecreateCollectionAsync(), UpdateCollectionAsync().

@generall
Copy link
Member

is it a breaking change if the argument has a default value?

@Anush008
Copy link
Member Author

Yeah. For someone passing positional arguments.

@Anush008
Copy link
Member Author

TODO: Re-run CI post 1.16.0 release.

…ClusterSetupAsync to high-level client

Signed-off-by: Anush008 <anushshetty90@gmail.com>
@Anush008 Anush008 merged commit 221244f into main Nov 17, 2025
2 of 4 checks passed
@Anush008 Anush008 deleted the v1.16.0 branch November 17, 2025 12:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants