Table of Contents
11.10.0
Table of Contents
Version: 11.10.0
Status: Released
Release: Güpfi Release
Release date: March 07, 2024
Release Notes: 11.10
Previous Version:
Breaking changes
Feature | Endpoint/Contract | Title | Description | Reference |
---|---|---|---|---|
Content Search | v1/contents/search |
Search in FullText
|
Performing a search only inFullText and entering a SearchString that only contains fields specific syntax (ex: schemaId.fieldId:”value”) returns an error. |
N/A |
Deprecation
Feature | Endpoint/Contract | Title | Description | Reference |
---|---|---|---|---|
OutputFormat | OutputFormat |
DataExtraction and System flags deprecated. |
DataExtraction and System flags have been marked as deprecated. They are not used by the system and will be removed in a future release. |
See related Contracts.Generated.cs |
Transfer | Transfer |
Transfer API marked as deprecated | Transfer API has been marked as deprecated in this release. Ingest API marked as stable. All API users should switch to use Ingest API as Transfer API will be removed in a future release. | See related ContentTests.cs for guidance on how to migrate to the new API. |
Removed
None.
Features
Feature | Endpoint/Contract | Title | Description | Reference |
---|---|---|---|---|
Schema | FieldBase |
UiBehavior with SuggestRequired flag added to FieldBase . |
UiBehavior property added to FieldBase to define UI-specific behavior. SuggestRequired flag added to UiBehavior . It indicates that the field should be treated as required only by the UI. |
See related Contracts.Generated.cs and PictureparkSwagger.cs |