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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update aws-sdk-cloudformation requirement from 0.30.0 to 1.8.0 #561

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 15, 2023

Updates the requirements on aws-sdk-cloudformation to permit the latest version.

Changelog

Sourced from aws-sdk-cloudformation's changelog.

December 14th, 2023

New this release:

  • 馃帀 (aws-sdk-rust#975, smithy-rs#3269) Client creation now takes microseconds instead of milliseconds. Previously, it would take 2-3 milliseconds for each client instantiation due to time spent compiling regexes. For applications that used several clients, this would increase start-up time in cases where it really matters, such as for AWS Lambda cold starts. This time was improved by both changing regex implementation and caching the result of the compilation.

  • 馃帀 (smithy-rs#3279, aws-sdk-rust#971) Add test_credentials to ConfigLoader in aws_config. This allows the following pattern during tests:

    async fn main() {
        let conf = aws_config::defaults(BehaviorVersion::latest())
            .test_credentials()
            .await;
    }

    This is designed for unit tests and using local mocks like DynamoDB Local and LocalStack with the SDK.

  • 馃帀 (smithy-rs#3121, smithy-rs#3295) All generated docs now include docsrs labels when features are required

  • 馃悰 (smithy-rs#3262) Loading native TLS trusted certs for the default HTTP client now only occurs if the default HTTP client is not overridden in config.

  • (aws-sdk-rust#979, smithy-rs#3277) Improve the error messages for when auth fails to select an auth scheme for a request.

  • (aws-sdk-rust#986, smithy-rs#3282) Fix documentation and examples on HyperConnector and HyperClientBuilder.

  • 馃悰 (smithy-rs#3305) crate::event_receiver::EventReceiver is now re-exported as crate::primitives::event_stream::EventReceiver when a service supports event stream operations.

Service Features:

  • aws-sdk-appstream (1.7.0): This release includes support for images of Windows Server 2022 platform.
  • aws-sdk-billingconductor (1.8.0): Billing Conductor is releasing a new API, GetBillingGroupCostReport, which provides the ability to retrieve/view the Billing Group Cost Report broken down by attributes for a specific billing group.
  • aws-sdk-connect (1.9.0): This release adds support for more granular billing using tags (key:value pairs)
  • aws-sdk-firehose (1.7.0): This release, 1) adds configurable buffering hints for the Splunk destination, and 2) reduces the minimum configurable buffering interval for supported destinations
  • aws-sdk-gamelift (1.7.0): Amazon GameLift adds the ability to add and update the game properties of active game sessions.
  • aws-sdk-iot (1.7.0): This release adds the ability to self-manage certificate signing in AWS IoT Core fleet provisioning using the new certificate provider resource.
  • aws-sdk-neptunegraph (1.0.0): This is the initial SDK release for Amazon Neptune Analytics
  • aws-sdk-opensearch (1.8.0): Updating documentation for Amazon OpenSearch Service support for new zero-ETL integration with Amazon S3.
  • aws-sdk-quicksight (1.7.0): Update Dashboard Links support; SingleAxisOptions support; Scatterplot Query limit support.

Service Documentation:

  • aws-sdk-b2bi (1.4.0): Documentation updates for AWS B2B Data Interchange
  • aws-sdk-controltower (1.7.0): Documentation updates for AWS Control Tower.
  • aws-sdk-workspaces (1.7.0): Updated note to ensure customers understand running modes.

Crate Versions

Crate Version
aws-config 1.1.1
aws-credential-types 1.1.1

... (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-sdk-cloudformation](https://github.com/awslabs/aws-sdk-rust) to permit the latest version.
- [Release notes](https://github.com/awslabs/aws-sdk-rust/releases)
- [Changelog](https://github.com/awslabs/aws-sdk-rust/blob/main/CHANGELOG.md)
- [Commits](https://github.com/awslabs/aws-sdk-rust/commits)

---
updated-dependencies:
- dependency-name: aws-sdk-cloudformation
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from gyuho as a code owner December 15, 2023 10:51
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Dec 15, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 21, 2023

Superseded by #567.

@dependabot dependabot bot closed this Dec 21, 2023
@dependabot dependabot bot deleted the dependabot/cargo/aws-sdk-cloudformation-1.8.0 branch December 21, 2023 10: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.

None yet

0 participants