From 86a3fbd9b633b21272547421e1b82b3ffb63308f Mon Sep 17 00:00:00 2001 From: Drew Blessing Date: Thu, 18 May 2017 13:47:22 +0000 Subject: [PATCH 1/3] Make API v3 removal date more clear/match blog post --- doc/api/v3_to_v4.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/api/v3_to_v4.md b/doc/api/v3_to_v4.md index 15a5b7a5290..fc07a359464 100644 --- a/doc/api/v3_to_v4.md +++ b/doc/api/v3_to_v4.md @@ -2,7 +2,9 @@ Since GitLab 9.0, API V4 is the preferred version to be used. -V3 will remain working until at least GitLab 9.3. The V3 API documentation is still [available](https://gitlab.com/gitlab-org/gitlab-ce/blob/8-16-stable/doc/api/README.md). +API v3 will continue to work until August 2017. In the meantime, we advise you +to make any necessary changes to applications that use the v3 API. The V3 API +documentation is still [available](https://gitlab.com/gitlab-org/gitlab-ce/blob/8-16-stable/doc/api/README.md). Below are the changes made between V3 and V4. From 35ae511411ac853b2e54ff3e1c0850236d954f72 Mon Sep 17 00:00:00 2001 From: Drew Blessing Date: Thu, 18 May 2017 13:51:27 +0000 Subject: [PATCH 2/3] Match v3 case --- doc/api/v3_to_v4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/v3_to_v4.md b/doc/api/v3_to_v4.md index fc07a359464..f3a9c6e2b21 100644 --- a/doc/api/v3_to_v4.md +++ b/doc/api/v3_to_v4.md @@ -3,7 +3,7 @@ Since GitLab 9.0, API V4 is the preferred version to be used. API v3 will continue to work until August 2017. In the meantime, we advise you -to make any necessary changes to applications that use the v3 API. The V3 API +to make any necessary changes to applications that use v3. The v3 API documentation is still [available](https://gitlab.com/gitlab-org/gitlab-ce/blob/8-16-stable/doc/api/README.md). Below are the changes made between V3 and V4. From e5658927c888e1cd18e8149ef963a923e876d5ae Mon Sep 17 00:00:00 2001 From: Drew Blessing Date: Thu, 18 May 2017 14:40:36 +0000 Subject: [PATCH 3/3] Reword --- doc/api/v3_to_v4.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/api/v3_to_v4.md b/doc/api/v3_to_v4.md index f3a9c6e2b21..9db8e0351cf 100644 --- a/doc/api/v3_to_v4.md +++ b/doc/api/v3_to_v4.md @@ -2,9 +2,9 @@ Since GitLab 9.0, API V4 is the preferred version to be used. -API v3 will continue to work until August 2017. In the meantime, we advise you -to make any necessary changes to applications that use v3. The v3 API -documentation is still [available](https://gitlab.com/gitlab-org/gitlab-ce/blob/8-16-stable/doc/api/README.md). +API V3 will be removed in GitLab 9.5, to be released on August 22, 2017. In the +meantime, we advise you to make any necessary changes to applications that use +V3. The V3 API documentation is still [available](https://gitlab.com/gitlab-org/gitlab-ce/blob/8-16-stable/doc/api/README.md). Below are the changes made between V3 and V4.