Skip to content

Commit 590fa3c

Browse files
committed
chore: bump to 1.12.0
1 parent d93be1c commit 590fa3c

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff 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

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.11.0"
3+
version = "1.12.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)