API changes for v2 API, February 21 to February 28
This week, the mittwald API has removed two schemas and introduced two new optional request parameters for the backup listing endpoint.
Summary
- The
GET /v2/projects/{projectId}/backupsoperation has been updated to include two new optional query request parameters:sortOrderandwithExportsOnly.
Disclaimer: This summary is AI-generated. If you find any discrepancies, please refer to the detailed changes below.
Detailed changes
Changes in "List Backups belonging to a Project"
-
added the new optional
queryrequest parametersortOrder -
added the new optional
queryrequest parameterwithExportsOnly
For details, refer to the GET/ endpoint.
Client package releases
Release Summary: mittwald PHP SDK v2.1.109
The mittwald PHP SDK has been updated to version v2.1.109. This release introduces new features and changes to enhance the flexibility and customization of backup retrieval processes.
Added Features
- ListProjectBackupsRequest Enhancements: New parameters have been added to allow filtering of backups with exports only and to specify sorting preferences.
- BackupSortOrder Enum: A new enum has been implemented to standardize sorting options, providing
oldestFirstandnewestFirstas choices.
Changes
-
ListProjectBackupsRequest.php:
- Introduced a
withExportsOnlyboolean parameter for filtering. - Added a
sortOrderparameter linked to theBackupSortOrderenum. - Included getter methods for the new parameters.
- Implemented methods to set and unset these parameters for better request customization.
- Updated input and output handling to support the new parameters.
- Introduced a
-
BackupSortOrder.php:
- Created a new enum
BackupSortOrderto ensure type-safe sorting preferences.
- Created a new enum
For more details, visit the release page.
mittwald PHP SDK Release v2.1.108
The latest release of the mittwald PHP SDK, version v2.1.108, introduces significant changes to the API client structure. Notably, this release removes the Scaling and ServerInternal classes. The Scaling class, which managed scaling parameters such as maximum and minimum limits, has been eliminated. Similarly, the ServerInternal class, which included properties and functions related to the internal server object model, has also been removed. These changes suggest a shift towards a potentially simpler or different model for managing server and scaling details.
For more details, visit the release page.
mittwald JavaScript SDK Release 4.110.0
The mittwald JavaScript SDK version 4.110.0 has been released. This update includes a feature enhancement with an updated generated client. For more details, you can view the release on GitHub.
mittwald JavaScript SDK Release 4.109.0
The mittwald JavaScript SDK has been updated to version 4.109.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 here.