Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): Bump the aws group across 1 directory with 10 updates #22075

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 23, 2024

Bumps the aws group with 10 updates in the / directory:

Package From To
aws-sdk-sns 1.3.0 1.6.0
aws-sdk-secretsmanager 1.3.0 1.6.0
aws-sigv4 1.2.5 1.2.6
aws-smithy-types 1.2.9 1.2.10
aws-smithy-async 1.2.1 1.2.2
aws-http 0.60.0 0.60.3
aws-runtime 1.0.3 1.4.4
aws-sdk-sso 1.6.0 1.50.0
aws-sdk-ssooidc 1.6.0 1.51.0
aws-smithy-checksums 0.60.0 0.60.13

Updates aws-sdk-sns from 1.3.0 to 1.6.0

Commits

Updates aws-sdk-secretsmanager from 1.3.0 to 1.6.0

Commits

Updates aws-sigv4 from 1.2.5 to 1.2.6

Commits

Updates aws-smithy-types from 1.2.9 to 1.2.10

Commits

Updates aws-smithy-async from 1.2.1 to 1.2.2

Changelog

Sourced from aws-smithy-async's changelog.

December 16th, 2024

December 3rd, 2024

Breaking Changes:

  • 🐛⚠️ (server, smithy-rs#3880) Unnamed enums now validate assigned values and will raise a ConstraintViolation if an unknown variant is set.

    The following is an example of an unnamed enum:

    @enum([
        { value: "MONDAY" },
        { value: "TUESDAY" }
    ])
    string UnnamedDayOfWeek

November 5th, 2024

October 30th, 2024

October 24th, 2024

October 9th, 2024

New this release:

  • 🐛 (client, smithy-rs#3871, aws-sdk-rust#1202) Fix minimum throughput detection for downloads to avoid incorrectly raising an error while the user is consuming data at a slow but steady pace.

October 5th, 2024

New this release:

  • 🐛 (client, smithy-rs#3852) Fix AWS SDK generation examples in README in the aws/sdk directory.

October 4th, 2024

October 3rd, 2024

Breaking Changes:

  • ⚠️ (server) The generated crates no longer have the aws-lambda feature flag enabled by default. This prevents the aws-lambda feature from being automatically enabled in aws-smithy-http-server when the SDK is not intended for AWS Lambda.

New this release:

  • 🎉 (server) All relevant types from aws-smithy-http-server are now re-exported within the generated crates. This removes the need to explicitly depend on aws-smithy-http-server in service handler code and prevents compilation errors caused by version mismatches.

... (truncated)

Commits

Updates aws-http from 0.60.0 to 0.60.3

Commits

Updates aws-runtime from 1.0.3 to 1.4.4

Commits

Updates aws-sdk-sso from 1.6.0 to 1.50.0

Commits

Updates aws-sdk-ssooidc from 1.6.0 to 1.51.0

Commits

Updates aws-smithy-checksums from 0.60.0 to 0.60.13

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the aws group with 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [aws-sdk-sns](https://github.com/awslabs/aws-sdk-rust) | `1.3.0` | `1.6.0` |
| [aws-sdk-secretsmanager](https://github.com/awslabs/aws-sdk-rust) | `1.3.0` | `1.6.0` |
| [aws-sigv4](https://github.com/smithy-lang/smithy-rs) | `1.2.5` | `1.2.6` |
| [aws-smithy-types](https://github.com/smithy-lang/smithy-rs) | `1.2.9` | `1.2.10` |
| [aws-smithy-async](https://github.com/smithy-lang/smithy-rs) | `1.2.1` | `1.2.2` |
| [aws-http](https://github.com/smithy-lang/smithy-rs) | `0.60.0` | `0.60.3` |
| [aws-runtime](https://github.com/smithy-lang/smithy-rs) | `1.0.3` | `1.4.4` |
| [aws-sdk-sso](https://github.com/awslabs/aws-sdk-rust) | `1.6.0` | `1.50.0` |
| [aws-sdk-ssooidc](https://github.com/awslabs/aws-sdk-rust) | `1.6.0` | `1.51.0` |
| [aws-smithy-checksums](https://github.com/smithy-lang/smithy-rs) | `0.60.0` | `0.60.13` |



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

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

Updates `aws-sigv4` from 1.2.5 to 1.2.6
- [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.2.9 to 1.2.10
- [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-async` from 1.2.1 to 1.2.2
- [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-http` from 0.60.0 to 0.60.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-runtime` from 1.0.3 to 1.4.4
- [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-sso` from 1.6.0 to 1.50.0
- [Release notes](https://github.com/awslabs/aws-sdk-rust/releases)
- [Commits](https://github.com/awslabs/aws-sdk-rust/commits)

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

Updates `aws-smithy-checksums` from 0.60.0 to 0.60.13
- [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-sdk-sns
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: aws-sdk-secretsmanager
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: aws-sigv4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws
- dependency-name: aws-smithy-types
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws
- dependency-name: aws-smithy-async
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws
- dependency-name: aws-http
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: aws
- dependency-name: aws-runtime
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: aws-sdk-sso
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: aws-sdk-ssooidc
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: aws-smithy-checksums
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: aws
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner December 23, 2024 04:51
@dependabot dependabot bot added domain: deps Anything related to Vector's dependencies no-changelog Changes in this PR do not need user-facing explanations in the release changelog labels Dec 23, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 30, 2024

Superseded by #22093.

@dependabot dependabot bot closed this Dec 30, 2024
@dependabot dependabot bot deleted the dependabot/cargo/aws-2c3e1c2b33 branch December 30, 2024 04:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain: deps Anything related to Vector's dependencies no-changelog Changes in this PR do not need user-facing explanations in the release changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants