File tree Expand file tree Collapse file tree 6 files changed +22
-4
lines changed
Expand file tree Collapse file tree 6 files changed +22
-4
lines changed 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.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
11+
12+ ### Other
13+
14+ - remove non exhaustive from time structs ([ #1138 ] ( https://github.com/aws/aws-lambda-rust-runtime/pull/1138 ) )
15+
1016## [ 1.1.2] ( https://github.com/aws/aws-lambda-rust-runtime/compare/aws_lambda_events-v1.1.1...aws_lambda_events-v1.1.2 ) - 2026-03-19
1117
1218### Fixed
Original file line number Diff line number Diff line change 11[package ]
22name = " aws_lambda_events"
3- version = " 1.1.2 "
3+ version = " 1.1.3 "
44rust-version = " 1.84.0"
55description = " AWS Lambda event definitions"
66authors = [
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.1.3] ( https://github.com/aws/aws-lambda-rust-runtime/compare/lambda_http-v1.1.2...lambda_http-v1.1.3 ) - 2026-04-16
11+
12+ ### Other
13+
14+ - updated the following local packages: lambda_runtime
15+
1016## [ 1.1.2] ( https://github.com/aws/aws-lambda-rust-runtime/compare/lambda_http-v1.1.1...lambda_http-v1.1.2 ) - 2026-03-19
1117
1218### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " lambda_http"
3- version = " 1.1.2 "
3+ version = " 1.1.3 "
44authors = [
55 " David Calavera <dcalaver@amazon.com>" ,
66 " Harold Sun <sunhua@amazon.com>" ,
@@ -39,7 +39,7 @@ http = { workspace = true }
3939http-body = { workspace = true }
4040http-body-util = { workspace = true }
4141hyper = { workspace = true }
42- lambda_runtime = { version = " 1.1.2 " , path = " ../lambda-runtime" , default-features = false }
42+ lambda_runtime = { version = " 1.1.3 " , path = " ../lambda-runtime" , default-features = false }
4343mime = " 0.3"
4444percent-encoding = " 2.2"
4545pin-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.1.3] ( https://github.com/aws/aws-lambda-rust-runtime/compare/lambda_runtime-v1.1.2...lambda_runtime-v1.1.3 ) - 2026-04-16
11+
12+ ### Other
13+
14+ - remove non exhaustive from time structs ([ #1138 ] ( https://github.com/aws/aws-lambda-rust-runtime/pull/1138 ) )
15+
1016## [ 1.1.2] ( https://github.com/aws/aws-lambda-rust-runtime/compare/lambda_runtime-v1.1.1...lambda_runtime-v1.1.2 ) - 2026-03-19
1117
1218### Fixed
Original file line number Diff line number Diff line change 11[package ]
22name = " lambda_runtime"
3- version = " 1.1.2 "
3+ version = " 1.1.3 "
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