Commit e408f7b
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".
1 parent 57ec3fa commit e408f7b
16 files changed
Lines changed: 851 additions & 363 deletions
File tree
- gen
- go/qdrant/cloud
- account/v1
- cluster/v1
- openapiv2/qdrant/cloud
- account/v1
- cluster
- backup/v1
- v1
- python/qdrant/cloud/cluster/v1
- typescript/qdrant/cloud
- account/v1
- cluster/v1
- proto/qdrant/cloud
- account/v1
- cluster/v1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 52 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments