Skip to content

1.1.0

Latest
Compare
Choose a tag to compare
@Oreoxmt Oreoxmt released this 08 Oct 11:35
· 1 commit to main since this release
4fcea06

What's Changed

Add test cases for tidbcloudy by @Oreoxmt in #28

  • Support specifying timezone in timestamp_to_string() and get_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 and from_object functions of TiDBCloudyBase
    • util.timestamp.py
    • the CreateClusterConfig and UpdateClusterConfig in tidbcloudy.specification
  • Fix the incorrect subclass and type hint of BillingMonthSummaryByService

Full Changelog: v1.0.10...v1.1.0