Skip to content

Commit 80c02e1

Browse files
committed
chore: bump to 1.15.0
1 parent b9484fc commit 80c02e1

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,24 @@ This project follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) fo
88

99
## [Unreleased]
1010

11+
## [1.15.0] - 2021-05-06
12+
13+
### Added
14+
15+
* **Event handlers**: New API Gateway and ALB utility to reduce routing boilerplate and more
16+
* **Documentation**: Logger enhancements such as bring your own formatter, handler, UTC support, and testing for Python 3.6
17+
* **Parser**: Support for API Gateway REST Proxy event and envelope
18+
* **Logger**: Support for bringing custom formatter, custom handler, custom JSON serializer and deserializer, UTC support, expose `LambdaPowertoolsFormatter`
19+
* **Metrics**: Support for persisting default dimensions that should always be added
20+
21+
### Fixed
22+
23+
* **Documentation**: Fix highlights, Parser types
24+
* **Validator**: Fix event type annotations for `validate` standalone function
25+
* **Parser**: Improve and fix types
26+
* **Internal**: Remove X-Ray SDK version pinning as serialization regression has been fixed in 2.8.0
27+
* **Internal**: Latest documentation correctly includes a copy of API docs reference
28+
1129
## [1.14.0] - 2021-04-09
1230

1331
### 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.14.0"
3+
version = "1.15.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
include = ["aws_lambda_powertools/py.typed"]

0 commit comments

Comments
 (0)