From b99f9dc95af17aef24fffb962c20128db0330c95 Mon Sep 17 00:00:00 2001 From: Heitor Lessa Date: Thu, 6 May 2021 09:02:22 +0200 Subject: [PATCH] chore: bump to 1.15.0 (#422) --- CHANGELOG.md | 18 ++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bfa5085a13d..1d25fc22a0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,24 @@ This project follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) fo ## [Unreleased] +## [1.15.0] - 2021-05-06 + +### Added + +* **Event handlers**: New API Gateway and ALB utility to reduce routing boilerplate and more +* **Documentation**: Logger enhancements such as bring your own formatter, handler, UTC support, and testing for Python 3.6 +* **Parser**: Support for API Gateway REST Proxy event and envelope +* **Logger**: Support for bringing custom formatter, custom handler, custom JSON serializer and deserializer, UTC support, expose `LambdaPowertoolsFormatter` +* **Metrics**: Support for persisting default dimensions that should always be added + +### Fixed + +* **Documentation**: Fix highlights, Parser types +* **Validator**: Fix event type annotations for `validate` standalone function +* **Parser**: Improve and fix types +* **Internal**: Remove X-Ray SDK version pinning as serialization regression has been fixed in 2.8.0 +* **Internal**: Latest documentation correctly includes a copy of API docs reference + ## [1.14.0] - 2021-04-09 ### Added diff --git a/pyproject.toml b/pyproject.toml index 18b01d0f1e7..d35e58e5664 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aws_lambda_powertools" -version = "1.14.0" +version = "1.15.0" description = "Python utilities for AWS Lambda functions including but not limited to tracing, logging and custom metric" authors = ["Amazon Web Services"] include = ["aws_lambda_powertools/py.typed"]