You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.