Skip to content

Commit 2dc255f

Browse files
authored
chore: release v1.1.4
1 parent cb8fbb0 commit 2dc255f

6 files changed

Lines changed: 31 additions & 5 deletions

File tree

lambda-events/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

lambda-events/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aws_lambda_events"
3-
version = "1.1.3"
3+
version = "1.2.0"
44
rust-version = "1.84.0"
55
description = "AWS Lambda event definitions"
66
authors = [

lambda-http/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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

lambda-http/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lambda_http"
3-
version = "1.1.3"
3+
version = "1.2.0"
44
authors = [
55
"David Calavera <dcalaver@amazon.com>",
66
"Harold Sun <sunhua@amazon.com>",
@@ -40,7 +40,7 @@ http = { workspace = true }
4040
http-body = { workspace = true }
4141
http-body-util = { workspace = true }
4242
hyper = { 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}
4444
mime = "0.3"
4545
percent-encoding = "2.2"
4646
pin-project-lite = { workspace = true }
@@ -52,7 +52,7 @@ url = "2.2"
5252

5353
[dependencies.aws_lambda_events]
5454
path = "../lambda-events"
55-
version = "1.1"
55+
version = "1.2"
5656
default-features = false
5757
features = ["alb", "apigw", "vpc_lattice"]
5858

lambda-runtime/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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

lambda-runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lambda_runtime"
3-
version = "1.1.3"
3+
version = "1.2.0"
44
authors = [
55
"David Calavera <dcalaver@amazon.com>",
66
"Harold Sun <sunhua@amazon.com>",

0 commit comments

Comments
 (0)