Skip to content

Commit f8b8f7b

Browse files
authored
Merge pull request #212 from heitorlessa/chore/bump-1.8.0
chore: bump to 1.8.0
2 parents 2b332dc + ceb9d32 commit f8b8f7b

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

Diff for: CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.8.0] - 2020-11-20
10+
11+
### Added
12+
- **Utilities**: Added support for new EventBridge Replay field in `Parser` and `Event source data classes`
13+
- **Utilities**: Added SNS support in `Parser`
14+
- **Utilities**: Added API Gateway HTTP API data class support for new IAM and Lambda authorizer in `Event source data classes`
15+
- **Docs**: Add new FAQ section for Logger on how to enable debug logging for boto3
16+
- **Docs**: Add explicit minimal set of permissions required to use Layers provided by Serverless Application Repository (SAR)
17+
18+
### Fixed
19+
- **Docs**: Fix typo in Dataclasses example for SES when fetching common email headers
20+
921
## [1.7.0] - 2020-10-26
1022

1123
### Added

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "aws_lambda_powertools"
3-
version = "1.7.0"
3+
version = "1.8.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)