Breaking (!) API changes for v2 API, December 5, 2024
On December 5, 2024, the mittwald API introduced several updates, including the removal of the default value for the 'limit' request parameter in the article listing endpoint, and the addition of required properties to the responses for MySQL user-related endpoints.
Summary
- The default value '1000.00' for the 'query' request parameter 'limit' has been removed from the
GET /v2/articlesoperation. This is a breaking change. - The required property '/items/status' has been added to the response with the '200' status for the
GET /v2/mysql-databases/{mysqlDatabaseId}/usersoperation. - The required property '/items/statusSetAt' has been added to the response with the '200' status for the
GET /v2/mysql-databases/{mysqlDatabaseId}/usersoperation. - The required property 'status' has been added to the response with the '200' status for the
GET /v2/mysql-users/{mysqlUserId}operation. - The required property 'statusSetAt' has been added to the response with the '200' status for the
GET /v2/mysql-users/{mysqlUserId}operation.
Disclaimer: This summary is AI-generated. If you find any discrepancies, please refer to the detailed changes below.
Detailed changes
Changes in "List Articles"
- ⚠️ Breaking: for the 'query' request parameter 'limit', default value '1000.00' was removed
For details, refer to the GET/ endpoint.
Changes in "List MySQL users belonging to a Database"
-
added the required property '/items/status' to the response with the '200' status
-
added the required property '/items/statusSetAt' to the response with the '200' status
For details, refer to the GET/ endpoint.
Changes in "Get a MySQL user"
-
added the required property 'status' to the response with the '200' status
-
added the required property 'statusSetAt' to the response with the '200' status
For details, refer to the GET/ endpoint.
Client package releases
mittwald PHP SDK Release v2.1.86
The latest release of the mittwald PHP SDK, version v2.1.86, introduces several new features and improvements:
Features
- Database User Status Enum: A new enum
DatabaseUserStatushas been introduced to represent various states of a database user, includingpending,ready,error,terminating, anddisabled. - MySQL User Enhancements: The
MySqlUserclass now includes astatusfield and astatusSetAttimestamp, enabling tracking of the current operational status of a MySQL user.
Improvements
- The
ListArticlesRequestclass has been refactored to remove the default limit value, making the limit a nullable field. A new methodwithoutLimithas been added to facilitate requests without a limit.
Deprecations
- The
titlefield and its corresponding methods in theProfileclass have been marked as deprecated and should not be used in future developments.
For more details, visit the release page.
mittwald JavaScript SDK Release 4.80.0
The mittwald JavaScript SDK has been updated to version 4.80.0. This release includes an update to the generated client, enhancing the SDK's functionality. For more details, you can view the release on GitHub.