11.5.0

Version: 11.5.0
Status:
Release: Moléson Release
Release date: Dec 3rd, 2022
Release Notes: https://picturepark.com/content-management-blog/picturepark-mol%C3%A9son-release-dec-2022

Previous Versions:

 

Breaking changes

Feature

Endpoint/Contract

Title

Description

Reference

Feature

Endpoint/Contract

Title

Description

Reference

Schema and Channels

TermsRelationAggregator

New TermsRelationAggregatorDocumentType enum value added

  • New SchemaPermissionSet value added to TermsRelationAggregatorDocumentType enum. The enum is used in the TermsRelationAggregator, and therefore possibily in Schema and Channel endpoints

See PictureparkSwagger.json

Schema

FieldString, FieldTranslatedString

New Analyzer enum value added

  • New KeywordLowercase value added to Analyzer enum. The enum can be used in the IndexAnalyzers of the field FieldString of Schema endpoints

See PictureparkSwagger.json

Channel, IdentityProvider, Notifications, Shares

GET /channels/{id} - GET /identityProviders/{id} - GET /notifications/{id} - GET /shares/json/{token} - GET /shares/json/{token}/contents - GET /shares/{id}/contents

404 returned if no value is found

  • The mentioned endpoint previously were returning a 200 status code with a null object if no entity was found.

  • They now properly return a 404 status code with a {Entity}NotFoundException as response.

See ChannelTests.cs

Deprecation

Might be removed in the next version of CP.

None.

Removed

None.

Features

Feature

Endpoint/Contract

Title

Description

Reference

Feature

Endpoint/Contract

Title

Description

Reference

Schema search

SchemaSearchRequest POST /v1/schema/search

Aggregation functionality added to Schema search endpoint

  • Aggregators and AggregationFilters properties added to Schema search endpoint

  • It is now possible to get aggregations from the search endpoint

  • Behavior is common to the other search endpoints with aggregation functionality

See PictureparkSwagger.json

Schema management

KeywordLowercaseAnalyzer

KeywordLowercaseAnalyzer available to be used as Index Analyzer

  • KeywordLowercaseAnalyzer has been added and can be configured as an IndexAnalyzer on a FieldString in a Schema

  • It cannot be used as a SearchAnalyzer

  • It cannot be used on a FieldTranslatedField field

  • Endpoints to add/update a schema support the new analyzer together with the existing ones

  • If the analyzer is set, it leverages the Elastic Search lowercase normalizer that can be applied to a keyword field

  • It creates a subfield with suffix "keywordlowercase" that contains the lowercase version of the stored value and that can be used to run aggregations or filters (example of such field path: schemaId.fieldId.keywordlowercase)

  • The lowercasing is applied to the not analyzed value (stored as a keyword): therefore only an exact match or a starts with match is possible. The resulting stored value is still a keyword: it is therefore possible to use it to build an aggregation or to run a filter against that field:

    • The aggregation will return the values all lowercased

    • The filter's value (TermFilter, TermsFilter, PrefixFilter) will be automatically lowercased before being executed against the keywordlowercase analyzed field

See PictureparkSwagger.json and AnalyzerTests.cs

User

LastActivity

New property LastActivity was added

  • New property LastActivity added to UserDetail and UserWithRoles contracts. Contains an approximate time when the user was last active in CP (using Frontend and/or API).

See PictureparkSwagger.json



 

FotoWare Switzerland AG - CH-5033 Buchs - Switzerland
https://picturepark.com - support@picturepark.com
© 2023 FotoWare Switzerland AG