v2.1.214
·
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
iconUrlandscreenshotsfields 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:
DeprecatedContainerGetTemplateAssetRequestDeprecatedContainerGetTemplateAssetBadRequestResponseDeprecatedContainerGetTemplateAssetDefaultResponseDeprecatedContainerGetTemplateAssetForbiddenResponseDeprecatedContainerGetTemplateAssetInternalServerErrorResponseDeprecatedContainerGetTemplateAssetNotFoundResponseDeprecatedContainerGetTemplateAssetServiceUnavailableResponseDeprecatedContainerGetTemplateAssetTooManyRequestsResponseDeprecatedContainerGetTemplateAssetTooManyRequestsResponseBody
- This cleanup simplifies the client and reduces the maintained codebase, aiding in the clarity and efficiency of the API usage.