Skip to content

Commit 31fd16c

Browse files
chore: Add support policy (#149)
1 parent 873b7a7 commit 31fd16c

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ For more advanced use cases where tighter control over the encryption and signin
1111

1212
[Security issue notifications](./CONTRIBUTING.md#security-issue-notifications)
1313

14+
See [Support Policy](./SUPPORT_POLICY.rst) for for details on the current support status of all major versions of this library.
15+
1416
## Getting Started
1517

1618
### Required Prerequisites

SUPPORT_POLICY.rst

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
Overview
2+
========
3+
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.
4+
5+
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.
6+
7+
8+
Major Version Lifecycle
9+
========================
10+
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`_.
11+
12+
Version Support Matrix
13+
======================
14+
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.
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+
- Generally Available
30+
-
31+
-
32+
33+
.. _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)