Skip to content

Commit 005f850

Browse files
committed
chore: bump version to 1.7.0
Signed-off-by: heitorlessa <[email protected]>
1 parent e59c1e5 commit 005f850

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "aws_lambda_powertools"
3-
version = "1.6.1"
3+
version = "1.7.0"
44
description = "Python utilities for AWS Lambda functions including but not limited to tracing, logging and custom metric"
55
authors = ["Amazon Web Services"]
66
classifiers=[

0 commit comments

Comments
 (0)