Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 3.84 KB

File metadata and controls

82 lines (45 loc) · 3.84 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.3.1 - 2026-09-02

Other

  • updated the following local packages: lambda_runtime_api_client, lambda_runtime

1.3.0 - 2026-07-09

Added

  • add SnapStart support via SnapStartResource trait (#1150)

1.2.1 - 2026-05-25

Other

  • updated the following local packages: lambda_runtime

1.2.0 - 2026-05-08

Added

  • Add VPC Lattice as an upstream source for lambda-http (#1136)

Fixed

  • (lambda-http) into_api_gateway_v2_request joins cookies with "; " (#1143)

Other

  • Added builders pass-through feature to enable aws_lambda_events/builders (#1146)

1.1.3 - 2026-04-16

Other

  • updated the following local packages: lambda_runtime

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)