You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 'develop' of https://github.com/awslabs/aws-lambda-powertools-python:
docs(event-handler): document catch-all routes (#705)
chore: add python 3.9 support
docs: add team behind it and email
ISSUE-693: Use ExpressionAttributeNames in _put_record (#697)
feat(validator): include missing data elements from a validation error (#686)
chore(deps-dev): bump mkdocs-material from 7.2.8 to 7.3.0 (#695)
chore(deps-dev): bump mkdocs-material from 7.2.6 to 7.2.8 (#682)
chore(deps-dev): bump flake8-bugbear from 21.4.3 to 21.9.1 (#676)
chore(deps): bump boto3 from 1.18.38 to 1.18.41 (#677)
chore(deps-dev): bump radon from 4.5.2 to 5.1.0 (#673)
chore(deps): bump boto3 from 1.18.32 to 1.18.38 (#671)
refactor(data-classes): clean up internal logic for APIGatewayAuthorizerResponse (#643)
fix(data-classes): use correct asdict funciton (#666)
chore(deps-dev): bump xenon from 0.7.3 to 0.8.0 (#669)
chore: bump to 1.20.2
fix: Fix issue with strip_prefixes (#647)
chore(deps-dev): bump mkdocs-material from 7.2.4 to 7.2.6 (#665)
chore(deps): bump boto3 from 1.18.26 to 1.18.32 (#663)
chore(deps-dev): bump pytest from 6.2.4 to 6.2.5 (#662)
chore(license): Add THIRD-PARTY-LICENSES (#641)
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,20 @@ This project follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) fo
7
7
8
8
## [Unreleased]
9
9
10
+
## 1.20.2 - 2021-09-02
11
+
12
+
### Bug Fixes
13
+
14
+
***event-handler:** fix issue with strip_prefixes and root level resolvers ([#646](https://github.com/awslabs/aws-lambda-powertools-python/issues/646))
15
+
16
+
### Maintenance
17
+
18
+
***deps:** bump boto3 from 1.18.26 to 1.18.32 ([#663](https://github.com/awslabs/aws-lambda-powertools-python/issues/663))
19
+
***deps-dev:** bump mkdocs-material from 7.2.4 to 7.2.6 ([#665](https://github.com/awslabs/aws-lambda-powertools-python/issues/665))
20
+
***deps-dev:** bump pytest from 6.2.4 to 6.2.5 ([#662](https://github.com/awslabs/aws-lambda-powertools-python/issues/662))
21
+
***deps-dev:** bump mike from 0.6.0 to 1.0.1 ([#453](https://github.com/awslabs/aws-lambda-powertools-python/issues/453))
22
+
***license:** add third party license to pyproject.toml ([#641](https://github.com/awslabs/aws-lambda-powertools-python/issues/641))
A suite of Python utilities for AWS Lambda functions to ease adopting best practices such as tracing, structured logging, custom metrics, and more. ([AWS Lambda Powertools Java](https://github.com/awslabs/aws-lambda-powertools-java) is also available).
8
8
9
+
10
+
9
11
**[📜Documentation](https://awslabs.github.io/aws-lambda-powertools-python/)** | **[🐍PyPi](https://pypi.org/project/aws-lambda-powertools/)** | **[Roadmap](https://github.com/awslabs/aws-lambda-powertools-roadmap/projects/1)** | **[Quick hello world example](https://github.com/aws-samples/cookiecutter-aws-sam-python)** | **[Detailed blog post](https://aws.amazon.com/blogs/opensource/simplifying-serverless-best-practices-with-lambda-powertools/)**
10
12
11
-
> **Join us on the AWS Developers Slack at `#lambda-powertools`** - **[Invite, if you don't have an account](https://join.slack.com/t/awsdevelopers/shared_invite/zt-gu30gquv-EhwIYq3kHhhysaZ2aIX7ew)**
@@ -42,6 +44,12 @@ With [pip](https://pip.pypa.io/en/latest/index.html) installed, run: ``pip insta
42
44
* Structured logging initial implementation from [aws-lambda-logging](https://gitlab.com/hadrien/aws_lambda_logging)
43
45
* Powertools idea [DAZN Powertools](https://github.com/getndazn/dazn-lambda-powertools/)
44
46
47
+
48
+
## Connect
49
+
50
+
***AWS Developers Slack**: `#lambda-powertools`** - **[Invite, if you don't have an account](https://join.slack.com/t/awsdevelopers/shared_invite/zt-gu30gquv-EhwIYq3kHhhysaZ2aIX7ew)**
0 commit comments