Skip to content

Commit e408f7b

Browse files
authored
[BREAKING] Updated database fields (#268)
* [BREAKING] Updated database fields 1) All fields are now optional 2) jwt_rbac has been moved from spec to status and a new function is added to enable (EnableClusterJwtRbac). ``` proto/qdrant/cloud/cluster/v1/cluster.proto:776:3:Field "1" with name "optimizer_cpu_budget" on message "DatabaseConfigurationStoragePerformance" changed cardinality from "optional with implicit presence" to "optional with explicit presence". proto/qdrant/cloud/cluster/v1/cluster.proto:780:3:Field "2" with name "async_scorer" on message "DatabaseConfigurationStoragePerformance" changed cardinality from "optional with implicit presence" to "optional with explicit presence". proto/qdrant/cloud/cluster/v1/cluster.proto:784:1:Previously present field "3" with name "jwt_rbac" on message "DatabaseConfigurationService" was deleted. proto/qdrant/cloud/cluster/v1/cluster.proto:799:3:Field "4" with name "enable_tls" on message "DatabaseConfigurationService" changed cardinality from "optional with implicit presence" to "optional with explicit presence". ⚠️ Warning: Breaking changes detected! These should generally be avoided. Continuing with code generation... ``` * fixed typo * re-added bool * Fixed typo
1 parent 57ec3fa commit e408f7b

16 files changed

Lines changed: 851 additions & 363 deletions

File tree

gen/go/qdrant/cloud/account/v1/account.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gen/go/qdrant/cloud/cluster/v1/cluster.pb.go

Lines changed: 361 additions & 222 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gen/go/qdrant/cloud/cluster/v1/cluster_grpc.pb.go

Lines changed: 50 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gen/openapiv2/qdrant/cloud/account/v1/account.swagger.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gen/openapiv2/qdrant/cloud/cluster/backup/v1/backup.swagger.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gen/openapiv2/qdrant/cloud/cluster/v1/cluster.swagger.json

Lines changed: 52 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gen/python/qdrant/cloud/cluster/v1/cluster_pb2.py

Lines changed: 91 additions & 79 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gen/python/qdrant/cloud/cluster/v1/cluster_pb2.pyi

Lines changed: 15 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)