File tree 2 files changed +13
-1
lines changed
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
6
6
7
7
## [ Unreleased]
8
8
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
+
9
21
## [ 1.7.0] - 2020-10-26
10
22
11
23
### Added
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " aws_lambda_powertools"
3
- version = " 1.7 .0"
3
+ version = " 1.8 .0"
4
4
description = " Python utilities for AWS Lambda functions including but not limited to tracing, logging and custom metric"
5
5
authors = [" Amazon Web Services" ]
6
6
classifiers =[
You can’t perform that action at this time.
0 commit comments