Skip to content

chore(deps): bump lambda_http from 0.9.3 to 1.1.3 in /rust#132

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/rust/lambda_http-1.1.2
Open

chore(deps): bump lambda_http from 0.9.3 to 1.1.3 in /rust#132
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/rust/lambda_http-1.1.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 31, 2026

Bumps lambda_http from 0.9.3 to 1.1.3.

Release notes

Sourced from lambda_http's releases.

v1.1.3

Other

  • remove non exhaustive from time structs (#1138)

v1.1.2

Fixed

  • fix handling of null groupConfiguration (#1130)

Other

v1.1.1

Thank you to all the contributors who helped make this release possible. We appreciate your time, effort, and passion for the Rust Lambda community. ❤️

Lambda Managed Instances

The runtime now supports Lambda Managed Instances via the concurrency-tokio feature flag (previously experimental-concurrency). Lambda Managed Instances allow multiple concurrent requests to be processed within a single execution environment. When AWS_LAMBDA_MAX_CONCURRENCY is set, the runtime spawns multiple independent long-poll workers to handle concurrent invocations. If the env var is unset or <= 1, it falls back to sequential behavior automatically. This lets you use the same handler for both classic Lambda and Lambda Managed Instances. (#1067)

[dependencies]
lambda_runtime = { version = "1.1", features = ["concurrency-tokio"] }
lambda_runtime::run_concurrent(service_fn(my_handler)).await?;

For a complete working example, see examples/basic-lambda-concurrent. For detailed guidance on building functions for multi-concurrency, including shared state patterns and database connection pools, see the Rust runtime for Lambda Managed Instances documentation.

We would like also to involve the community in a broader discussion about improving our approach on multiconcurrency. You can find the discussion in (#1120)

lambda_runtime - 1.1.1

Added

  • (lambda-managed-instances) log non-2xx Lambda Runtime API responses with status and body (#1109)
  • tenant ID propagation for multi-tenant Lambda use cases. The tenant_id is available in the context.tenant_id field (Option<String>) and is automatically extracted from the lambda-runtime-aws-tenant-id header when present (#1082)
  • Add builder pattern support for event response types (#1090)

Fixed

  • (test) fix test_concurrent_structured_logging_isolation (#1121)

Changed

  • MSRV updated from 1.82.0 to 1.84.0, enabled MSRV-aware resolver (#1078)

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Mar 31, 2026
@dependabot dependabot Bot requested a review from a team as a code owner March 31, 2026 05:55
@dependabot dependabot Bot requested a review from dereknorrbom March 31, 2026 05:55
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Mar 31, 2026
@dependabot dependabot Bot changed the title chore(deps): bump lambda_http from 0.9.3 to 1.1.2 in /rust chore(deps): bump lambda_http from 0.9.3 to 1.1.3 in /rust Apr 28, 2026
@dependabot dependabot Bot force-pushed the dependabot/cargo/rust/lambda_http-1.1.2 branch from 8eb0257 to 13b22d0 Compare April 28, 2026 20:57
Bumps [lambda_http](https://github.com/aws/aws-lambda-rust-runtime) from 0.9.3 to 1.1.3.
- [Release notes](https://github.com/aws/aws-lambda-rust-runtime/releases)
- [Changelog](https://github.com/aws/aws-lambda-rust-runtime/blob/main/release-plz.toml)
- [Commits](https://github.com/aws/aws-lambda-rust-runtime/commits/lambda_http-v1.1.3)

---
updated-dependencies:
- dependency-name: lambda_http
  dependency-version: 1.1.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/cargo/rust/lambda_http-1.1.2 branch from 13b22d0 to 3fd5187 Compare April 29, 2026 00:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants