Welcome to mirror list, hosted at ThFree Co, Russian Federation.

14-10-deprecate-toggle-notes-confidentiality.yml « deprecations « data - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6cce38a0b39f259e02e5c7628a548c158155e76c (plain)
1
2
3
4
5
6
7
- title: "Toggle notes confidentiality on APIs"
  announcement_milestone: "14.10"  # The milestone when this feature was first announced as deprecated.
  removal_milestone: "16.0"  # The milestone when this feature is planned to be removed
  breaking_change: true  # If this deprecation is a breaking change, set this value to true
  body: |  # Do not modify this line, instead modify the lines below.
    Toggling notes confidentiality with REST and GraphQL APIs is being deprecated. Updating notes confidential attribute is no longer supported by any means. We are changing this to simplify the experience and prevent private information from being unintentionally exposed.
  issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/350670