zhangyangyu
released this
24 Sep 04:59
·
12 commits
to main
since this release
New feature
- Support SQL user management for TiDB Cloud Serverless clusters via
ticloud serverless sql-user
. - Allow disabling public endpoint for TiDB Cloud Serverless clusters in
ticloud serverless create
andticloud serverless update
. - Add
ticloud auth whoami
command to get information about the current user when using OAuth authentication. - Support
--sql
,--where
,--filter
flags inticloud serverless export create
to choose source tables flexibly. - Support exporting to file type CSV and Parquet.
- Support exporting to S3 using role ARN as credentials, to GCS and Azure Blob Storage.
- Support importing from S3, GCS, and Azure Blob Storage.
- Support creating branch from branch and specific timestamp.
Enhancement
- Improve debug logging. Now it could log credentials and user-agent.
- Speed up local export file download from tens of KB per second to tens of MB per second.
Break change
--s3.bucket-uri
flag is replaced by-s3.uri
inticloud serverless export create
.--database
and--table
flags are removed inticloud serverless export create
.ticloud serverless update
cannot updateannotations
field anymore.
New Contributors
- @FingerLeader made their first contribution in #174
Full Changelog: v1.0.0-beta.1...v1.0.0-beta.2