Skip to content
This repository was archived by the owner on Jul 17, 2026. It is now read-only.

Release notes

Eugene Lazutkin edited this page Jul 17, 2026 · 1 revision

Release notes

Reverse-chronological. Links to the npm version history and this repo's git tags.

0.4.0 — 2026-07-17

Frozen re-export thunk — this package is superseded. The Lambda adapter moved into dynamodb-toolkit as the dynamodb-toolkit/lambda subpath export (core 3.8.0). This release replaces the implementation with export * from 'dynamodb-toolkit/lambda' (plus matching type re-exports and path-compat deep-import thunks where applicable), declares an open-ended peer on dynamodb-toolkit >= 3.8.0 so future core releases never require a thunk update, and is the final release of this package. Existing consumers keep working unchanged; new code should import the subpath directly. Current documentation lives in the core wiki — Framework adapters and Lambda adapter — while this wiki remains a frozen historical copy of the standalone line. The repository is archived.

Earlier releases (standalone line)

The pre-thunk standalone adapter shipped as 0.1.0 (2026-04-19), 0.2.0 (2026-04-20), and 0.3.0 (2026-04-23) without per-release notes — see the git tags and commit history for details.

Clone this wiki locally