From b66af160ec03d52c0db3c73aa805c187f1bec5c9 Mon Sep 17 00:00:00 2001 From: heitorlessa Date: Fri, 5 Mar 2021 17:26:00 +0100 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 12 ++++++++++-- pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e77d594c30..bf37163bc4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,10 +8,18 @@ This project follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) fo ## [Unreleased] +## [1.11.0] - 2021-03-05 ### Fixed -* **Tracer**: Lazy loads X-Ray SDK to improve import perf for those not instantiating Tracer -* **Metrics**: Convert EMF JSON Schema as Dictionary to reduce I/O and improve import perf +* **Tracer**: Lazy loads X-Ray SDK to increase perf by 75% for those not instantiating Tracer +* **Metrics**: Optimize validation and serialization to increase perf by nearly 50% for large operations (<1ms) + +### Added + +* **Dataclass**: Add new Amazon Connect contact flow event +* **Idempotency**: New Idempotency utility +* **Docs**: Add example on how to integrate Batch utility with Sentry.io +* **Internal**: Added performance SLA tests for high level imports and Metrics validation/serialization ## [1.10.5] - 2021-02-17 diff --git a/pyproject.toml b/pyproject.toml index eb45c8418c8..5ee64ed567a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aws_lambda_powertools" -version = "1.10.5" +version = "1.11.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"]