Skip to content

v2.1.204

Choose a tag to compare

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

Added

  • Deprecated PATCH /v2/mysql-users/{mysqlUserId} now has a legacy endpoint for user password updates, allowing the use of deprecated methods for user password updates, MySQL database updates, Redis database updates, and more.

Deprecated Methods

  • deprecatedDatabaseReplaceMysqlUser: Updates a MySQLUser (Deprecated)
  • deprecatedDatabaseUpdateMysqlDatabaseDefaultCharset: Updates a MySQLDatabase's default charset settings (Deprecated)
  • deprecatedDatabaseUpdateMysqlDatabaseDescription: Updates a MySQLDatabase's description (Deprecated)
  • deprecatedDatabaseUpdateMysqlUserPassword: Updates a MySQLUser's password (Deprecated)
  • deprecatedDatabaseUpdateRedisDatabaseConfiguration: Updates a RedisDatabase's configuration (Deprecated)
  • deprecatedDatabaseUpdateRedisDatabaseDescription: Updates a RedisDatabase's description (Deprecated)

New Response Classes for Deprecated Endpoints

  • Classes for handling responses for the deprecated methods, including:
    • DeprecatedDatabaseReplaceMysqlUserBadRequestResponse
    • DeprecatedDatabaseReplaceMysqlUserDefaultResponse
    • DeprecatedDatabaseReplaceMysqlUserNotFoundResponse
    • DeprecatedDatabaseReplaceMysqlUserTooManyRequestsResponse
    • DeprecatedDatabaseUpdateMysqlDatabaseDefaultCharsetBadRequestResponse
    • DeprecatedDatabaseUpdateMysqlDatabaseDefaultCharsetDefaultResponse
    • DeprecatedDatabaseUpdateMysqlDatabaseDefaultCharsetNotFoundResponse
    • DeprecatedDatabaseUpdateMysqlDatabaseDefaultCharsetTooManyRequestsResponse
    • DeprecatedDatabaseUpdateMysqlDatabaseDescriptionBadRequestResponse
    • DeprecatedDatabaseUpdateMysqlDatabaseDescriptionDefaultResponse
    • DeprecatedDatabaseUpdateMysqlDatabaseDescriptionNotFoundResponse
    • DeprecatedDatabaseUpdateMysqlDatabaseDescriptionTooManyRequestsResponse
    • DeprecatedDatabaseUpdateMysqlUserPasswordBadRequestResponse
    • DeprecatedDatabaseUpdateMysqlUserPasswordDefaultResponse
    • DeprecatedDatabaseUpdateMysqlUserPasswordNotFoundResponse
    • DeprecatedDatabaseUpdateRedisDatabaseConfigurationBadRequestResponse
    • DeprecatedDatabaseUpdateRedisDatabaseConfigurationDefaultResponse
    • DeprecatedDatabaseUpdateRedisDatabaseConfigurationNotFoundResponse
    • DeprecatedDatabaseUpdateRedisDatabaseConfigurationTooManyRequestsResponse
    • DeprecatedDatabaseUpdateRedisDatabaseDescriptionBadRequestResponse
    • DeprecatedDatabaseUpdateRedisDatabaseDescriptionDefaultResponse
    • DeprecatedDatabaseUpdateRedisDatabaseDescriptionNotFoundResponse
    • DeprecatedDatabaseUpdateRedisDatabaseDescriptionTooManyRequestsResponse

New request and response formats allow greater flexibility while maintaining backwards compatibility with legacy functionality.