From ad1bb3f5620d228e4b539d9e6a47d6615ac25333 Mon Sep 17 00:00:00 2001 From: Leandro Damascena Date: Tue, 31 Jan 2023 16:06:48 +0000 Subject: [PATCH 1/2] (chore): EOL v1 --- docs/overrides/main.html | 5 +++++ docs/upgrade.md | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/docs/overrides/main.html b/docs/overrides/main.html index 0af326afb24..1df5c721228 100644 --- a/docs/overrides/main.html +++ b/docs/overrides/main.html @@ -1,5 +1,10 @@ {% extends "base.html" %} +{% block announce %} +👋 Powertools for Python v1 will no longer receive updates or releases after 31/03/2023! +We encourage you to read important information's here. +{% endblock %} + {% block outdated %} You're not viewing the latest version. diff --git a/docs/upgrade.md b/docs/upgrade.md index e16acded572..49415a3f96f 100644 --- a/docs/upgrade.md +++ b/docs/upgrade.md @@ -5,6 +5,12 @@ description: Guide to update between major Powertools versions +## End of support v1 + +On March 31, 2023, AWS Lambda Powertools for Python version 1 will reach end of support. After that, AWS Lambda Powertools for Python version 1 will no longer receive updates or releases. If you are still using v1, we encourage you to read our upgrade guide and update to the latest version. + +Given our commitment to all of our customers using AWS Lambda Powertools for Python, we won't remove old package versions from [Pypi](https://pypi.org/project/aws-lambda-powertools/) and will also leave old tags active, so you can read the documentation for v1 version. + ## Migrate to v2 from v1 We've made minimal breaking changes to make your transition to v2 as smooth as possible. From 06c2a7a2b7fd61ed2f2ab7806cdb712633643215 Mon Sep 17 00:00:00 2001 From: Leandro Damascena Date: Wed, 1 Feb 2023 12:57:06 +0000 Subject: [PATCH 2/2] (chore): EOL v1 - addressing Heitor feedback --- docs/overrides/main.html | 2 +- docs/upgrade.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/overrides/main.html b/docs/overrides/main.html index 1df5c721228..10b02d3a905 100644 --- a/docs/overrides/main.html +++ b/docs/overrides/main.html @@ -2,7 +2,7 @@ {% block announce %} 👋 Powertools for Python v1 will no longer receive updates or releases after 31/03/2023! -We encourage you to read important information's here. +We encourage you to read our upgrade guide on how to migrate to v2. {% endblock %} {% block outdated %} diff --git a/docs/upgrade.md b/docs/upgrade.md index 49415a3f96f..369daca1832 100644 --- a/docs/upgrade.md +++ b/docs/upgrade.md @@ -7,9 +7,9 @@ description: Guide to update between major Powertools versions ## End of support v1 -On March 31, 2023, AWS Lambda Powertools for Python version 1 will reach end of support. After that, AWS Lambda Powertools for Python version 1 will no longer receive updates or releases. If you are still using v1, we encourage you to read our upgrade guide and update to the latest version. +On March 31st, AWS Lambda Powertools for Python v1 will reach end of support. After that, Powertools v1 will no longer receive updates or releases. If you are still using v1, we encourage you to read our upgrade guide and update to the latest version. -Given our commitment to all of our customers using AWS Lambda Powertools for Python, we won't remove old package versions from [Pypi](https://pypi.org/project/aws-lambda-powertools/) and will also leave old tags active, so you can read the documentation for v1 version. +Given our commitment to all of our customers using AWS Lambda Powertools for Python, we will keep [Pypi](https://pypi.org/project/aws-lambda-powertools/) v1 releases and documentation 1.x versions to prevent any disruption. ## Migrate to v2 from v1