Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

Version: 10.10.0
Release: Titlis
Release date: June 5th, 2021
Release Notes: picturepark.com/releasenotespreviewrelease

Breaking changes

Feature

Endpoint/Contract

Title

Description

Reference

Content permission sets

ContentRight

New content right ManageHistoricVersions added

  • The new content right gives a user rights to view, delete and download previous versions of a content file.

  • It was added between EditContent and ManagePermissions.

  • All the permission sets with user roles with ManagePermissions right therefore have to have ManageHistoricVersions too.

  • The integer values of the content rights are not in sequence anymore with ManageHistoricVersions having value of 7.

See Contacts.Generated.cs

User

UserRight

New user rights ReadStatisticsWriteStatistics and ExportStatistics added

  • The new user rights give a user rights to read, write and export statistics.

  • For reading, a user requires to have ContentRight.ViewContentRight.EditMetadata is required for write operations.

  • Existing User roles which have UserRight.ManageContent were automatically assigned the new rights ReadStatistics and ExportStatistics.

See Contacts.Generated.cs

Transfer

Upload

Limitation on maximum number of chunks

  • The maximum number of chunks per file is now limited to 2048.

  • To upload larger files, either use streaming (application/octet-stream) uploads with one chunk only or make chunk size adaptive.

  • I.e. to upload a file of size 20GB, the minimum chunk size is 10MB (10MB * 2048 = 20GB).

-

...