Skip to content

Commit eb5d294

Browse files
Publish v0.2.0 (#14)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d14bda4 commit eb5d294

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.changeset/goofy-planes-tease.md

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

CHANGELOG.md

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

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- Invoke Store is now accessible via `InvokeStore.getInstanceAsync()` instead of direct instantiation ([d14bda46410ff5e46777795f8ed4c6e8fcc90e7b](https://github.com/awslabs/aws-lambda-invoke-store/commit/d14bda46410ff5e46777795f8ed4c6e8fcc90e7b))
8+
- Lazy loads `node:async_hooks` to improve startup performance
9+
- Selects dynamic implementation based on Lambda environment:
10+
- Single-context implementation for standard Lambda executions
11+
- Multi-context implementation (using AsyncLocalStorage)
12+
313
## 0.1.1
414

515
### 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.1.1",
3+
"version": "0.2.0",
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)