Table of Contents
11.8.0
Table of Contents
Version: 11.8.0
Status: Released
Release: Stockhorn Release
Release date: September 09, 2023
Release Notes: 11.8
Previous Version:
Breaking changes
Feature | Endpoint/Contract | Title | Description | Reference |
---|---|---|---|---|
All | All endpoints | API request upper limit enforced | As stated in the Subscription plan overview, a general system limitation of 3000 API calls per minute per customer instance is going to be enforced. | Subscription plan overview > What does unlimited mean and which general system limitations apply? |
Metadata | Content.BrokenIndirectReferenceIds, ListItem.BrokenIndirectReferenceIds |
Indirect broken reference IDs no longer filled | The mentioned fields will no longer be maintained and will always be empty. They might be removed in a future release. | N/A |
User | PUT /v1/profile |
Null values for names not allowed | From now on it won't be possible to set null as first or last name of the user via the profile endpoint. |
N/A |
Deprecation
Feature | Endpoint/Contract | Title | Desciption | Reference |
---|---|---|---|---|
Metadata | Content.BrokenIndirectReferenceIds, ListItem.BrokenIndirectReferenceIds |
Indirect broken reference IDs no longer filled | The mentioned fields will no longer be maintained and will always be empty. They might be removed in a future release. | N/A |
Removed
None.
Features
Feature | Endpoint/Contract | Title | Description | Reference |
---|---|---|---|---|
User | UserWithRoles, UserProfile, UserDetail |
Public access | These user contracts have a new flag IsAnonymousUser , which is set to true for anonymous users allowing public access to the customer instance. |
See related PR |
User | /v1/users/searchUserSearchBaseRequest |
Public access | A new flag IncludeAnonymousUser allows including the anonymous user in the search results. Defaults to false . |
See related PR |
User |
/v1/userroles/search UserRoleSearchBaseRequest
|
Public access | A new flag IncludeAnonymousUserRole allows including the anonymous user role in the search results. Defaults to false . |
See related PR |
Customer | CustomerInfo |
Public access | Customer info has a new flag AnonymousAccessEnabled , which is set to true for customers with enabled public access. |
See related PR |