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.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+
921## [ 1.4.0] - 2020-08-25
1022
1123### Added
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " aws_lambda_powertools"
3- version = " 1.4 .0"
3+ version = " 1.5 .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