All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.3.1 - 2026-09-02
- updated the following local packages: lambda_runtime_api_client, lambda_runtime
1.3.0 - 2026-07-09
- add SnapStart support via SnapStartResource trait (#1150)
1.2.1 - 2026-05-25
- updated the following local packages: lambda_runtime
1.2.0 - 2026-05-08
- Add VPC Lattice as an upstream source for lambda-http (#1136)
- (lambda-http) into_api_gateway_v2_request joins cookies with "; " (#1143)
- Added
builderspass-through feature to enableaws_lambda_events/builders(#1146)
1.1.3 - 2026-04-16
- updated the following local packages: lambda_runtime
1.1.2 - 2026-03-19
- updated the following local packages: lambda_runtime_api_client, lambda_runtime
1.1.1 - 2026-03-11
- (lambda-managed-instances) Lambda Managed Instances support via
concurrency-tokiofeature flag withrun_concurrent()andBoxCloneServicefor concurrent streaming responses (#1067) - Add builder pattern support for event response types (#1090)
- MSRV updated from 1.82.0 to 1.84.0, enabled MSRV-aware resolver (#1078)
- (lambda-managed-instances) add
tokio_unstableto known cfgs to avoid linter warns (#1095) - (lambda-managed-instances) warn on
run()withAWS_LAMBDA_MAX_CONCURRENCY, rename featureexperimental-concurrencytoconcurrency-tokio(#1095) - (lambda-managed-instances) verify request-ID isolation in concurrent exec (#1086)
- Introducing Harness Testing (#1103)
- disable default features of lambda-runtime (#1093)
- (deps) update axum-extra requirement from 0.10.2 to 0.12.5 (#1079)
1.1.0-rc1 - 2026-02-04
- (lambda-managed-instances) Lambda Managed Instances support via
concurrency-tokiofeature flag withrun_concurrent()andBoxCloneServicefor concurrent streaming responses (#1067)
- MSRV updated from 1.82.0 to 1.84.0, enabled MSRV-aware resolver (#1078)