Release Notes 0.6
New Commands
- Support for Data API Embedding Providers
astra db list-embeddings-providers
astra db describe-embeddings-provider
- Support for Data API Collection
astra db list-collections ...
astra db create-collection...
astra db delete-collection...
astra db describe-collection
astra db truncate-collection...
- Support for Data API Tables
astra db list-tables ...
astra db delete-table...
astra db describe-table
astra db truncate-table...
Bug Fixes
- #209 get-endpoints-* Invalid output
- #198 [BUG] create-region returned error even though it's still possible to add region via Astra UI
- #177 [Feature] - List the embedding providers available for a DB
- #174 [BUG] - Invalid message when providing invalid configuration
- #173 [BUG] (nit) wording wrong in "create db" command with incompatible region/cloud
- #171 [Feature] - Add new option to collection creation
- #165 [BUG] Some Astra CLI command can work with DB ids, but NOT with DB names.
- #162 [Feature]- Add more functions at collection level
- #160 [BUG] HttpRequest: HttpEntity error if the token doesn't have enough permissions
- #146 [BUG] Error when executing cqlsh via astra-cli