All Release Notes
Excluding Platform Initiated Changes from Audit log results
28 September 2021
Enhancement
SecurityGraphQL
It is now possible to exclude commercetools Platform initiated Changes from Audit Log response data sets.
Change:
- [API] Added
excludePlatformInitiatedChanges
query parameter to all Query Record endpoints that will allow Changes originated by the commercetools Platform to be excluded from the response data set. - [GraphQL API] Added
excludePlatformInitiatedChanges
filtering parameter.
The following changes were made in terms of GraphQL SDL:
enum ExcludePlatformInitiatedChangesInput {excludeAllchangeLineItemNamechangeReviewRatingStatisticssetApplicationVersionsetIsValidsetVariantAvailability}enum DiscountCodeInternalChangesInput {excludeAllsetApplicationVersion}enum ProductInternalChangesInput {excludeAllchangeReviewRatingStatisticssetVariantAvailability}enum ProductDiscountInternalChangesInput {excludeAllsetIsValid}enum ShoppingListInternalChangesInput {excludeAllchangeLineItemName}