1.0.5
Release on Oct 2, 2023
What's Changed
Improvements
- Support TiDB Cloud API Release 20230602: rename "Serverless Tier" to "TiDB Serverless" and "Dedicated Tier" to "TiDB Dedicated"
- Support TiDB Cloud API Release 20230801: add cluster status:
MAINTAINING
andPAUSING
- Decrease the
interval_sec
when creating a TiDB Serverless cluster inexamples/2_1_create_serverless_cluster.py
- Remove the
add_ip_access
andadd_current_ip_access
config in README: they are ignored when creating a TiDB Serverless cluster - Use
raise_for_status
instead ofstatus_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 runningexamples/2_1_create_serverless_cluster.py
Full Changelog: v1.0.4...v1.0.5