Skip to end of metadata
Go to start of metadata
Version: 11.13.0
Status: Released
Release: Einshorn Release
Release date: November 27, 2024
Release Notes: 11.13
Breaking changes
Feature | Endpoint/Contract | Title | Description | Reference |
---|
Schema fields | Schema
| New field type FieldTreeView | A new field type FieldTreeView has been introduced. Deserializing schemas from platforms where this feature is enabled will cause issues with older SDK versions. Note: This feature is only enabled on certain internal platforms. On customer-facing platforms, this is not a breaking change in 11.13 yet (since the new field type is not yet accepted/returned).
| See related OpenAPI spec changes |
Share | ShareDetail
| UserEmail not required
| The attribute UserEmail for MailRecipients in Data for a basic share is no longer marked as required. In this release, a UserEmail with empty string EmailAddress will be returned when recipient's information is not available. In future releases, UserEmail can be null when recipient's information is not available.
| See the change in Contracts.Generated.cs |
Deprecation
Feature | Endpoint/Contract | Title | Description | Reference |
---|
SDK | PictureparkServiceSettings
| PictureparkServiceSettings constructors deprecated
| This change only applies if you're using Picturepark .NET SDK. The current constructors of PictureparkServiceSettings are marked as obsolete and new variants were added that allow you to specify the integration name. Please specify the name of your integration in the new parameter. The obsolete constructors will be removed in a future release.
| See the change in PictureparkServiceSettings |
Removed
Feature | Endpoint/Contract | Title | Description | Reference |
---|
Outputs | Outputs.ResetRetryAttempts
POST /outputs/resetRetryAttempts
| Endpoint removed | The mentioned endpoint has been removed. Automatic rerendering remains as is. Please contact support if you think additional rerendering is required.
| See related OpenAPI spec changes |
Outputs | Outputs.Search
POST /outputs/search
| Endpoint removed | | See related OpenAPI spec changes |
Features
Feature | Endpoint/Contract | Title | Description | Reference |
---|
SDK | IPictureparkServiceSettings
| New IntegrationName attribute | | See the change in IPictureparkServiceSettings |
Deprecation
Feature | Endpoint/Contract | Title | Description | Reference |
---|
Metadata Status | v1/metadata/status
| ContentOrLayerSchemaIds and ListSchemaIds deprecated
| The properties ContentOrLayerSchemaIds and ListSchemaIds are deprecated. Use the properties with the same name on the MainDocuments object that is now returned. The obsolete properties will be removed in version 11.15.
| See the change in PictureparkSwagger.json |
0 Comments