-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from Oreoxmt/release/v1.0.5
- Support TiDB Cloud API [Release 20230602](https://docs.pingcap.com/tidbcloud/api/v1beta#section/API-Changelog/20230602): rename "Serverless Tier" to "TiDB Serverless" and "Dedicated Tier" to "TiDB Dedicated" - Support TiDB Cloud API [Release 20230801](https://docs.pingcap.com/tidbcloud/api/v1beta#section/API-Changelog/20230801): add cluster status: MAINTAINING and PAUSING - Improvements: - Decrease the `interval_sec` when creating a TiDB Serverless cluster - Remove the `add_ip_access` and `add_current_ip_access` config in README: they are ignored when creating a TiDB Serverless cluster - Use raise_for_status instead of status_code to get the current IP address - Use HTTPS to get the current IP address - Bug fixes: - Fix the issue that `AttributeError: 'NoneType' object has no attribute 'cluster_status'` error is reported when running `examples/2_1_create_serverless_cluster.py`
- Loading branch information
Showing
10 changed files
with
254 additions
and
257 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.