Skip to content

0.4

Compare
Choose a tag to compare
@clun clun released this 28 Jul 11:04
· 77 commits to main since this release

New Features

  • #90 - Support Non Production Environments
astra config create <env_name> --token --env DEV

config list updated:

+------+-----------------------------------------+
| env  | configuration                           |
+------+-----------------------------------------+
| DEV  | sample-dev                              |
| TEST | sample-test                             |
| PROD | datastaxDevs     (in use)               |
| PROD | gcp_integrations                        |
+------+-----------------------------------------+
  • #86 - Support for Vector databases
astra db create <db_name> --vector

db list updated:

+---------------------------+--------------------------------------+-----------+-------+---+-----------+
| Name                      | id                                   | Regions   | Cloud | V | Status    |
+---------------------------+--------------------------------------+-----------+-------+---+-----------+
| astra_cli_test            | c4e77247-575a-4853-857e-692f49dab7b6 | us-east1  | gcp   |   | ACTIVE    |
| astra_cli_vector_test     | 35f29a92-fb58-4bbc-84a0-a98615052cad | us-east1  | gcp   | ■ | ACTIVE    |
+---------------------------+--------------------------------------+-----------+-------+---+-----------+

Improvements

  • #88 - Support for an astra login command
  • #65 - Show free tier in the region list
  • #72 - Update to cqlsh-astra 20230710-vectortype with Python 11 support
  • Update to DS Bulk 1.11 with Vector Search and JDK17 supports
  • Update to Pulsar Shell 2.10.4.9

Bug Fixing

  • #66 - Quotes support for token input
  • #67 - .env will be created in the current folder

Maintenance

  • Update all required maven plugins and CVE.
  • Update all required dependencies and especially astra-sdk-java0.6.7

Upgrading.

  • With HomeBrew (Mac Only)
brew upgrade datastax/astra-cli/astra-cli
  • Manually
curl -Ls "https://dtsx.io/get-astra-cli" | bash