Skip to content

chore(serverless): remove deprecated per-space storage quota fields - #489

Merged
Robert-Stam merged 1 commit into
mainfrom
chore/remove-deprecated-serverless-storage-quotas
Sep 9, 2026
Merged

chore(serverless): remove deprecated per-space storage quota fields#489
Robert-Stam merged 1 commit into
mainfrom
chore/remove-deprecated-serverless-storage-quotas

Conversation

@qdrant-cloud-bot

Copy link
Copy Markdown
Contributor

Summary

  • Follow-up to feat(serverless): collection/searcher settings and deprecate space storage quotas #485: remove deprecated per-space storage quota fields now that collection/searcher settings are wired through backend and quota-sidecar.
  • Removed from AccountQuota: platform_max_storage_bytes_per_space (4), used_storage_bytes (6).
  • Removed from SpaceConfiguration: platform_max_storage_bytes (13), max_storage_bytes (14).
  • Field numbers and names are reserved to prevent reuse.
  • Regenerated Go, Python, TypeScript, and OpenAPI bindings.

Test plan

  • make generate (buf lint warns on expected breaking deletions)
  • go build ./...
  • CI passes
  • Downstream consumers (serverless-backend, serverless-quota-sidecar, internal-api) drop remaining uses of these fields

Drop AccountQuota and SpaceConfiguration storage fields replaced by
collection_settings / platform_max_size_per_collection; reserve the
field numbers and names.
@qdrant-cloud-bot
qdrant-cloud-bot requested a review from a team as a code owner September 8, 2026 18:53
@github-actions github-actions Bot added the chore label Sep 8, 2026
@github-actions

github-actions Bot commented Sep 8, 2026

Copy link
Copy Markdown

PR Packages Published

Python Package:

  • Version: 0.182.0.dev489+b48957e
  • Package: qdrant-cloud-public-api
  • Registry: https://us-python.pkg.dev/qdrant-cloud/python/
  • To update run: uv add qdrant-cloud-public-api==0.182.0.dev489+b48957e

NPM Package:

  • Version: 0.182.0-dev489.b48957e
  • Package: @qdrant/qdrant-cloud-public-api
  • Registry: https://us-npm.pkg.dev/qdrant-cloud/npm/
  • To update run: npm install @qdrant/qdrant-cloud-public-api@0.182.0-dev489.b48957e

@github-actions

github-actions Bot commented Sep 8, 2026

Copy link
Copy Markdown

The latest Buf updates on your PR. Results from workflow Pull Request / linting (pull_request).

BuildFormatLintBreakingUpdated (UTC)
✅ passed✅ passed✅ passed⏩ skippedSep 8, 2026, 6:56 PM

@Robert-Stam Robert-Stam added the buf skip breaking Skip checking if there are breaking changes label Sep 8, 2026
@Robert-Stam
Robert-Stam merged commit d784f4e into main Sep 9, 2026
13 of 14 checks passed
@Robert-Stam
Robert-Stam deleted the chore/remove-deprecated-serverless-storage-quotas branch September 9, 2026 08:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

buf skip breaking Skip checking if there are breaking changes chore

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants