Skip to content

v2.1.214

Choose a tag to compare

@mittwald-machine mittwald-machine released this 07 Aug 19:29
· 1 commit to master since this release

Breaking Changes

  • Removed the deprecated method deprecatedContainerGetTemplateAsset. Users should now utilize direct asset URLs from the Template's fields instead.

Deprecations

  • The function to retrieve a Container Template asset is deprecated. Use the direct URLs returned in the Template's iconUrl and screenshots fields for assets.
  • The call to get a Container Template icon is also deprecated. Users should now utilize the route GET /v2/container-templates/{templateId}/assets/icon.svg.

Cleanups

  • Removed all classes and dependencies related to the deprecated Container Template asset retrieval, including:
    • DeprecatedContainerGetTemplateAssetRequest
    • DeprecatedContainerGetTemplateAssetBadRequestResponse
    • DeprecatedContainerGetTemplateAssetDefaultResponse
    • DeprecatedContainerGetTemplateAssetForbiddenResponse
    • DeprecatedContainerGetTemplateAssetInternalServerErrorResponse
    • DeprecatedContainerGetTemplateAssetNotFoundResponse
    • DeprecatedContainerGetTemplateAssetServiceUnavailableResponse
    • DeprecatedContainerGetTemplateAssetTooManyRequestsResponse
    • DeprecatedContainerGetTemplateAssetTooManyRequestsResponseBody
  • This cleanup simplifies the client and reduces the maintained codebase, aiding in the clarity and efficiency of the API usage.