Skip to content
Compare
Choose a tag to compare
@clun clun released this 15 Jan 18:11
· 1 commit to main since this release

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

Improvements

  • #197 Improve documentation
  • #139 [BUG] Cannot "setup" due to linking issue in 0.5