Skip to content

1.0.5

Compare
Choose a tag to compare
@Oreoxmt Oreoxmt released this 02 Oct 03:38
· 9 commits to main since this release
9a5f88b

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 and PAUSING
  • Decrease the interval_sec when creating a TiDB Serverless cluster in examples/2_1_create_serverless_cluster.py
  • 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

Full Changelog: v1.0.4...v1.0.5