File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
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+
916## [ 1.10.1] - 2021-01-19
1017
1118### Fixed
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " aws_lambda_powertools"
3- version = " 1.10.1 "
3+ version = " 1.10.2 "
44description = " Python utilities for AWS Lambda functions including but not limited to tracing, logging and custom metric"
55authors = [" Amazon Web Services" ]
66include = [" aws_lambda_powertools/py.typed" ]
You can’t perform that action at this time.
0 commit comments