From 3c319fa418994aa42f9e83cae9f2439541799ce8 Mon Sep 17 00:00:00 2001 From: Benjamin Farley Date: Thu, 8 Jul 2021 14:54:22 -0600 Subject: [PATCH] chore: Add support policy --- README.md | 2 ++ SUPPORT_POLICY.rst | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 SUPPORT_POLICY.rst diff --git a/README.md b/README.md index 22d00cde..75318a09 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ For more advanced use cases where tighter control over the encryption and signin [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. + ## Getting Started ### Required Prerequisites diff --git a/SUPPORT_POLICY.rst b/SUPPORT_POLICY.rst new file mode 100644 index 00000000..5f098dea --- /dev/null +++ b/SUPPORT_POLICY.rst @@ -0,0 +1,33 @@ +Overview +======== +This page describes the support policy for the AWS DynamoDB Encryption Client. We regularly provide the AWS DynamoDB Encryption Client 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 DynamoDB Encryption Client 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 DynamoDB Encryption Client 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 DynamoDB Encryption Client for Java. 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 + - Generally Available + - + - + +.. _AWS SDKs and Tools Maintenance Policy: https://docs.aws.amazon.com/sdkref/latest/guide/maint-policy.html#version-life-cycle