Table of Contents
11.12.0
Table of Contents
Version: 11.12.0
Status: Released
Release: Rochers de Naye Release
Release date: August 28, 2024
Release Notes: 11.12
Previous Version:
Breaking changes
Feature | Endpoint/Contract | Title | Description | Reference |
---|---|---|---|---|
User | User |
EmailAddress not required |
EmailAddress can now be null |
See the change in Contracts.Generated.cs |
Share | ShareUser |
EmailHash not required |
EmailHash can now be null |
See the change in Contracts.Generated.cs |
Deprecation
Feature | Endpoint/Contract | Title | Description | Reference |
---|---|---|---|---|
Named Caches | SchemaTagboxFilterLookupNamedCacheConfiguration |
SchemaTagboxFilterLookupNamedCacheConfiguration is deprecated |
SchemaTagboxFilterLookupNamedCacheConfiguration and property NamedCache in AssignTagboxItemsInLayerAction have been marked as deprecated. Directly use the new SchemaId property on AssignTagboxItemsInLayerAction instead. |
See related Contracts.Generated.cs |
Outputs |
Output, Output.RenderingState, Output.FileVersion and more |
Upcoming changes in Outputs, Output.RenderingState is deprecated |
Significant internal changes for Output handling and rendering are being implemented and will be released in an upcoming version. In this release, some of the contract changes have been prepared. While we strive to minimize breaking changes, they cannot be prevented in all cases.
|
See related Contract changes |
Removed
None.
Features
Feature | Endpoint/Contract | Title | Description | Reference |
---|---|---|---|---|
Content |
Contents.TransferOwnershipByFilter and Contents.UpdatePermissionsByFilter
|
Additional endpoints for updating multiple content | These endpoints allow updating permissions or transferring ownership of many contents using a single API call. | See related OpenAPI spec |
Exceptions | PictureparkDatabaseException |
New base type for low-level database exceptions | Base for (already existing)QueryException ,ObjectStoreException and ObjectStoreResponseException
|
See related Merge Request |
Exceptions | ContractMismatchException |
Added property ExpectedType
|
Describes the type to which the system failed to convert the request to | See related Contracts.Generated.cs |