From e9f3e909160807b21e10609b2f1f93f3be628a0d Mon Sep 17 00:00:00 2001 From: Benjamin Farley Date: Tue, 6 Jul 2021 11:23:51 -0600 Subject: [PATCH 1/3] chore: Add support policy --- README.md | 2 ++ SUPPORT_POLICY.rst | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 SUPPORT_POLICY.rst diff --git a/README.md b/README.md index 3186d4971..e74420f40 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ native Javascript implementation of the [AWS Encryption SDK](https://docs.aws.am [Security issue notifications](./CONTRIBUTING.md#security-issue-notifications) +See [Support Policy](./SUPPORT_POLICY.rst) for for details on the current support status of all major versions of this library. + ## Client Packages | Package | Description | diff --git a/SUPPORT_POLICY.rst b/SUPPORT_POLICY.rst new file mode 100644 index 000000000..5cdfba325 --- /dev/null +++ b/SUPPORT_POLICY.rst @@ -0,0 +1,37 @@ +Overview +======== +This page describes the support policy for the AWS Encryption SDK. We regularly provide the AWS Encryption SDK with updates that may contain support for new or updated APIs, new features, enhancements, bug fixes, security patches, or documentation updates. Updates may also address changes with dependencies, language runtimes, and operating systems. + +We recommend users to stay up-to-date with Encryption SDK releases to keep up with the latest features, security updates, and underlying dependencies. Continued use of an unsupported SDK version is not recommended and is done at the user’s discretion. + + +Major Version Lifecycle +======================== +The AWS Encryption SDK follows the same major version lifecycle as the AWS SDK. For details on this lifecycle, see `AWS SDKs and Tools Maintenance Policy`_. + +Version Support Matrix +====================== +This table describes the current support status of each major version of the AWS Encryption SDK for Javascript. It also shows the next status each major version will transition to, and the date at which that transition will happen. + +.. list-table:: + :widths: 30 50 50 50 + :header-rows: 1 + + * - Major version + - Current status + - Next status + - Next status date + * - 1.x + - Maintenance + - End of Support + - 2022-07-08 + * - 2.x + - General Availability + - Maintenance + - 2021-07-08 + * - 3.x + - + - General Availability + - 2021-07-08 + +.. _AWS SDKs and Tools Maintenance Policy: https://docs.aws.amazon.com/sdkref/latest/guide/maint-policy.html#version-life-cycle From ab9326fc5de25522eb1aa8281ddaecb22e9cc909 Mon Sep 17 00:00:00 2001 From: seebees Date: Mon, 12 Jul 2021 13:45:43 -0700 Subject: [PATCH 2/3] Update SUPPORT_POLICY.rst --- SUPPORT_POLICY.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SUPPORT_POLICY.rst b/SUPPORT_POLICY.rst index 5cdfba325..421d63354 100644 --- a/SUPPORT_POLICY.rst +++ b/SUPPORT_POLICY.rst @@ -28,7 +28,7 @@ This table describes the current support status of each major version of the AWS * - 2.x - General Availability - Maintenance - - 2021-07-08 + - 2021-07-13 * - 3.x - - General Availability From 5fd8516f88e7f153510171d40593ef7fcbe90a9f Mon Sep 17 00:00:00 2001 From: seebees Date: Mon, 12 Jul 2021 13:45:47 -0700 Subject: [PATCH 3/3] Update SUPPORT_POLICY.rst --- SUPPORT_POLICY.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SUPPORT_POLICY.rst b/SUPPORT_POLICY.rst index 421d63354..71123f3e3 100644 --- a/SUPPORT_POLICY.rst +++ b/SUPPORT_POLICY.rst @@ -32,6 +32,6 @@ This table describes the current support status of each major version of the AWS * - 3.x - - General Availability - - 2021-07-08 + - 2021-07-13 .. _AWS SDKs and Tools Maintenance Policy: https://docs.aws.amazon.com/sdkref/latest/guide/maint-policy.html#version-life-cycle