Skip to content

Commit 8d5986a

Browse files
authored
Merge pull request #200 from heitorlessa/chore/bump-1.7.0
chore: bump to 1.7.0
2 parents e59c1e5 + a9d57d6 commit 8d5986a

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
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: 2 additions & 2 deletions
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=[
@@ -12,7 +12,7 @@ classifiers=[
1212
"Programming Language :: Python :: 3.7",
1313
"Programming Language :: Python :: 3.8",
1414
]
15-
repository="https://github.com/awslabs/aws-lambda-powertools/"
15+
repository="https://github.com/awslabs/aws-lambda-powertools-python"
1616
readme = "README.md"
1717
keywords = ["aws_lambda_powertools", "aws", "tracing", "logging", "lambda", "powertools"]
1818
license = "MIT-0"

0 commit comments

Comments
 (0)