File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " aws_lambda_powertools"
3- version = " 1.7 .0"
3+ version = " 1.8 .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