Skip to content

feat(serverless): expose CollectionsService response time - #297

Merged
generall merged 3 commits into
devfrom
feat/serverless-collections-response-time
Sep 21, 2026
Merged

generall merged 3 commits into
devfrom
feat/serverless-collections-response-time

Conversation

@qdrant-cloud-bot

@qdrant-cloud-bot qdrant-cloud-bot commented Sep 18, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Sync serverless collections proto with time on CollectionsService responses (qdrant-cloud-public-api#497).
  • Drop objects_deleted from delete results; time at field 2 (qdrant-cloud-public-api#498).
  • Expose time on CreateCollectionResult, DeleteCollectionResult, CollectionInfo, CollectionsList.

Both public-api PRs are merged on main.

Test plan

  • cargo check --examples
  • cargo test --test serverless_protos

Sync serverless collections proto with the public-api `time` field and
surface it on create/delete/get/list results.
@qdrant-cloud-bot

Copy link
Copy Markdown
Contributor Author

Pairs with qdrant/qdrant-cloud-public-api#497 (proto source) and https://github.com/qdrant/qdrant-serverless/pull/220 (server fills time).

@qdrant-cloud-bot

Copy link
Copy Markdown
Contributor Author

qdrant/qdrant-cloud-public-api#497 is merged to main. Proto content already matched; no further code changes needed.

Match public-api DeleteCollectionResponse after removing the storage
object count from the tenant-facing delete reply.
@qdrant-cloud-bot

Copy link
Copy Markdown
Contributor Author

Also dropped objects_deleted to match qdrant/qdrant-cloud-public-api#498.

@qdrant-cloud-bot

Copy link
Copy Markdown
Contributor Author

qdrant/qdrant-cloud-public-api#498 is merged. Proto already matched main; no further code changes.

@generall
generall merged commit 18002ab into dev Sep 21, 2026
2 checks passed
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