API changes for v2 API, January 15, 2025
On January 15, 2025, the mittwald API has removed the schema 'de.mittwald.v1.marketplace.OptionalExtension' from its components.
Summary
- The schema 'de.mittwald.v1.marketplace.OptionalExtension' has been removed from the API components.
Disclaimer: This summary is AI-generated. If you find any discrepancies, please refer to the detailed changes below.
Detailed changes
Client package releases
mittwald PHP SDK Release v2.1.92
The latest release of the mittwald PHP SDK, version 2.1.92, introduces significant changes by removing certain components related to marketplace functionalities.
- Removed OptionalExtension Class: This class, which was responsible for handling various marketplace-related functionalities such as validation and management of properties like
backendComponents
,blocked
, andcontext
, has been completely removed. - Removed OptionalExtensionState Enum: The enum that defined possible states (
enabled
,blocked
,disabled
) for an optional extension in the marketplace has also been eliminated.
These removals aim to streamline the marketplace schema, simplify the model structure, and potentially improve code maintainability.
For more details, visit the release page.
mittwald JavaScript SDK Release 4.93.0
The mittwald JavaScript SDK has been updated to version 4.93.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.