File tree 2 files changed +11
-3
lines changed
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
8
8
9
9
## [ Unreleased]
10
10
11
+ ## [ 1.11.0] - 2021-03-05
11
12
### Fixed
12
13
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
15
23
16
24
## [ 1.10.5] - 2021-02-17
17
25
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " aws_lambda_powertools"
3
- version = " 1.10.5 "
3
+ version = " 1.11.0 "
4
4
description = " Python utilities for AWS Lambda functions including but not limited to tracing, logging and custom metric"
5
5
authors = [" Amazon Web Services" ]
6
6
include = [" aws_lambda_powertools/py.typed" ]
You can’t perform that action at this time.
0 commit comments