| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-01-12 | 1.9 kB | |
| v2.30.2 source code.tar.gz | 2026-01-12 | 2.5 MB | |
| v2.30.2 source code.zip | 2026-01-12 | 3.2 MB | |
| Totals: 3 Items | 5.8 MB | 1 | |
Summary
In this release we have added Middy v7 middleware compatibility which enables developers using Middy to use Durable functions, Tenant isolation mode, and multi-concurrency on Lambda Managed Instances.
We have also now added a new tenantId property by default for tenant identification in all log entries, making it easier to filter and trace logs across different tenants in your Lambda functions.
β Special thanks to @coderbyheart for their first PR merged in the project π
Changes
- feat: allow @middy/core v7 (#4918) by @coderbyheart
- feat(logger): add tenantId to logger default properties (#4931) by @kawaaaas
- improv(ci): Added environment suffix to prevent artefact name conflict (#4921) by @sdangol
π Documentation updates
- chore(deps): bump urllib3 from 2.6.0 to 2.6.3 in /docs (#4927) by @dependabot[bot]
- improv(docs): added a note for customers migrating from
BatchProcessorSynctoBatchProcessor(#4926) by @sdangol - improv(docs): updated the Maintainer's Playbook with the updated CI process (#4922) by @sdangol
π§ Maintenance
- chore(batch): remove invoke store global namespace workaround (#4932) by @svozza
- chore(deps): bump urllib3 from 2.6.0 to 2.6.3 in /docs (#4927) by @dependabot[bot]
- feat: remove baseUrl from TypeScript configurations for future compiler compatibility (#4925) by @dreamorosi
- improv(docs): updated the Maintainer's Playbook with the updated CI process (#4922) by @sdangol
This release was made possible by the following contributors:
@coderbyheart, @dependabot[bot], @dreamorosi, @github-actions[bot], @kawaaaas, @sdangol, @svozza, dependabot[bot] and github-actions[bot]