Skip to content

build(deps): bump the aws group across 1 directory with 10 updates - #6772

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/quickwit/aws-0edd554452
Open

build(deps): bump the aws group across 1 directory with 10 updates#6772
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/quickwit/aws-0edd554452

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown
Contributor

Bumps the aws group with 7 updates in the /quickwit directory:

Package From To
aws-runtime 1.8.1 1.9.1
aws-sdk-kinesis 1.110.0 1.112.0
aws-sdk-lambda 1.135.0 1.138.0
aws-sdk-s3 1.138.1 1.141.0
aws-sdk-sqs 1.103.0 1.105.0
aws-smithy-http-client 1.2.0 1.4.0
aws-types 1.5.0 1.6.0

Updates aws-runtime from 1.8.1 to 1.9.1

Commits

Updates aws-sdk-kinesis from 1.110.0 to 1.112.0

Commits

Updates aws-sdk-lambda from 1.135.0 to 1.138.0

Commits

Updates aws-sdk-s3 from 1.138.1 to 1.141.0

Commits

Updates aws-sdk-sqs from 1.103.0 to 1.105.0

Commits

Updates aws-smithy-http-client from 1.2.0 to 1.4.0

Commits

Updates aws-smithy-runtime from 1.12.0 to 1.12.1

Commits

Updates aws-smithy-runtime-api from 1.14.0 to 1.16.0

Commits

Updates aws-smithy-types from 1.6.1 to 1.6.3

Commits

Updates aws-types from 1.5.0 to 1.6.0

Changelog

Sourced from aws-types's changelog.

September 3rd, 2026

New this release:

  • 🎉 (all, smithy-rs#4756, @​amodam-user) aws_smithy_types::Blob now implements Display and renders its contents as a lowercase hex-encoded string in both Display and Debug output. Previously, the derived Debug implementation delegated to the underlying byte buffer, producing noisy [u8, u8, ...]-style output in service logs. Hex encoding keeps the payload legible without requiring the @sensitive trait for non-sensitive binary fields.
  • 🎉 (all, smithy-rs#4812) Add configurable Serde deserialization for generated model types in codegen-serde.
  • 🐛 (server, smithy-rs#4803, @​MinisculeGirraffe) Fix code generation for constrained unions that have a member named error. Such a member generates an Error variant that shadowed the TryFrom::Error associated type in the generated TryFrom implementation, making every Self::Error path ambiguous and producing a crate that did not compile. The generated code now refers to the constraint violation type by name.
  • 🐛 (client, @​lauzadis) Fix telemetry input capture code generation for required string members when nullabilityCheckMode is set to SERVER.

Contributors Thank you for your contributions! ❤

August 21st, 2026

New this release:

Contributors Thank you for your contributions! ❤

August 19th, 2026

New this release:

  • 🎉 (client, smithy-rs#4767) Add a deterministic connection-level test harness to the wire-mock feature under aws_smithy_http_client::test_util::wire::connection. It supports per-connection HTTP/1.1 scripts, raw socket actions, synchronization gates, and recorded connection events.
  • 🎉 (client) Add pool_max_idle_per_host setter to HTTP client Builder and ConnectorBuilder, exposing hyper's pool_max_idle_per_host setting to control the maximum number of idle connections kept alive per host.

August 12th, 2026

New this release:

  • 🎉 (all, smithy-rs#4758) Blob now stores its contents as Bytes and provides from_maybe_shared and into_bytes methods to avoid copies in Bytes-based protocol paths.

  • 🎉 (client) Add opt-in capture of selected operation-input members for telemetry. Naming input members via Config::builder().emit_input_attributes([...]) makes the SDK capture those members' values into the ConfigBag (as CapturedTelemetryAttributes) during read_before_execution, before the input is consumed by serialization. Any interceptor can then read a value via cfg.load::<CapturedTelemetryAttributes>(), without threading it through a task_local!. Only string-valued, non-@sensitive members are eligible; capture is off by default.

    use aws_smithy_types::telemetry::CapturedTelemetryAttributes;
    // Opt in to capturing the S3 Bucket input member.

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Sep 7, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner September 7, 2026 09:53
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Sep 7, 2026
@dependabot
dependabot Bot force-pushed the dependabot/cargo/quickwit/aws-0edd554452 branch 4 times, most recently from 202deb8 to d40e2a5 Compare September 7, 2026 13:03
Bumps the aws group with 7 updates in the /quickwit directory:

| Package | From | To |
| --- | --- | --- |
| [aws-runtime](https://github.com/smithy-lang/smithy-rs) | `1.8.1` | `1.9.1` |
| [aws-sdk-kinesis](https://github.com/awslabs/aws-sdk-rust) | `1.110.0` | `1.112.0` |
| [aws-sdk-lambda](https://github.com/awslabs/aws-sdk-rust) | `1.135.0` | `1.138.0` |
| [aws-sdk-s3](https://github.com/awslabs/aws-sdk-rust) | `1.138.1` | `1.141.0` |
| [aws-sdk-sqs](https://github.com/awslabs/aws-sdk-rust) | `1.103.0` | `1.105.0` |
| [aws-smithy-http-client](https://github.com/smithy-lang/smithy-rs) | `1.2.0` | `1.4.0` |
| [aws-types](https://github.com/smithy-lang/smithy-rs) | `1.5.0` | `1.6.0` |



Updates `aws-runtime` from 1.8.1 to 1.9.1
- [Release notes](https://github.com/smithy-lang/smithy-rs/releases)
- [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/smithy-lang/smithy-rs/commits)

Updates `aws-sdk-kinesis` from 1.110.0 to 1.112.0
- [Release notes](https://github.com/awslabs/aws-sdk-rust/releases)
- [Commits](https://github.com/awslabs/aws-sdk-rust/commits)

Updates `aws-sdk-lambda` from 1.135.0 to 1.138.0
- [Release notes](https://github.com/awslabs/aws-sdk-rust/releases)
- [Commits](https://github.com/awslabs/aws-sdk-rust/commits)

Updates `aws-sdk-s3` from 1.138.1 to 1.141.0
- [Release notes](https://github.com/awslabs/aws-sdk-rust/releases)
- [Commits](https://github.com/awslabs/aws-sdk-rust/commits)

Updates `aws-sdk-sqs` from 1.103.0 to 1.105.0
- [Release notes](https://github.com/awslabs/aws-sdk-rust/releases)
- [Commits](https://github.com/awslabs/aws-sdk-rust/commits)

Updates `aws-smithy-http-client` from 1.2.0 to 1.4.0
- [Release notes](https://github.com/smithy-lang/smithy-rs/releases)
- [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/smithy-lang/smithy-rs/commits)

Updates `aws-smithy-runtime` from 1.12.0 to 1.12.1
- [Release notes](https://github.com/smithy-lang/smithy-rs/releases)
- [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/smithy-lang/smithy-rs/commits)

Updates `aws-smithy-runtime-api` from 1.14.0 to 1.16.0
- [Release notes](https://github.com/smithy-lang/smithy-rs/releases)
- [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/smithy-lang/smithy-rs/commits)

Updates `aws-smithy-types` from 1.6.1 to 1.6.3
- [Release notes](https://github.com/smithy-lang/smithy-rs/releases)
- [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/smithy-lang/smithy-rs/commits)

Updates `aws-types` from 1.5.0 to 1.6.0
- [Release notes](https://github.com/smithy-lang/smithy-rs/releases)
- [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/smithy-lang/smithy-rs/commits)

---
updated-dependencies:
- dependency-name: aws-runtime
  dependency-version: 1.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: aws-sdk-kinesis
  dependency-version: 1.112.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: aws-sdk-lambda
  dependency-version: 1.138.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: aws-sdk-s3
  dependency-version: 1.141.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: aws-sdk-sqs
  dependency-version: 1.105.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: aws-smithy-http-client
  dependency-version: 1.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: aws-smithy-runtime
  dependency-version: 1.12.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws
- dependency-name: aws-smithy-runtime-api
  dependency-version: 1.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: aws-smithy-types
  dependency-version: 1.6.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws
- dependency-name: aws-types
  dependency-version: 1.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/cargo/quickwit/aws-0edd554452 branch from d40e2a5 to 6fc8ce3 Compare September 7, 2026 14:57
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