File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 1.7.0] - 2020-10-26
10
+
11
+ ### Added
12
+ - ** Utilities** : Add new ` Parser ` utility to provide parsing and deep data validation using Pydantic Models
13
+ - ** Utilities** : Add case insensitive header lookup, and Cognito custom auth triggers to ` Event source data classes `
14
+
15
+ ### Fixed
16
+ - ** Logger** : keeps Lambda root logger handler, and add log filter instead to prevent child log records duplication
17
+ - ** Docs** : Improve wording on adding log keys conditionally
18
+
9
19
## [ 1.6.1] - 2020-09-23
10
20
11
21
### Fixed
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " aws_lambda_powertools"
3
- version = " 1.6.1 "
3
+ version = " 1.7.0 "
4
4
description = " Python utilities for AWS Lambda functions including but not limited to tracing, logging and custom metric"
5
5
authors = [" Amazon Web Services" ]
6
6
classifiers =[
You can’t perform that action at this time.
0 commit comments