Skip to content

Commit 63c45d4

Browse files
authored
chore: release v1.2.1 (#1149)
1 parent 55eb61e commit 63c45d4

4 files changed

Lines changed: 15 additions & 3 deletions

File tree

lambda-http/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.1](https://github.com/aws/aws-lambda-rust-runtime/compare/lambda_http-v1.2.0...lambda_http-v1.2.1) - 2026-05-25
11+
12+
### Other
13+
14+
- updated the following local packages: lambda_runtime
15+
1016
## [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
1117

1218
### Added

lambda-http/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lambda_http"
3-
version = "1.2.0"
3+
version = "1.2.1"
44
authors = [
55
"David Calavera <dcalaver@amazon.com>",
66
"Harold Sun <sunhua@amazon.com>",
@@ -41,7 +41,7 @@ http = { workspace = true }
4141
http-body = { workspace = true }
4242
http-body-util = { workspace = true }
4343
hyper = { workspace = true }
44-
lambda_runtime = { version = "1.2.0", path = "../lambda-runtime", default-features = false}
44+
lambda_runtime = { version = "1.2.1", path = "../lambda-runtime", default-features = false}
4545
mime = "0.3"
4646
percent-encoding = "2.2"
4747
pin-project-lite = { workspace = true }

lambda-runtime/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.1](https://github.com/aws/aws-lambda-rust-runtime/compare/lambda_runtime-v1.2.0...lambda_runtime-v1.2.1) - 2026-05-25
11+
12+
### Other
13+
14+
- *(deps)* update opentelemetry-semantic-conventions requirement ([#1147](https://github.com/aws/aws-lambda-rust-runtime/pull/1147))
15+
1016
## [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
1117

1218
### Added

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.2.0"
3+
version = "1.2.1"
44
authors = [
55
"David Calavera <dcalaver@amazon.com>",
66
"Harold Sun <sunhua@amazon.com>",

0 commit comments

Comments
 (0)