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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-01-18 22:00:14 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-01-18 22:00:14 +0300
commit05f0ebba3a2c8ddf39e436f412dc2ab5bf1353b2 (patch)
tree11d0f2a6ec31c7793c184106cedc2ded3d9a2cc5 /data/deprecations/15-7-deprecate-single-merge-request-changes-api-endpoint.yml
parentec73467c23693d0db63a797d10194da9e72a74af (diff)
Add latest changes from gitlab-org/gitlab@15-8-stable-eev15.8.0-rc42
Diffstat (limited to 'data/deprecations/15-7-deprecate-single-merge-request-changes-api-endpoint.yml')
-rw-r--r--data/deprecations/15-7-deprecate-single-merge-request-changes-api-endpoint.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/data/deprecations/15-7-deprecate-single-merge-request-changes-api-endpoint.yml b/data/deprecations/15-7-deprecate-single-merge-request-changes-api-endpoint.yml
index 4dcefc617c0..9e567322eca 100644
--- a/data/deprecations/15-7-deprecate-single-merge-request-changes-api-endpoint.yml
+++ b/data/deprecations/15-7-deprecate-single-merge-request-changes-api-endpoint.yml
@@ -1,8 +1,6 @@
- title: 'Single merge request changes API endpoint'
announcement_milestone: '15.7'
- announcement_date: '2022-12-22'
removal_milestone: '16.0'
- removal_date: '2023-05-22'
breaking_change: true
body: |
The endpoint to get [changes from a single merge request](https://docs.gitlab.com/ee/api/merge_requests.html#get-single-merge-request-changes) has been deprecated in favor the [list merge request diffs](https://docs.gitlab.com/ee/api/merge_requests.html#list-merge-request-diffs) endpoint. API users are encouraged to switch to the new diffs endpoint instead. The `changes from a single merge request` endpoint will be removed in v5 of the GitLab REST API.