From 2ee3d57dd3998b580afa5a85cf3c8107ff0d784e Mon Sep 17 00:00:00 2001 From: Leandro Damascena Date: Wed, 25 Sep 2024 18:43:45 +0100 Subject: [PATCH 1/3] Adding v2 maintainance mode --- docs/versioning.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/versioning.md b/docs/versioning.md index f40027718b..987af60f63 100644 --- a/docs/versioning.md +++ b/docs/versioning.md @@ -69,7 +69,8 @@ To see the list of available major versions of Powertools for AWS Lambda and whe | SDK | Major version | Current Phase | General Availability Date | Notes | | -------------------------------- | ------------- | -------------------- | ------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| Powertools for AWS Lambda (Python) | 3.x | General Availability | 23/09/2024 | See [Release notes](https://github.com/aws-powertools/powertools-lambda-python/releases/tag/v3.0.0) | +| Powertools for AWS Lambda (Python) | 2.x | Maintenance Announcement | 09/25/2024 | See [announcement](https://github.com/aws-powertools/powertools-lambda-python/issues/5239) | +| Powertools for AWS Lambda (Python) | 3.x | General Availability | 09/23/2024 | See [Release notes](https://github.com/aws-powertools/powertools-lambda-python/releases/tag/v3.0.0) | | Powertools for AWS Lambda (Python) | 3.x | Developer Preview | | See [RFC](https://github.com/aws-powertools/powertools-lambda-python/issues/4189) | | Powertools for AWS Lambda (Python) | 2.x | General Availability | 10/24/2022 | See [Release Notes](https://github.com/aws-powertools/powertools-lambda-python/releases/tag/v2.0.0) | | Powertools for AWS Lambda (Python) | 1.x | End of Support | 06/18/2020 | See [RFC](https://github.com/aws-powertools/powertools-lambda-python/issues/1459) and [upgrade guide](https://docs.powertools.aws.dev/lambda/python/latest/upgrade/) | From 9680365c55156530d9336a217894f41d6013f1cb Mon Sep 17 00:00:00 2001 From: Leandro Damascena Date: Wed, 25 Sep 2024 18:44:24 +0100 Subject: [PATCH 2/3] Adding v2 maintainance mode --- docs/utilities/data_classes.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/utilities/data_classes.md b/docs/utilities/data_classes.md index 1fffdc1ce0..01fe21e20b 100644 --- a/docs/utilities/data_classes.md +++ b/docs/utilities/data_classes.md @@ -622,7 +622,6 @@ CodeDeploy triggers Lambdas with this event when defined in [AppSpec definitions](https://docs.aws.amazon.com/codedeploy/latest/userguide/reference-appspec-file-structure-hooks.html) to test applications at different stages of deployment. - === "app.py" ```python from aws_lambda_powertools import Logger From 405029005ec9bfbb3a6a2c2808073efc8ec89275 Mon Sep 17 00:00:00 2001 From: Leandro Damascena Date: Wed, 25 Sep 2024 18:48:34 +0100 Subject: [PATCH 3/3] Adding v2 maintainance mode banner --- docs/overrides/main.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/overrides/main.html b/docs/overrides/main.html index 0af326afb2..6089ad9399 100644 --- a/docs/overrides/main.html +++ b/docs/overrides/main.html @@ -1,5 +1,12 @@ {% extends "base.html" %} +{% block announce %} +On March 25st, 2025 v2 of Powertools for AWS Lambda (Python) will reach + End-of-Life. We recommend you to upgrade to v3. +{% endblock %} + {% block outdated %} You're not viewing the latest version.