Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 2.46 KB

File metadata and controls

44 lines (26 loc) · 2.46 KB

Changelog

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.

[Unreleased]

1.1.2 - 2026-03-19

Other

  • updated the following local packages: lambda_runtime_api_client, lambda_runtime

1.1.1 - 2026-03-11

Added

  • (lambda-managed-instances) Lambda Managed Instances support via concurrency-tokio feature flag with run_concurrent() and BoxCloneService for concurrent streaming responses (#1067)
  • Add builder pattern support for event response types (#1090)

Changed

  • MSRV updated from 1.82.0 to 1.84.0, enabled MSRV-aware resolver (#1078)

Other

  • (lambda-managed-instances) add tokio_unstable to known cfgs to avoid linter warns (#1095)
  • (lambda-managed-instances) warn on run() with AWS_LAMBDA_MAX_CONCURRENCY, rename feature experimental-concurrency to concurrency-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

Added

  • (lambda-managed-instances) Lambda Managed Instances support via concurrency-tokio feature flag with run_concurrent() and BoxCloneService for concurrent streaming responses (#1067)

Changed

  • MSRV updated from 1.82.0 to 1.84.0, enabled MSRV-aware resolver (#1078)