From d1f0a2ecd607d788b992cf408595bdeb4c1f0095 Mon Sep 17 00:00:00 2001 From: Harold Sun Date: Sun, 9 Apr 2023 14:11:23 +0800 Subject: [PATCH 1/4] Release lambda-runtime-api-client v0.8.0 --- lambda-runtime-api-client/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lambda-runtime-api-client/Cargo.toml b/lambda-runtime-api-client/Cargo.toml index dab52a48..ae3e0f70 100644 --- a/lambda-runtime-api-client/Cargo.toml +++ b/lambda-runtime-api-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lambda_runtime_api_client" -version = "0.7.0" +version = "0.8.0" edition = "2021" authors = [ "David Calavera ", From a1bd67c863347a73243d9b144d77fc3ed0dd063f Mon Sep 17 00:00:00 2001 From: Harold Sun Date: Sun, 9 Apr 2023 14:47:57 +0800 Subject: [PATCH 2/4] Release lambda-runtime v0.8.0 --- lambda-runtime/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lambda-runtime/Cargo.toml b/lambda-runtime/Cargo.toml index 37679fbb..788b3c89 100644 --- a/lambda-runtime/Cargo.toml +++ b/lambda-runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lambda_runtime" -version = "0.7.3" +version = "0.8.0" authors = [ "David Calavera ", "Harold Sun ", @@ -40,4 +40,4 @@ async-stream = "0.3" tracing = { version = "0.1.37", features = ["log"] } tower = { version = "0.4", features = ["util"] } tokio-stream = "0.1.2" -lambda_runtime_api_client = { version = "0.7", path = "../lambda-runtime-api-client" } +lambda_runtime_api_client = { version = "0.8", path = "../lambda-runtime-api-client" } From 432d46d49d9204579143b44c024c2c0f675b2c1c Mon Sep 17 00:00:00 2001 From: Harold Sun Date: Sun, 9 Apr 2023 14:48:27 +0800 Subject: [PATCH 3/4] Release lambda-http v0.8.0 --- lambda-http/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lambda-http/Cargo.toml b/lambda-http/Cargo.toml index aacf739b..687e1531 100644 --- a/lambda-http/Cargo.toml +++ b/lambda-http/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lambda_http" -version = "0.7.3" +version = "0.8.0" authors = [ "David Calavera ", "Harold Sun ", @@ -29,7 +29,7 @@ futures = "0.3" http = "0.2" http-body = "0.4" hyper = "0.14" -lambda_runtime = { path = "../lambda-runtime", version = "0.7" } +lambda_runtime = { path = "../lambda-runtime", version = "0.8" } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" serde_urlencoded = "0.7" From fffbe22d9dd4321c15f80fafdf2d4e54d3b845bf Mon Sep 17 00:00:00 2001 From: Harold Sun Date: Sun, 9 Apr 2023 14:48:53 +0800 Subject: [PATCH 4/4] Release lambda-extension v0.8.1 --- lambda-extension/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lambda-extension/Cargo.toml b/lambda-extension/Cargo.toml index 1132c6de..fcae3cc7 100644 --- a/lambda-extension/Cargo.toml +++ b/lambda-extension/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lambda-extension" -version = "0.8.0" +version = "0.8.1" edition = "2021" authors = [ "David Calavera ", @@ -19,7 +19,7 @@ bytes = "1.0" chrono = { version = "0.4", features = ["serde"] } http = "0.2" hyper = { version = "0.14.20", features = ["http1", "client", "server", "stream", "runtime"] } -lambda_runtime_api_client = { version = "0.7", path = "../lambda-runtime-api-client" } +lambda_runtime_api_client = { version = "0.8", path = "../lambda-runtime-api-client" } serde = { version = "1", features = ["derive"] } serde_json = "^1" tracing = { version = "0.1", features = ["log"] }