Skip to content

v2.1.203

Choose a tag to compare

@mittwald-machine mittwald-machine released this 20 Jul 19:39

Breaking Changes

  • Removed several request and response classes related to updating MySQL and Redis database properties including:
    • UpdateMysqlDatabaseDefaultCharsetRequest
    • UpdateMysqlDatabaseDescriptionRequest
    • UpdateMysqlUserPasswordRequest
    • UpdateRedisDatabaseConfigurationRequest
    • UpdateRedisDatabaseDescriptionRequest

Features

  • Updated UpdateMysqlUserRequest to change its method from PUT to PATCH, allowing partial updates to users including optional password updates.
  • Removed usage of descriptions and default charset updates for MySQL databases in user and database management.

Improvements

  • Streamlined the UpdateMysqlUserRequestBody to optionally include access levels, descriptions, external access, and a password for better flexibility during user updates.
  • Simplified request construction and validation across request classes to improve maintainability.

Deprecated Functionalities

  • Classes related to updating MySQL database charset, descriptions, and updating Redis database configurations are now deprecated. Users are advised to migrate to alternative approaches for database properties management.