We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 470bfe8 commit d70d9f7Copy full SHA for d70d9f7
CHANGELOG.md
@@ -7,6 +7,12 @@ This project follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) fo
7
8
## [Unreleased]
9
10
+## [1.18.1] - 2021-07-23
11
+
12
+### Bug Fixes
13
14
+* **api-gateway:** route regression for non-word and unsafe URI chars ([#556](https://github.com/awslabs/aws-lambda-powertools-python/issues/556))
15
16
## [1.18.0] - 2021-07-20
17
18
### Bug Fixes
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "aws_lambda_powertools"
3
-version = "1.18.0"
+version = "1.18.1"
4
description = "Python utilities for AWS Lambda functions including but not limited to tracing, logging and custom metric"
5
authors = ["Amazon Web Services"]
6
include = ["aws_lambda_powertools/py.typed"]
0 commit comments