From 169f367c6f5bdcbd99c8779cb55f070d8cf73c10 Mon Sep 17 00:00:00 2001 From: Martin Helmich Date: Fri, 17 Jan 2025 09:05:07 +0100 Subject: [PATCH] Fix formatting in auto-generated changelog --- changelog/2025-01-16-api-changes-v2.mdx | 42 ++++++------------------- 1 file changed, 10 insertions(+), 32 deletions(-) diff --git a/changelog/2025-01-16-api-changes-v2.mdx b/changelog/2025-01-16-api-changes-v2.mdx index 420ef2f..16b7f1d 100644 --- a/changelog/2025-01-16-api-changes-v2.mdx +++ b/changelog/2025-01-16-api-changes-v2.mdx @@ -5,7 +5,6 @@ authors: tags: - apiv2 - Marketplace - --- import OperationHint from "@site/src/components/OperationHint"; @@ -15,56 +14,36 @@ On January 16, 2025, the mittwald API introduced an optional property for deprec {/* truncate */} - - ## Summary - -- The optional property '/items/deprecation' has been added to the response with the '200' status for the GET operation on the path '/v2/contributors/{contributorId}/extensions', which lists extensions of the own contributor. -- The API operation ID 'customer-leave-customer' has been removed and replaced with 'deprecated-customer-leave-customer' for the POST operation on the path '/v2/customers/{customerId}/actions/leave'. -- The API operation ID 'project-leave-project' has been removed and replaced with 'deprecated-project-leave-project' for the POST operation on the path '/v2/projects/{projectId}/leave'. +- The optional property `/items/deprecation` has been added to the response with the `200` status for the GET operation on the path `/v2/contributors/{contributorId}/extensions`, which lists extensions of the own contributor. +- The API operation ID `customer-leave-customer` has been removed and replaced with `deprecated-customer-leave-customer` for the POST operation on the path `/v2/customers/{customerId}/actions/leave`. +- The API operation ID `project-leave-project` has been removed and replaced with `deprecated-project-leave-project` for the POST operation on the path `/v2/projects/{projectId}/leave`. _Disclaimer: This summary is AI-generated. If you find any discrepancies, please refer to the detailed changes below._ - ## Detailed changes - - ### Changes in "List Extensions of own contributor" - -- added the optional property '/items/deprecation' to the response with the '200' status - +- added the optional property `/items/deprecation` to the response with the `200` status For details, refer to the endpoint. - - ### Changes in "customer-leave-customer" - -- api operation id 'customer-leave-customer' removed and replaced with 'deprecated-customer-leave-customer' - +- api operation id `customer-leave-customer` removed and replaced with `deprecated-customer-leave-customer` For details, refer to the endpoint. - - ### Changes in "project-leave-project" - -- api operation id 'project-leave-project' removed and replaced with 'deprecated-project-leave-project' - +- api operation id `project-leave-project` removed and replaced with `deprecated-project-leave-project` For details, refer to the endpoint. - - - ## Client package releases - ### Release Summary: mittwald PHP SDK v2.1.93 The mittwald PHP SDK has been updated to version 2.1.93. This release introduces several changes and new features focused on deprecation handling and extensibility improvements. @@ -72,15 +51,14 @@ The mittwald PHP SDK has been updated to version 2.1.93. This release introduces #### Key Features and Changes: - **Deprecated Leave Customer API**: The `leaveCustomer` functionality has been replaced with `deprecatedCustomerLeaveCustomer`, providing updated request handling and deprecated response management. -- **CustomerClient Changes**: +- **CustomerClient Changes**: - Removed the `leaveCustomer` method. - Added the `deprecatedCustomerLeaveCustomer` method to manage deprecated customer leave requests. -- **ProjectClient Updates**: +- **ProjectClient Updates**: - Introduced the `deprecatedProjectLeaveProject` method for handling deprecated project leave requests. -- **Extensibility Enhancements**: +- **Extensibility Enhancements**: - New classes and updated schemas have been added to improve utility features related to extensions, such as `ExtensionInstanceHealth` and `ExtensionInstanceHealthAggregateReference`. -- **Deprecation Handling**: +- **Deprecation Handling**: - Updated marketplace schemas now include properties to better manage deprecation, enhancing clarity and future-proofing. For more details, visit the [release page](https://github.com/mittwald/api-client-php/releases/tag/v2.1.93). -