Skip to content

Commit 039f796

Browse files
docs(general): update documentation to add info about v3 (#4234)
* Adding banner for v3 * Adding banner for v3 * Adding banner for v3
1 parent 2a1f798 commit 039f796

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Diff for: docs/overrides/main.html

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{% extends "base.html" %}
22

3+
{% block announce %}
4+
🚨 The next major version (v3) is coming - <a href="https://github.com/aws-powertools/powertools-lambda-python/issues/4189">come learn and discuss upcoming changes</a>!
5+
{% endblock %}
6+
37
{% block outdated %}
48
You're not viewing the latest version.
59
<a href="{{ '../' ~ base_url }}">

Diff for: docs/versioning.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,6 @@ To see the list of available major versions of Powertools for AWS Lambda and whe
5959

6060
| SDK | Major version | Current Phase | General Availability Date | Notes |
6161
| -------------------------------- | ------------- | -------------------- | ------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
62-
| 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) |
63-
| 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/) |
62+
| Powertools for AWS Lambda (Python) | 3.x | Developer Preview | | See [RFC](https://github.com/aws-powertools/powertools-lambda-python/issues/4189) |
63+
| 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) |
64+
| 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/) |

0 commit comments

Comments
 (0)