Skip to content

Commit 063d8cd

Browse files
author
Tom McCarthy
authored
chore: bump version to 1.5.0 (#158)
1 parent b8a8ab5 commit 063d8cd

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

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.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

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.4.0"
3+
version = "1.5.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)