Skip to content

Commit 9f17789

Browse files
authored
Merge pull request #24 from awslabs/changeset-release/main
Publish 0.2.2
2 parents b101e20 + 3c3b22c commit 9f17789

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/fix-async-context.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @aws/lambda-invoke-store
22

3+
## 0.2.2
4+
5+
### Patch Changes
6+
7+
- Fix context cleared prematurely in InvokeStoreSingle with async functions. Removed try-finally block that was clearing context before async operations completed. ([9bed56d892dbe8473a9b8b7f3c4aa5f4e6612057](https://github.com/awslabs/aws-lambda-invoke-store/commit/9bed56d892dbe8473a9b8b7f3c4aa5f4e6612057))
8+
39
## 0.2.1
410

511
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws/lambda-invoke-store",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Invoke scoped data storage for AWS Lambda Node.js Runtime Environment",
55
"homepage": "https://github.com/awslabs/aws-lambda-invoke-store",
66
"main": "./dist-cjs/invoke-store.js",

0 commit comments

Comments
 (0)