Skip to content

Commit

Permalink
Merge pull request #382 from mittwald/fix/changelog
Browse files Browse the repository at this point in the history
Remove confusing change log
  • Loading branch information
martin-helmich authored Jan 16, 2025
2 parents 1dfcd95 + dcda50e commit 488b4db
Showing 1 changed file with 1 addition and 22 deletions.
23 changes: 1 addition & 22 deletions changelog/2025-01-15-api-changes-v2.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ authors:
- machine
tags:
- apiv2

---

import OperationHint from "@site/src/components/OperationHint";
Expand All @@ -14,40 +13,21 @@ On January 15, 2025, the mittwald API has removed the schema 'de.mittwald.v1.mar

{/* truncate */}



## 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



### Changes in ""


- removed the schema 'de.mittwald.v1.marketplace.OptionalExtension'


For details, refer to the <OperationLink operation="" apiVersion="v2" /> endpoint.




## 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.
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`, and `context`, 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.
Expand All @@ -57,4 +37,3 @@ For more details, visit the [release page](https://github.com/mittwald/api-clien
### 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](https://github.com/mittwald/api-client-js/releases/tag/4.93.0).

0 comments on commit 488b4db

Please sign in to comment.