From 039f796b31dbd909c063ff756dea1963756f5710 Mon Sep 17 00:00:00 2001 From: Leandro Damascena Date: Mon, 29 Apr 2024 17:07:07 +0100 Subject: [PATCH] docs(general): update documentation to add info about v3 (#4234) * Adding banner for v3 * Adding banner for v3 * 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..7fd99fab983 100644 --- a/docs/overrides/main.html +++ b/docs/overrides/main.html @@ -1,5 +1,9 @@ {% extends "base.html" %} +{% block announce %} +🚨 The next major version (v3) is coming - come learn and discuss upcoming changes! +{% 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/) |