_Release on Sep 5, 2022_
What's Changed
- 🚀 Support changes in [TiDB Cloud 20220823](https://docs.pingcap.com/tidbcloud/api/v1beta#section/API-Changelog/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.
- 🚀 Refine using [Descriptor](https://docs.python.org/3/howto/descriptor.html#id1) by Oreoxmt in https://github.com/Oreoxmt/tidbcloudy/pull/6
- 🚀 Add code examples in the `examples` folder by Oreoxmt in https://github.com/Oreoxmt/tidbcloudy/pull/6
**Full Changelog**: https://github.com/Oreoxmt/tidbcloudy/compare/v0.2.2...v1.0.0