File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 1.2.0] ( https://github.com/aws/aws-lambda-rust-runtime/compare/aws_lambda_events-v1.1.3...aws_lambda_events-v1.2.0 ) - 2026-05-08
11+
12+ ### Added
13+
14+ - Add VPC Lattice as an upstream source for lambda-http ([ #1136 ] ( https://github.com/aws/aws-lambda-rust-runtime/pull/1136 ) )
15+
1016## [ 1.1.3] ( https://github.com/aws/aws-lambda-rust-runtime/compare/aws_lambda_events-v1.1.2...aws_lambda_events-v1.1.3 ) - 2026-04-16
1117
1218### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " aws_lambda_events"
3- version = " 1.1.3 "
3+ version = " 1.2.0 "
44rust-version = " 1.84.0"
55description = " AWS Lambda event definitions"
66authors = [
Original file line number Diff line number Diff line change @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 1.2.0] ( https://github.com/aws/aws-lambda-rust-runtime/compare/lambda_http-v1.1.3...lambda_http-v1.2.0 ) - 2026-05-08
11+
12+ ### Added
13+
14+ - Add VPC Lattice as an upstream source for lambda-http ([ #1136 ] ( https://github.com/aws/aws-lambda-rust-runtime/pull/1136 ) )
15+
16+ ### Fixed
17+
18+ - * (lambda-http)* into_api_gateway_v2_request joins cookies with "; " ([ #1143 ] ( https://github.com/aws/aws-lambda-rust-runtime/pull/1143 ) )
19+
1020## [ 1.1.3] ( https://github.com/aws/aws-lambda-rust-runtime/compare/lambda_http-v1.1.2...lambda_http-v1.1.3 ) - 2026-04-16
1121
1222### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " lambda_http"
3- version = " 1.1.3 "
3+ version = " 1.2.0 "
44authors = [
55 " David Calavera <dcalaver@amazon.com>" ,
66 " Harold Sun <sunhua@amazon.com>" ,
@@ -40,7 +40,7 @@ http = { workspace = true }
4040http-body = { workspace = true }
4141http-body-util = { workspace = true }
4242hyper = { workspace = true }
43- lambda_runtime = { version = " 1.1.3 " , path = " ../lambda-runtime" , default-features = false }
43+ lambda_runtime = { version = " 1.2.0 " , path = " ../lambda-runtime" , default-features = false }
4444mime = " 0.3"
4545percent-encoding = " 2.2"
4646pin-project-lite = { workspace = true }
@@ -52,7 +52,7 @@ url = "2.2"
5252
5353[dependencies .aws_lambda_events ]
5454path = " ../lambda-events"
55- version = " 1.1 "
55+ version = " 1.2 "
5656default-features = false
5757features = [" alb" , " apigw" , " vpc_lattice" ]
5858
Original file line number Diff line number Diff line change @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 1.2.0] ( https://github.com/aws/aws-lambda-rust-runtime/compare/lambda_runtime-v1.1.3...lambda_runtime-v1.2.0 ) - 2026-05-08
11+
12+ ### Added
13+
14+ - Add VPC Lattice as an upstream source for lambda-http ([ #1136 ] ( https://github.com/aws/aws-lambda-rust-runtime/pull/1136 ) )
15+
16+ ### Fixed
17+
18+ - * (lambda-http)* into_api_gateway_v2_request joins cookies with "; " ([ #1143 ] ( https://github.com/aws/aws-lambda-rust-runtime/pull/1143 ) )
19+
1020## [ 1.1.3] ( https://github.com/aws/aws-lambda-rust-runtime/compare/lambda_runtime-v1.1.2...lambda_runtime-v1.1.3 ) - 2026-04-16
1121
1222### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " lambda_runtime"
3- version = " 1.1.3 "
3+ version = " 1.2.0 "
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