Skip to content

v1.0.0-beta.2

Latest
Compare
Choose a tag to compare
@zhangyangyu zhangyangyu released this 24 Sep 04:59
· 4 commits to main since this release
ae8f86a

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 and ticloud serverless update.
  • Add ticloud auth whoami command to get information about the current user when using OAuth authentication.
  • Support --sql, --where, --filter flags in ticloud 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 in ticloud serverless export create.
  • --database and --table flags are removed in ticloud serverless export create.
  • ticloud serverless update cannot update annotations field anymore.

New Contributors

Full Changelog: v1.0.0-beta.1...v1.0.0-beta.2