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
66
77## [ Unreleased]
88
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+
919## [ 1.6.1] - 2020-09-23
1020
1121### Fixed
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " aws_lambda_powertools"
3- version = " 1.6.1 "
3+ version = " 1.7.0 "
44description = " Python utilities for AWS Lambda functions including but not limited to tracing, logging and custom metric"
55authors = [" Amazon Web Services" ]
66classifiers =[
You can’t perform that action at this time.
0 commit comments