Table of Contents
11.5.0
Table of Contents
Version: 11.5.0
Status: Released
Release: Moléson Release
Release date: Dec 3rd, 2022
Release Notes: Picturepark Moléson Release | Dec 2022
Previous Versions:
Breaking changes
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 |
---|---|---|---|---|
Schema search |
SchemaSearchRequest POST /v1/schema/search |
Aggregation functionality added to Schema search endpoint |
|
See PictureparkSwagger.json |
Schema management | KeywordLowercaseAnalyzer |
KeywordLowercaseAnalyzer available to be used as Index Analyzer |
|
See PictureparkSwagger.json and AnalyzerTests.cs |
User | LastActivity |
New property LastActivity was added |
|
See PictureparkSwagger.json |