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.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
Original file line number Diff line number Diff line change 11[package ]
22name = " lambda_http"
3- version = " 1.2.0 "
3+ version = " 1.2.1 "
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.2.0 " , path = " ../lambda-runtime" , default-features = false }
44+ lambda_runtime = { version = " 1.2.1 " , path = " ../lambda-runtime" , default-features = false }
4545mime = " 0.3"
4646percent-encoding = " 2.2"
4747pin-project-lite = { workspace = true }
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.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
Original file line number Diff line number Diff line change 11[package ]
22name = " lambda_runtime"
3- version = " 1.2.0 "
3+ version = " 1.2.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