File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " aws_lambda_powertools"
3- version = " 1.10.5 "
3+ version = " 1.11.0 "
44description = " Python utilities for AWS Lambda functions including but not limited to tracing, logging and custom metric"
55authors = [" Amazon Web Services" ]
66include = [" aws_lambda_powertools/py.typed" ]
You can’t perform that action at this time.
0 commit comments