Skip to content

Commit cc1b3b1

Browse files
authored
docs: Announce deprecation of v1
1 parent 0b27594 commit cc1b3b1

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

docs/processes/versioning.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ To see the list of available major versions of Powertools for AWS Lambda and whe
5555

5656
### Version support matrix
5757

58-
| SDK | Major version | Current Phase | General Availability Date | Notes |
59-
| -------------------------------- | ------------- | -------------------- | ------------------------- | ------------------------------------------------------------------------------------------------- |
60-
| Powertools for AWS Lambda (Java) | 1.x | General Availability | 11/04/2020 | See [Release notes](https://github.com/aws-powertools/powertools-lambda-java/releases/tag/v1.0.0) |
58+
| SDK | Major version | Current Phase | General Availability Date | Notes |
59+
| -------------------------------- | ------------- | -------------------- | ------------------------- | ------------------------------------------------------------------------------------------------------------------- |
60+
| Powertools for AWS Lambda (Java) | 2.x | General Availability | 06/12/2025 | See [Release notes](https://github.com/aws-powertools/powertools-lambda-java/releases/tag/v2.0.0) |
61+
| Powertools for AWS Lambda (Java) | 1.x | Maintenance | 11/04/2020 | End-of-support: December 12, 2025. See [upgrade guide](https://docs.powertools.aws.dev/lambda/java/latest/upgrade/) |

docs/upgrade.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ description: Guide to update between major Powertools for AWS Lambda (Java) vers
55

66
## End of support v1
77

8-
<!-- TODO: Add end of support banner here once developer preview started. -->
8+
<!-- prettier-ignore-start -->
9+
!!! warning "End of support notice"
10+
On December 12th, 2025, Powertools for AWS Lambda (Java) v1 will reach end of support and will no longer receive updates or releases. If you are still using v1, we strongly recommend you to read our upgrade guide and update to the latest version.
11+
<!-- prettier-ignore-end -->
912

1013
Given our commitment to all of our customers using Powertools for AWS Lambda (Java), we will keep [Maven Central](https://central.sonatype.com/search?q=powertools){target="\_blank"} `v1` releases and a `v1` documentation archive to prevent any disruption.
1114

0 commit comments

Comments
 (0)