File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ ## [ Unreleased]
9+
10+ ## [ 1.1.1] ( https://github.com/aws/aws-lambda-rust-runtime/compare/aws_lambda_events-v1.1.0...aws_lambda_events-v1.1.1 ) - 2026-03-12
11+
12+ ### Other
13+
14+ - updated the following local packages: lambda_runtime
Original file line number Diff line number Diff line change 11[package ]
22name = " aws_lambda_events"
3- version = " 1.1.0 "
3+ version = " 1.1.1 "
44rust-version = " 1.84.0"
55description = " AWS Lambda event definitions"
66authors = [
@@ -137,4 +137,4 @@ builders = ["bon"]
137137all-features = true
138138
139139[dev-dependencies ]
140- lambda_runtime = { version = " 1.1.0-rc1" , path = " ../lambda-runtime" }
140+ lambda_runtime = { version = " 1.1.0-rc1.1 " , path = " ../lambda-runtime" }
Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ ## [ Unreleased]
9+
10+ ## [ 1.0.3] ( https://github.com/aws/aws-lambda-rust-runtime/compare/lambda-extension-v1.0.2...lambda-extension-v1.0.3 ) - 2026-03-12
11+
12+ ### Other
13+
14+ - Make Telemetry API log record type generic ([ #1098 ] ( https://github.com/aws/aws-lambda-rust-runtime/pull/1098 ) )
Original file line number Diff line number Diff line change 11[package ]
22name = " lambda-extension"
3- version = " 1.0.2 "
3+ version = " 1.0.3 "
44edition = " 2021"
55rust-version = " 1.84.0"
66authors = [
Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ ## [ Unreleased]
9+
10+ ## [ 1.1.0-rc1.1] ( https://github.com/aws/aws-lambda-rust-runtime/compare/lambda_http-v1.1.0-rc1...lambda_http-v1.1.0-rc1.1 ) - 2026-03-12
11+
12+ ### Other
13+
14+ - * (lambda-managed-instances)* warn on ` run() ` with `AWS_LAMBDA_MAX_CONCURRENCY, rename feature experimental-concurrency -> concurrency->tokio
15+ - disable default features of lambda-runtime ([ #1093 ] ( https://github.com/aws/aws-lambda-rust-runtime/pull/1093 ) )
16+ - * (deps)* update axum-extra requirement from 0.10.2 to 0.12.5 ([ #1079 ] ( https://github.com/aws/aws-lambda-rust-runtime/pull/1079 ) )
Original file line number Diff line number Diff line change 11[package ]
22name = " lambda_http"
3- version = " 1.1.0-rc1"
3+ version = " 1.1.0-rc1.1 "
44authors = [
55 " David Calavera <dcalaver@amazon.com>" ,
66 " Harold Sun <sunhua@amazon.com>" ,
@@ -39,7 +39,7 @@ http = { workspace = true }
3939http-body = { workspace = true }
4040http-body-util = { workspace = true }
4141hyper = { workspace = true }
42- lambda_runtime = { version = " 1.1.0-rc1" , path = " ../lambda-runtime" , default-features = false }
42+ lambda_runtime = { version = " 1.1.0-rc1.1 " , path = " ../lambda-runtime" , default-features = false }
4343mime = " 0.3"
4444percent-encoding = " 2.2"
4545pin-project-lite = { workspace = true }
@@ -51,7 +51,7 @@ url = "2.2"
5151
5252[dependencies .aws_lambda_events ]
5353path = " ../lambda-events"
54- version = " 1.0 "
54+ version = " 1.1 "
5555default-features = false
5656features = [" alb" , " apigw" ]
5757
Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ ## [ Unreleased]
9+
10+ ## [ 1.1.0-rc1.1] ( https://github.com/aws/aws-lambda-rust-runtime/compare/lambda_runtime-v1.1.0-rc1...lambda_runtime-v1.1.0-rc1.1 ) - 2026-03-12
11+
12+ ### Added
13+
14+ - * (lambda-runtime)* log non-2xx Lambda Runtime API responses with status and body ([ #1109 ] ( https://github.com/aws/aws-lambda-rust-runtime/pull/1109 ) )
15+
16+ ### Fixed
17+
18+ - * (test)* fix test_concurrent_structured_logging_isolation ([ #1121 ] ( https://github.com/aws/aws-lambda-rust-runtime/pull/1121 ) )
19+
20+ ### Other
21+
22+ - Introducing Harness Testing ([ #1103 ] ( https://github.com/aws/aws-lambda-rust-runtime/pull/1103 ) )
23+ - add tokio_unstable to known cfgs to avoid linter warns
24+ - * (lambda-managed-instances)* warn on ` run() ` with `AWS_LAMBDA_MAX_CONCURRENCY, rename feature experimental-concurrency -> concurrency->tokio
25+ - Add builder pattern support for event response types ([ #1090 ] ( https://github.com/aws/aws-lambda-rust-runtime/pull/1090 ) )
26+ - verify request-ID isolation in concurrent exec ([ #1086 ] ( https://github.com/aws/aws-lambda-rust-runtime/pull/1086 ) )
Original file line number Diff line number Diff line change 11[package ]
22name = " lambda_runtime"
3- version = " 1.1.0-rc1"
3+ version = " 1.1.0-rc1.1 "
44authors = [
55 " David Calavera <dcalaver@amazon.com>" ,
66 " Harold Sun <sunhua@amazon.com>" ,
You can’t perform that action at this time.
0 commit comments