Releases: awslabs/aws-lambda-invoke-store
Releases · awslabs/aws-lambda-invoke-store
v0.2.2
Patch Changes
- Fix context cleared prematurely in InvokeStoreSingle with async functions. Removed try-finally block that was clearing context before async operations completed. (9bed56d892dbe8473a9b8b7f3c4aa5f4e6612057)
v0.2.1
Patch Changes
- include types declarations (002c21bab6404f5d59b81ada7f7f6db710f432ca)
v0.2.0
Minor Changes
- Invoke Store is now accessible via
InvokeStore.getInstanceAsync()instead of direct instantiation (d14bda46410ff5e46777795f8ed4c6e8fcc90e7b)- Lazy loads
node:async_hooksto improve startup performance - Selects dynamic implementation based on Lambda environment:
- Single-context implementation for standard Lambda executions
- Multi-context implementation (using AsyncLocalStorage)
- Lazy loads
v0.1.1
Patch Changes
- Update build configuration to output ESM and CommonJS (b34bfcfb20299f8affbd0c0f33266bad2a0009a7)
v0.1.0
Minor Changes
- Add support for tenantId (83fa470303d9283930e0f79e9c70ab09cbca6771)
v0.0.2
Patch Changes
- Set up release scripts (c12740efa370880560a55c21cae1fcecad267053)