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.5.0] - 2020-09-04
10
+
11
+ ### Added
12
+ - ** Logger** : Add ` xray_trace_id ` to log output to improve integration with CloudWatch Service Lens
13
+ - ** Logger** : Allow reordering of logged output
14
+ - ** Utilities** : Add new ` SQS batch processing ` utility to handle partial failures in processing message batches
15
+ - ** Utilities** : Add typing utility providing static type for lambda context object
16
+ - ** Utilities** : Add ` transform=auto ` in parameters utility to deserialize parameter values based on the key name
17
+
18
+ ### Fixed
19
+ - ** Logger** : The value of ` json_default ` formatter is no longer written to logs
20
+
9
21
## [ 1.4.0] - 2020-08-25
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.4 .0"
3
+ version = " 1.5 .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