From 8b0192115095148195ab063ee2c39f96431af5df Mon Sep 17 00:00:00 2001 From: tyler-mairose-sp Date: Wed, 21 Jul 2021 15:26:08 -0400 Subject: [PATCH] Add new wording to deprecation documentation --- chapters/deprecation.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/chapters/deprecation.adoc b/chapters/deprecation.adoc index 17a9994..7602897 100644 --- a/chapters/deprecation.adoc +++ b/chapters/deprecation.adoc @@ -56,6 +56,9 @@ scheduled for sunset must monitor the usage of the sunset API, API version, or API feature in order to observe migration progress and avoid uncontrolled breaking effects on ongoing consumers. See also <<193>>. +Must notify customers using deprecated APIs on a timely basis to help them +move onto newer APIs, especially as the API moves closer to its sunset date. + [#189] == {SHOULD} add `Deprecation` and `Sunset` header to responses