Skip to content

Commit d0c2060

Browse files
chore: Add support policy (#644)
Co-authored-by: seebees <[email protected]>
1 parent 4883594 commit d0c2060

File tree

2 files changed

+39
-0
lines changed

2 files changed

+39
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ native Javascript implementation of the [AWS Encryption SDK](https://docs.aws.am
55

66
[Security issue notifications](./CONTRIBUTING.md#security-issue-notifications)
77

8+
See [Support Policy](./SUPPORT_POLICY.rst) for for details on the current support status of all major versions of this library.
9+
810
## Client Packages
911

1012
| Package | Description |

SUPPORT_POLICY.rst

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
Overview
2+
========
3+
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.
4+
5+
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.
6+
7+
8+
Major Version Lifecycle
9+
========================
10+
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`_.
11+
12+
Version Support Matrix
13+
======================
14+
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.
15+
16+
.. list-table::
17+
:widths: 30 50 50 50
18+
:header-rows: 1
19+
20+
* - Major version
21+
- Current status
22+
- Next status
23+
- Next status date
24+
* - 1.x
25+
- Maintenance
26+
- End of Support
27+
- 2022-07-08
28+
* - 2.x
29+
- General Availability
30+
- Maintenance
31+
- 2021-07-13
32+
* - 3.x
33+
-
34+
- General Availability
35+
- 2021-07-13
36+
37+
.. _AWS SDKs and Tools Maintenance Policy: https://docs.aws.amazon.com/sdkref/latest/guide/maint-policy.html#version-life-cycle

0 commit comments

Comments
 (0)