File tree 2 files changed +16
-1
lines changed
2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,21 @@ This project follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) fo
8
8
9
9
## [ Unreleased]
10
10
11
+ ## [ 1.12.0] - 2021-03-17
12
+
13
+ ### Added
14
+
15
+ * ** Parameters** : New ` force_fetch ` param to always fetch the latest and bypass cache, if available
16
+ * ** Data Classes** : New AppSync Lambda Resolver event covering both Direct Lambda Resolver and Amplify GraphQL Transformer Resolver ` @function `
17
+ * ** Data Classes** : New AppSync scalar utilities to easily compose Lambda Resolvers with date utils, uuid, etc.
18
+ * ** Logger** : Support for Correlation ID both in ` inject_lambda_context ` decorator and ` set_correlation_id ` method
19
+ * ** Logger** : Include new ` exception_name ` key to help customers easily enumerate exceptions across all functions
20
+
21
+ ### Fixed
22
+
23
+ * ** Tracer** : Type hint on return instance that made PyCharm no longer recognize autocompletion
24
+ * ** Idempotency** : Error handling for missing idempotency key and ` save_in_progress ` errors
25
+
11
26
## [ 1.11.0] - 2021-03-05
12
27
### Fixed
13
28
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " aws_lambda_powertools"
3
- version = " 1.11 .0"
3
+ version = " 1.12 .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