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

build(deps): update aws-config requirement from 0.55.3 to 0.56.1 #24

Merged
merged 1 commit into from
Sep 25, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 28, 2023

Updates the requirements on aws-config to permit the latest version.

Changelog

Sourced from aws-config's changelog.

August 22nd, 2023

Breaking Changes:

  • 🐛⚠️ (client, smithy-rs#2931, aws-sdk-rust#875) Fixed re-exported SdkError type. The previous release had the wrong type for SdkError when generating code for orchestrator mode, which caused projects to fail to compile when upgrading.

New this release:

  • (client, smithy-rs#2904) RuntimeComponents and RuntimeComponentsBuilder are now re-exported in generated clients so that implementing a custom interceptor or runtime plugin doens't require directly depending on aws-smithy-runtime-api.
  • 🐛 (client, smithy-rs#2914, aws-sdk-rust#825) Fix incorrect summary docs for builders
  • 🐛 (client, smithy-rs#2934, aws-sdk-rust#872) Logging via #[instrument] in the aws_smithy_runtime::client::orchestrator module is now emitted at the DEBUG level to reduce the amount of logging when emitted at the INFO level.
  • 🐛 (client, smithy-rs#2935) Fix SDK::Endpoint built-in for @endpointRuleSet.

August 1st, 2023

Breaking Changes:

  • ⚠🎉 (server, smithy-rs#2740, smithy-rs#2759, smithy-rs#2779, smithy-rs#2827, @​hlbarber) The middleware system has been reworked as we push for a unified, simple, and consistent API. The following changes have been made in service of this goal:

    • A ServiceShape trait has been added.
    • The Plugin trait has been simplified.
    • The HttpMarker and ModelMarker marker traits have been added to better distinguish when plugins run and what they have access to.
    • The Operation structure has been removed.
    • A Scoped Plugin has been added.

    The Plugin trait has now been simplified and the Operation struct has been removed.

    Addition of ServiceShape

    Since the 0.52 release the OperationShape has existed.

    /// Models the [Smithy Operation shape].
    ///
    /// [Smithy Operation shape]: https://awslabs.github.io/smithy/1.0/spec/core/model.html#operation
    pub trait OperationShape {
        /// The ID of the operation.
        const ID: ShapeId;
    /// The operation input.
    type Input;
    /// The operation output.
    type Output;
    /// The operation error. [`Infallible`](https://github.com/awslabs/smithy-rs/blob/main/std::convert::Infallible) in the case where no error
    /// exists.
    type Error;
    
    }

    This allowed Plugin authors to access these associated types and constants. See the PrintPlugin as an example.

... (truncated)

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [aws-config](https://github.com/awslabs/smithy-rs) to permit the latest version.
- [Release notes](https://github.com/awslabs/smithy-rs/releases)
- [Changelog](https://github.com/awslabs/smithy-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/awslabs/smithy-rs/commits)

---
updated-dependencies:
- dependency-name: aws-config
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Aug 28, 2023
@DDtKey DDtKey merged commit 3ee9eef into main Sep 25, 2023
4 of 6 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/aws-config-0.56.1 branch September 25, 2023 10:08
This was referenced Sep 25, 2023
DDtKey added a commit that referenced this pull request Sep 25, 2023
## 🤖 New release
* `testcontainers-modules`: 0.1.0

<details><summary><i><b>Changelog</b></i></summary><p>

<blockquote>

## [0.1.0] - 2023-09-25

### Documentation

- Document the structure of the crate
- Describe functionality
- Align readme & documentation, add an example
([#34](#34))
- Add logo

### Features

- Init previously existed modules within `testcontainers-rs`
([#1](#1))

### Miscellaneous Tasks

- Set version to `0.1.0`
- Configure automatic dependency updates
([#7](#7))
- Bump Swatinem/rust-cache from 2.5.0 to 2.5.1
([#8](#8))
- Bump Swatinem/rust-cache from 2.5.1 to 2.6.0
([#16](#16))
- Bump Swatinem/rust-cache from 2.6.0 to 2.6.2
([#19](#19))
- Bump actions/checkout from 3 to 4
([#25](#25))
- Bump Swatinem/rust-cache from 2.6.2 to 2.7.0
([#26](#26))
- Bump MSRV
([#31](#31))
- Add issue templates
([#32](#32))
- Add release workflow
- Add config for `git-cliff` & `release-plz`

### Refactor

- Remove `coblox-bitcoincore` module
([#30](#30))
- Use bitnami image
([#33](#33))

### Build

- Update rdkafka requirement from 0.32.2 to 0.33.2
([#9](#9))
- Update aws-types requirement from 0.55.3 to 0.56.0
([#11](#11))
- Update zookeeper requirement from 0.7 to 0.8
([#15](#15))
- Update rdkafka requirement from 0.33.2 to 0.34.0
([#20](#20))
- Update aws-config requirement from 0.55.3 to 0.56.1
([#24](#24))
- Update aws-sdk-s3 requirement from 0.28.0 to 0.31.2
([#27](#27))
- Update aws-sdk-sqs requirement from 0.28.0 to 0.31.1
([#29](#29))
- Update aws-sdk-dynamodb requirement from 0.28.0 to 0.31.1
([#28](#28))

<!-- generated by git-cliff -->
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).

---------

Signed-off-by: Artem Medvedev <artem.medvedev@workato.com>
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.

None yet

1 participant