What's Changed
Add test cases for tidbcloudy by @Oreoxmt in #28
-
Support specifying timezone in
timestamp_to_string()
andget_current_year_month()
-
Implement a mock server using Flask to facilitate testing
-
Expand test coverage for the following API endpoints:
- List the cloud providers, regions and available specifications
- List all accessible projects
- Create a project
- List all clusters in a project
- Get a cluster by ID
- Create a cluster
- Modify (pause or resume) a cluster
- Delete a cluster
- List AWS Customer-Managed Encryption Keys for a project
- Configure AWS Customer-Managed Encryption Keys for a project
-
Enhance testing for certain internal features:
- the
to_object
andfrom_object
functions ofTiDBCloudyBase
util.timestamp.py
- the
CreateClusterConfig
andUpdateClusterConfig
intidbcloudy.specification
- the
-
Fix the incorrect subclass and type hint of
BillingMonthSummaryByService
Full Changelog: v1.0.10...v1.1.0