Contact Us

If you still have questions or prefer to get help directly from an agent, please submit a request.
We’ll get back to you as soon as possible.

Please fill out the contact form below and we will reply as soon as possible.

  1. Fotoware Alto
    • 11.14 Schreckhorn
    • Terminology
    • Solutions
    • User Guide - Deutsch
    • User Guide - English
    • API Changelog
  2. Fotoware Veloz
    • Managing users and groups
    • Configuring archives
    • Configuring workflows
    • Configuring site behavior
    • Navigating and searching to find your assets
    • Working with your assets
    • Editing asset metadata
    • Uploading files
    • Version Control in Fotoware
    • Albums - Creating and sharing collections
    • Placing assets in a CMS
    • Working with the Fotoware Pro interface
    • Using the Fotoware plugins
    • Consent management
    • User guide to FotoWeb for iPad (Legacy)
    • Picture conferencing with FotoWeb Screens (Legacy)
    • What's what in Fotoware
    • GDPR
    • Fotoware Veloz releases
    • Activity Exports
    • Fotoware Example Workflows
  3. Fotostation
    • Getting started with Fotostation
    • Viewing, selecting and sorting files
    • Managing your assets with archives
    • Adding metadata to assets
    • Searching for assets
    • Working with your assets
    • Version Control in Fotostation
    • Automating tasks with Actions
    • Configuring metadata fields and editors
    • Configuring Fotostation
    • Configuring Fotostation for multi-user environments
    • Troubleshooting Fotostation
  4. Fotoware Flow
    • What is Flow?
    • Getting started
    • Flow dictionary
  5. Fotoware On-Premises
    • Getting started
    • Index Manager
    • FotoWeb
    • Color Factory
    • Connect
    • Operations Center Guide
  6. Integrations and APIs
    • The Fotoware API
    • Creating integrations using embeddable widgets
    • Authorizing applications using OAuth
    • Auto-tagging
    • FotoWeb Drag and Drop export
    • Integration using webhooks
    • Optimizely and Episerver plugin documentation
    • User Interface Integrations
  7. Fotoware Mobile
    • User guide for Fotoware Mobile for iPhone and Android
    • User guide to FotoWeb for iPad (Legacy)
    • User guide to FotoWeb for iPhone and Android (Legacy)

Contact Us

If you still have questions or prefer to get help directly from an agent, please submit a request.
We’ll get back to you as soon as possible.

Please fill out the contact form below and we will reply as soon as possible.

  • Support

Table of Contents

Breaking changes Deprecation Removed Features
  • Home
  • Fotoware Alto
  • API Changelog

11.2.0

22. April 2025

Elaine Foley

Table of Contents

Breaking changes Deprecation Removed Features

Version: 11.2.0
Status: Released
Release: Bellavista Release
Release date: March 5th, 2022
Release Notes: picturepark.com/releasenotes

Previous Versions:

  • 11.1.0

Breaking changes

Feature Endpoint/Contract Title Description Reference
Embeds PUT /v1/shares/{id} Order of contents when updating an embed
  • When an embed is updated, the specified order of the contents in the update request is kept. Before the new contents were always added after the already existing contents, ignoring the order in the request.
 
BusinessRule PUT v1/businessRules/configuration Validation of Names and Description for business rules
  • All business rules contained in the business rule configuration have now backend validation of Names and Description properties, while before the validation was only enforced by the UI. Update of the business rule configuration won't be possible if any businees rule does not pass following validation:
    • Names property is required, Names and Description properties have language validation: if a translation other than for the customer default language is provided, than also the customer default language translation must have a value.
 
Content and ListItems batch editing MetadataValuesSchemaRemoveCommand Prevent the usage of the command on a Content schema
  • Before 11.2.0 it was possible to use a MetadataValuesSchemaRemoveCommand command on a Content schema. This should have been prevented as the result was to flush the metadata dictionary of the Content schema.
  • In 11.2.0 the operation is rejected
 

Deprecation

Might be removed in the next version of CP.

None.

Removed

None.

Features

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
  • UserInUserRolesCondition contract added to allow to configure the new UserInUserRoles business rule condition.

See

PictureparkSwagger.json

BusinessRule LookupCacheTransformation Get the found, not found or all items from named cache
  • LookupReturnedItems property added to LookupCacheTransformation contract. Possible values:
    • Found: return the value of the found item in the lookup cache, null if not found (existing logic, default).
    • NotFound: return the input key value of the not found item, null if found.
    • All: return the value of the found item in the lookup cache or the input key value of the not found item.

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 FocalPoints (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
  • RenderingState attribute was added to reflect the rendering state of the shared output.
 
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

Was this article helpful?

Yes
No
Give feedback about this article

Related Articles

  • 11.15.0
  • 11.14.0
  • 11.13.0
  • 11.12.0
  • 11.11.0
eco-lighthouse-miljøfyrtårn

Company

  • About us
  • Resellers
  • Careers
  • Contact us

Help & support

  • Support center
  • Consultancy
  • Tech partners
  • Fotostation
  • System status

Trust Center

  • Legal
  • Security
  • Sustainability & ESG

Locations

Fotoware AS (HQ)
Tollbugata 35
0157 OSLO
Norway
FotoWare Switzerland AG
Industriestrasse 25
5033 Buchs (AG)
Switzerland

Copyright 2025 Fotoware All rights reserved.

  • Terms of service
  • Privacy policy
  • Cookie policy

Knowledge Base Software powered by Helpjuice

Expand