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 be6aa08 commit 80081afCopy full SHA for 80081af
CHANGELOG.md
@@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+## [1.10.2] - 2021-02-04
10
+
11
+### Fixed
12
13
+* **Utilities**: Correctly handle and list multiple exceptions in SQS batch processing utility.
14
+* **Docs*:: Fix typos on AppConfig docstring import, and `SnsModel` typo in parser.
15
16
## [1.10.1] - 2021-01-19
17
18
### Fixed
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "aws_lambda_powertools"
3
-version = "1.10.1"
+version = "1.10.2"
4
description = "Python utilities for AWS Lambda functions including but not limited to tracing, logging and custom metric"
5
authors = ["Amazon Web Services"]
include = ["aws_lambda_powertools/py.typed"]
0 commit comments