Skip to content

Commit 696f93e

Browse files
authored
chore: update changelog (#311)
1 parent 3b0bfdb commit 696f93e

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

Diff for: CHANGELOG.md

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

99
## [Unreleased]
1010

11+
## [1.11.0] - 2021-03-05
1112
### Fixed
1213

13-
* **Tracer**: Lazy loads X-Ray SDK to improve import perf for those not instantiating Tracer
14-
* **Metrics**: Convert EMF JSON Schema as Dictionary to reduce I/O and improve import perf
14+
* **Tracer**: Lazy loads X-Ray SDK to increase perf by 75% for those not instantiating Tracer
15+
* **Metrics**: Optimize validation and serialization to increase perf by nearly 50% for large operations (<1ms)
16+
17+
### Added
18+
19+
* **Dataclass**: Add new Amazon Connect contact flow event
20+
* **Idempotency**: New Idempotency utility
21+
* **Docs**: Add example on how to integrate Batch utility with Sentry.io
22+
* **Internal**: Added performance SLA tests for high level imports and Metrics validation/serialization
1523

1624
## [1.10.5] - 2021-02-17
1725

Diff for: 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.10.5"
3+
version = "1.11.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)