Table of Contents
11.4.0
Table of Contents
Version: 11.4.0
Status: Released
Release: Niesen Release
Release date: Sep 03rd, 2022
Release Notes: picturepark.com/previewrelease
Previous Versions:
Breaking changes
Feature | Endpoint/Contract | Title | Description | Reference |
---|---|---|---|---|
Metadata | RelationUiSettings |
Renamed enum RelationView
|
|
See PictureparkSwagger.json |
Metadata | FieldBase.Fixed |
Unused property has been removed |
|
See PictureparkSwagger.json |
OutputFormat | Interpretation of OutputFormat.ViewForAll
|
Permission check now only relies on value of concrete OutputFormat
|
|
See Contracts.Generated.cs |
Notifications |
EmailNotificationsSettings GET /notifications/emailNotifications/settings PUT /notifications/emailNotifications/settings
|
Multiple sources support |
With introduction of commenting email notifications will come from multiple sources. Therefore a new attribute
|
See Contracts.Generated.cs |
Notifications | GET emailNotifications/types |
Now returns an object |
To accommodate multiple email notification sources, the endpoint now returns an object where
|
See API spec change |
Deprecation
Might be removed in the next version of CP.
None.
Removed
None.
Features
Feature | Endpoint/Contract | Title | Description | Reference |
---|---|---|---|---|
BusinessRule | EnqueueCreateEmbedAction |
Business rule EnqueueCreateEmbedAction action added |
|
See PictureparkSwagger.json |
BusinessRule | FieldValueCondition |
Business rule FieldValueCondition condition added |
|
See PictureparkSwagger.json |
Metadata | FieldDynamicView |
New field type added |
|
See PictureparkSwagger.json |
Metadata |
ShowRelatedContentOnDownload (DynamicViewFieldUiSettings , RelationUiSettings ) |
New display setting |
|
See PictureparkSwagger.json |
Metadata | GET /v1/Schemas/many/sortFieldsBySchemaType?schemaTypes=... |
New endpoint to provide available fields for sorting |
|
See PictureparkSwagger.json |
OutputFormat |
PUT /v1/outputFormats/{id}/permission , PUT /v1/outputFormats/many/permission
|
New endpoints to change OutputFormat.ViewForAll
|
|
See PictureparkSwagger.json |
Content / Commenting | Multiple new endpoints and contracts | Comments can be added/edited/removed on contents |
The following new endpoints were added:
The
Other respective contracts were also added, please see the SDK link to the right or the API documentation. |
See CommentTests.cs or Contract |