From d488261c66b7d4f79c99940c97b3e210db35d03a Mon Sep 17 00:00:00 2001 From: Leandro Damascena Date: Mon, 29 Apr 2024 15:07:38 +0100 Subject: [PATCH 1/3] Adding banner for v3 --- docs/overrides/main.html | 4 ++++ docs/versioning.md | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/overrides/main.html b/docs/overrides/main.html index 0af326afb24..2c080ad2a03 100644 --- a/docs/overrides/main.html +++ b/docs/overrides/main.html @@ -1,5 +1,9 @@ {% extends "base.html" %} +{% block announce %} +🚨 RFC for Powertools v3 is out! +{% endblock %} + {% block outdated %} You're not viewing the latest version. diff --git a/docs/versioning.md b/docs/versioning.md index 44349f4bfc2..ca092c897e8 100644 --- a/docs/versioning.md +++ b/docs/versioning.md @@ -59,5 +59,6 @@ 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 | 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/) | +| 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 aee791e5ea35bb916fb8e862f99f3c5f786362cb Mon Sep 17 00:00:00 2001 From: Leandro Damascena Date: Mon, 29 Apr 2024 16:14:08 +0100 Subject: [PATCH 2/3] Adding banner for v3 --- docs/overrides/main.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/overrides/main.html b/docs/overrides/main.html index 2c080ad2a03..e91695fc294 100644 --- a/docs/overrides/main.html +++ b/docs/overrides/main.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% block announce %} -🚨 RFC for Powertools v3 is out! +🚨 RFC for Powertools for AWS Lambda (Python) v3 is out! {% endblock %} {% block outdated %} From 3e8eb0ac7439e1166850253de408cf79a58a1da6 Mon Sep 17 00:00:00 2001 From: Leandro Damascena Date: Mon, 29 Apr 2024 16:34:57 +0100 Subject: [PATCH 3/3] Adding banner for v3 --- docs/overrides/main.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/overrides/main.html b/docs/overrides/main.html index e91695fc294..7fd99fab983 100644 --- a/docs/overrides/main.html +++ b/docs/overrides/main.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% block announce %} -🚨 RFC for Powertools for AWS Lambda (Python) v3 is out! +🚨 The next major version (v3) is coming - come learn and discuss upcoming changes! {% endblock %} {% block outdated %}