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,20 @@ 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+
20+ ### Other
21+
22+ - Added ` builders ` pass-through feature to enable ` aws_lambda_events/builders ` ([ #1146 ] ( https://github.com/aws/aws-lambda-rust-runtime/pull/1146 ) )
23+
1024## [ 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
1125
1226### 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>" ,
@@ -41,7 +41,7 @@ http = { workspace = true }
4141http-body = { workspace = true }
4242http-body-util = { workspace = true }
4343hyper = { workspace = true }
44- lambda_runtime = { version = " 1.1.3 " , path = " ../lambda-runtime" , default-features = false }
44+ lambda_runtime = { version = " 1.2.0 " , path = " ../lambda-runtime" , default-features = false }
4545mime = " 0.3"
4646percent-encoding = " 2.2"
4747pin-project-lite = { workspace = true }
@@ -53,7 +53,7 @@ url = "2.2"
5353
5454[dependencies .aws_lambda_events ]
5555path = " ../lambda-events"
56- version = " 1.1 "
56+ version = " 1.2 "
5757default-features = false
5858features = [" alb" , " apigw" , " vpc_lattice" ]
5959
Original file line number Diff line number Diff line change @@ -7,6 +7,20 @@ 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+
20+ ### Other
21+
22+ - Added ` builders ` pass-through feature to enable ` aws_lambda_events/builders ` ([ #1146 ] ( https://github.com/aws/aws-lambda-rust-runtime/pull/1146 ) )
23+
1024## [ 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
1125
1226### 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