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.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)