File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 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
88
99## [ Unreleased]
1010
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+
1126## [ 1.11.0] - 2021-03-05
1227### Fixed
1328
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " aws_lambda_powertools"
3- version = " 1.11 .0"
3+ version = " 1.12 .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