Feature | Endpoint/Contract | Title | Description | Reference |
---|
XmpWriteback | XmpWritebackOptions , OutputFormatSetXmpWritebackStateRequest , OutputFormat
| Merge XmpMapping data with original Xmp metadata | OutputFormat has new property XmpWritebackOptions .
MappingOnly (default): corresponds to previous behaviour (i.e. only data produced by XmpMappings is applied to file).
MergeWithOriginal uses Xmp metadata of the originally uploaded file and overwrites only values which are specified in an XmpMapping. Other values are left intact (where possible).
OutputFormatSetXmpWritebackStateRequest was updated accordingly.
| See PictureparkSwagger.json |
BusinessRule | BusinessRuleTransformationGroup and all contracts inherited from BusinessRuleAction , BusinessRuleCondition , BusinessRuleTransformation
| Add Names and Description to business rule entities | BusinessRuleTransformationGroup and all contracts inherited from BusinessRuleAction , BusinessRuleCondition , BusinessRuleTransformation have new Names and Description properties as TranslatedStringDictionary .
The new peoperties are only used for display purposes in the UI.
| See PictureparkSwagger.json |
Schema/Metadata | MetadataProtection
| Add protection options for metadata assigned to schemas | Schema extended to include MetadataProtection property. Can prevent creating new items (Content Schemas) or assigning schema to items (Layers), editing metadata in schema or deleting/unassigning items in schema
Options cannot be changed for Structs.
| See PictureparkSwagger.json |
BusinessRule | UserInUserRolesCondition
| New contract for new business rule condition | | See PictureparkSwagger.json |
BusinessRule | LookupCacheTransformation
| Get the found, not found or all items from named cache | | See PictureparkSwagger.json |
Content & Share (Output editing) | /v1/contents/downloads/{contentId}/{outputFormatId}/{conversionPreset} , ShareEmbedCreateRequest
| Focal point based cropping | The fp argument to the crop instruction was enhanced: If the Content has FocalPoint s (with coordinates) in ImageAnalytics Layer, fp:identifierOfFocalPoint can be used to specify the position of the cropping rectangle. Crop size can be automatically derived (crop:auto,fp:fpIdentifier ) if the focal point has 2 or more coordinates. If the crop size is specified in the URL and a focal point identifier is specified (crop:200x200,fp:fpIdentifier ), the focal points centroid is used to position the cropping rectangle.
| See ContentTests.cs |
OutputFormat / Rendering | CropActionGeneric
| Restructured actions for image cropping | Polymorphism was moved to size and position properties. The existing crop actions (CropAction , GravityBasedCropAction , RelativeCropAction ) remain for compatibility reasons (also added the new properties). New CropSizeRelative allows for relative dimension of cropping rectangle. Introduced explicit CropGravity.Center value.
| See PictureparkSwagger.json |
Shares | ShareOutputBase
| Added rendering state | | |
BusinessRule | LayersChangedCondition
| Added AddedLayerIds and RemovedLayerIds properties | New properties allow to check if all the layers specified in the AddedLayerIds property are being added during the current operation and if all the layers specified in the RemovedLayerIds property are being removed during the current operation. If values are set, all values for both conditions must match. If no values are set, behavior of the condition remains unchanged.
| See PictureparkSwagger.json |
BusinessRule | StringContainsCondition
| New StringContainsCondition for business rules | The new condition allows to perform a simple "string contains" check that can be case sensitive or not. The check is performed against a specified value. In case of a successful match, a custom value / object can be optionally stored in a variable.
| See PictureparkSwagger.json |