Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions lambda-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.1](https://github.com/aws/aws-lambda-rust-runtime/compare/lambda-extension-v1.1.0...lambda-extension-v1.1.1) - 2026-09-02

### Other

- updated the following local packages: lambda_runtime_api_client

## [1.1.0](https://github.com/aws/aws-lambda-rust-runtime/compare/lambda-extension-v1.0.4...lambda-extension-v1.1.0) - 2026-07-09

### Added
Expand Down
4 changes: 2 additions & 2 deletions lambda-extension/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lambda-extension"
version = "1.1.0"
version = "1.1.1"
edition = "2021"
rust-version = "1.84.0"
authors = [
Expand All @@ -25,7 +25,7 @@ http = { workspace = true }
http-body-util = { workspace = true }
hyper = { workspace = true, features = ["http1", "client", "server"] }
hyper-util = { workspace = true }
lambda_runtime_api_client = { version = "1.1.0", path = "../lambda-runtime-api-client" }
lambda_runtime_api_client = { version = "1.1.1", path = "../lambda-runtime-api-client" }
serde = { version = "1", features = ["derive"] }
serde_json = "^1"
tokio = { version = "1.0", features = [
Expand Down
6 changes: 6 additions & 0 deletions lambda-http/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.3.1](https://github.com/aws/aws-lambda-rust-runtime/compare/lambda_http-v1.3.0...lambda_http-v1.3.1) - 2026-09-02

### Other

- updated the following local packages: lambda_runtime_api_client, lambda_runtime

## [1.3.0](https://github.com/aws/aws-lambda-rust-runtime/compare/lambda_http-v1.2.1...lambda_http-v1.3.0) - 2026-07-09

### Added
Expand Down
6 changes: 3 additions & 3 deletions lambda-http/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lambda_http"
version = "1.3.0"
version = "1.3.1"
authors = [
"David Calavera <dcalaver@amazon.com>",
"Harold Sun <sunhua@amazon.com>",
Expand Down Expand Up @@ -41,7 +41,7 @@ http = { workspace = true }
http-body = { workspace = true }
http-body-util = { workspace = true }
hyper = { workspace = true }
lambda_runtime = { version = "1.3.0", path = "../lambda-runtime", default-features = false}
lambda_runtime = { version = "1.4.0", path = "../lambda-runtime", default-features = false}
mime = "0.3"
percent-encoding = "2.2"
pin-project-lite = { workspace = true }
Expand All @@ -61,7 +61,7 @@ features = ["alb", "apigw", "vpc_lattice"]
axum-core = "0.5.4"

axum-extra = { version = "0.12.5", features = ["query"] }
lambda_runtime_api_client = { version = "1.1.0", path = "../lambda-runtime-api-client" }
lambda_runtime_api_client = { version = "1.1.1", path = "../lambda-runtime-api-client" }

log = "^0.4"
maplit = "1.0"
Expand Down
6 changes: 6 additions & 0 deletions lambda-runtime-api-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.1](https://github.com/aws/aws-lambda-rust-runtime/compare/lambda_runtime_api_client-v1.1.0...lambda_runtime_api_client-v1.1.1) - 2026-09-02

### Other

- release ([#1151](https://github.com/aws/aws-lambda-rust-runtime/pull/1151))

## [1.1.0](https://github.com/aws/aws-lambda-rust-runtime/compare/lambda_runtime_api_client-v1.0.3...lambda_runtime_api_client-v1.1.0) - 2026-07-09

### Added
Expand Down
2 changes: 1 addition & 1 deletion lambda-runtime-api-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lambda_runtime_api_client"
version = "1.1.0"
version = "1.1.1"
edition = "2021"
rust-version = "1.84.0"
authors = [
Expand Down
12 changes: 12 additions & 0 deletions lambda-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.4.0](https://github.com/aws/aws-lambda-rust-runtime/compare/lambda_runtime-v1.3.0...lambda_runtime-v1.4.0) - 2026-09-02

### Added

- add lambda-runtime-invocation-id header ([#1159](https://github.com/aws/aws-lambda-rust-runtime/pull/1159))

### Other

- Record faas.name on Lambda OTEL spans. ([#1163](https://github.com/aws/aws-lambda-rust-runtime/pull/1163))
- show custom event handler usage ([#1154](https://github.com/aws/aws-lambda-rust-runtime/pull/1154))
- release ([#1151](https://github.com/aws/aws-lambda-rust-runtime/pull/1151))

## [1.3.0](https://github.com/aws/aws-lambda-rust-runtime/compare/lambda_runtime-v1.2.1...lambda_runtime-v1.3.0) - 2026-07-09

### Added
Expand Down
4 changes: 2 additions & 2 deletions lambda-runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lambda_runtime"
version = "1.3.0"
version = "1.4.0"
authors = [
"David Calavera <dcalaver@amazon.com>",
"Harold Sun <sunhua@amazon.com>",
Expand Down Expand Up @@ -42,7 +42,7 @@ http-body-util = { workspace = true }
http-serde = { workspace = true }
hyper = { workspace = true, features = ["http1", "client"] }
lambda-extension = { version = "1.1", path = "../lambda-extension", default-features = false, optional = true }
lambda_runtime_api_client = { version = "1.1.0", path = "../lambda-runtime-api-client", default-features = false }
lambda_runtime_api_client = { version = "1.1.1", path = "../lambda-runtime-api-client", default-features = false }
miette = { version = "7.2.0", optional = true }
opentelemetry-semantic-conventions = { version = "0.32", optional = true, features = ["semconv_experimental"] }
pin-project = "1"
Expand Down
Loading