Skip to content

Commit

Permalink
Release 0.6.1 (#526)
Browse files Browse the repository at this point in the history
Fixes issues with http paths.
Fixes issues with panics in async functions.
Fixes issues reporting errors from serde.
Add functions to set RequestContext to the RequestExt.

Signed-off-by: David Calavera <[email protected]>

Signed-off-by: David Calavera <[email protected]>
  • Loading branch information
calavera authored Sep 7, 2022
1 parent 1cacdd8 commit b1c5dfd
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 6 deletions.
5 changes: 4 additions & 1 deletion lambda-extension/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
name = "lambda-extension"
version = "0.6.0"
edition = "2021"
authors = ["David Calavera <[email protected]>"]
authors = [
"David Calavera <[email protected]>",
"Harold Sun <[email protected]>"
]
description = "AWS Lambda Extension API"
license = "Apache-2.0"
repository = "https://github.com/awslabs/aws-lambda-rust-runtime"
Expand Down
7 changes: 5 additions & 2 deletions lambda-http/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
[package]
name = "lambda_http"
version = "0.6.0"
authors = ["Doug Tangren"]
version = "0.6.1"
authors = [
"David Calavera <[email protected]>",
"Harold Sun <[email protected]>"
]
edition = "2021"
description = "Application Load Balancer and API Gateway event types for AWS Lambda"
keywords = ["AWS", "Lambda", "APIGateway", "ALB", "API"]
Expand Down
5 changes: 4 additions & 1 deletion lambda-runtime-api-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
name = "lambda_runtime_api_client"
version = "0.6.0"
edition = "2021"
authors = ["David Calavera <[email protected]>"]
authors = [
"David Calavera <[email protected]>",
"Harold Sun <[email protected]>"
]
description = "AWS Lambda Runtime interaction API"
license = "Apache-2.0"
repository = "https://github.com/awslabs/aws-lambda-rust-runtime"
Expand Down
7 changes: 5 additions & 2 deletions lambda-runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
[package]
name = "lambda_runtime"
version = "0.6.0"
authors = ["David Barsky <[email protected]>"]
version = "0.6.1"
authors = [
"David Calavera <[email protected]>",
"Harold Sun <[email protected]>"
]
description = "AWS Lambda Runtime"
edition = "2021"
license = "Apache-2.0"
Expand Down

0 comments on commit b1c5dfd

Please sign in to comment.