1.0.0
Release on Sep 5, 2022
What's Changed
- ๐ Support changes in TiDB Cloud 20220823:
- To pause an available status cluster, you can use the
Cluster().pause()
method. - To resume a paused status cluster, you can use the
Cluster().resume()
method.
- To pause an available status cluster, you can use the
- ๐ Refine using Descriptor by @Oreoxmt in #6
- ๐ Add code examples in the
examples
folder by @Oreoxmt in #6
Full Changelog: v0.2.2...v1.0.0