Breaking (!) API changes for v2 API, March 19 to March 26
This week, the mittwald API has introduced several new endpoints for session management and extension handling.
Summary
- The API path for the
POST
operationextension-generate-session-key
at/v2/extension-instances/{extensionInstanceId}/session/{sessionId}
has been moved to/v2/extension-instances/{extensionInstanceId}/sessions/{sessionId}
and is now namedextension-generate-session-token
. This technically is a breaking change but this route could not be used before because it belongs to a feature that is not yet released. - The API path
/v2/webhook-public-keys/{serial}
has been deprecated. The newGET
endpointextension-get-public-key
has been added at/v2/public-keys/{serial}
. It now provides apurpose
field to specify the purpose of the public key. By default,webhook
is used as the purpose like the deprecated/v2/webhook-public-keys/{serial}
endpoint. - A new
POST
endpointextension-authenticate-with-session-token
has been added at/v2/authenticate-session-token
, allowing authentication of extensions using the session token and extension secret. - A new
DELETE
endpointextension-delete-extension
has been added at/v2/contributors/{contributorId}/extensions/{extensionId}
, enabling the deletion of an extension.
Disclaimer: This summary is AI-generated. If you find any discrepancies, please refer to the detailed changes below.
Detailed changes
Changes in "extension-generate-session-key"
- ⚠️ Breaking: api path removed without deprecation
For details, refer to the unknown operation extension-generate-session-key
endpoint.
Changes in "Get the public key to verify the webhook signature"
-
⚠️ Breaking: api path removed without deprecation
-
endpoint added
For details, refer to the GET/
endpoint.
Changes in "Authenticate your external application using the session token"
- endpoint added
For details, refer to the POST/
endpoint.
Changes in "Delete an extension"
- endpoint added
For details, refer to the DELETE/
endpoint.
Changes in "Generate a session token to transmit it to the extensions frontend fragment"
- endpoint added
For details, refer to the POST/
endpoint.
Client package releases
mittwald PHP SDK v2.1.121 Release Summary
The mittwald PHP SDK has released version 2.1.121, introducing several new features, breaking changes, and improvements.
Added Features
- The
ListProjectBackupsRequest
class now supports search functionality and pagination with new parameters:searchTerm
,limit
,skip
, andpage
. - The
CreateCustomer
andUpdateCustomer
response schemas have been updated to limit thename
field to a maximum of 80 characters. - New schema elements have been added to the
Customer
class, includingflags
for customer attributes andlevelOfUndeliverableDunningNotice
for dunning notice levels.
Breaking Changes
- The
Customer
class now includes additional properties (flags
andlevelOfUndeliverableDunningNotice
), which may impact customer creation and updating processes.
Bug Fixes and Improvements
- Validation logic in
ListProjectBackupsRequest
has been improved to ensure correct validation of new properties. - Backward compatibility has been enhanced, maintaining existing method functionality while integrating new features.
For more details, visit the release page.
mittwald PHP SDK v2.1.120 Release Summary
The latest release of the mittwald PHP SDK, version 2.1.120, introduces several new features and improvements aimed at enhancing asset management for extensions. Key updates include:
-
New Methods for Asset Management:
extensionRemoveAsset
: Allows the removal of assets from extensions.extensionRequestAssetUpload
: Facilitates the request for uploading assets associated with an extension.extensionRequestLogoUpload
: Enables requests for logo uploads for extensions.
-
Details:
- The new
extensionRemoveAsset
method includes comprehensive request and response handling for various scenarios such as success, not found, and too many requests. - The asset upload process now includes request validation and response handling.
- The logo upload functionality provides improved management of extension assets.
- The new
-
Deprecation Notice:
- The
externalFrontend
field inExtensionRegisterExtensionRequest
andExtensionRegisterExtensionRequestBody
is now deprecated. Users are encouraged to useexternalFrontends
instead.
- The
For more details, please visit the release page.
mittwald JavaScript SDK Release 4.122.0
The mittwald JavaScript SDK has been updated to version 4.122.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.
mittwald JavaScript SDK Release 4.121.0
The mittwald JavaScript SDK has been updated to version 4.121.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: mittwald JavaScript SDK 4.121.0.