v1.0.0-beta.2
·
75 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 createandticloud serverless update. - Add
ticloud auth whoamicommand to get information about the current user when using OAuth authentication. - Support
--sql,--where,--filterflags inticloud serverless export createto 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-uriflag is replaced by-s3.uriinticloud serverless export create.--databaseand--tableflags are removed inticloud serverless export create.ticloud serverless updatecannot updateannotationsfield anymore.
New Contributors
- @FingerLeader made their first contribution in #174
Full Changelog: v1.0.0-beta.1...v1.0.0-beta.2