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

Bump the aws group with 2 updates #218

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 3, 2023

Updates the requirements on aws-config and aws-sdk-s3 to permit the latest version.
Updates aws-config to 0.57.1

Changelog

Sourced from aws-config's changelog.

November 1st, 2023

New this release:

October 31st, 2023

Breaking Changes:

  • ⚠️🎉 (client, smithy-rs#2417, smithy-rs#3018) Retry classifiers are now configurable at the service and operation levels. Users may also define their own custom retry classifiers.

    For more information, see the guide.

  • ⚠️ (client, smithy-rs#3011) HTTP connector configuration has changed significantly. See the upgrade guidance for details.

  • ⚠️ (client, smithy-rs#3038) The enableNewSmithyRuntime: middleware opt-out flag in smithy-build.json has been removed and no longer opts out of the client orchestrator implementation. Middleware is no longer supported. If you haven't already upgraded to the orchestrator, see the guide.

  • ⚠️ (client, smithy-rs#2909) It's now possible to nest runtime components with the RuntimePlugin trait. A current_components argument was added to the runtime_components method so that components configured from previous runtime plugins can be referenced in the current runtime plugin. Ordering of runtime plugins was also introduced via a new RuntimePlugin::order method.

  • ⚠️ (all, smithy-rs#2948) Update MSRV to Rust 1.70.0

  • ⚠️ (client, smithy-rs#2970) aws_smithy_client::hyper_ext::Adapter was moved/renamed to aws_smithy_runtime::client::connectors::hyper_connector::HyperConnector.

  • ⚠️ (client, smithy-rs#2970) Test connectors moved into aws_smithy_runtime::client::connectors::test_util behind the test-util feature.

  • ⚠️ (client, smithy-rs#2970) DVR's RecordingConnection and ReplayingConnection were renamed to RecordingConnector and ReplayingConnector respectively.

  • ⚠️ (client, smithy-rs#2970) TestConnection was renamed to EventConnector.

  • ⚠️ (all, smithy-rs#2973) Remove once_cell from public API.

  • ⚠️ (all, smithy-rs#2995) Structure members with the type Option<Vec<T>> now produce an accessor with the type &[T] instead of Option<&[T]>. This is enabled by default for clients and can be disabled by updating your smithy-build.json with the following setting:

    {
      "codegen": {
        "flattenCollectionAccessors": false,
        ...
      }
    }
  • ⚠️ (client, smithy-rs#2978) The futures_core::stream::Stream trait has been removed from public API. FnStream only supports next, try_next, collect, and try_collect methods. TryFlatMap::flat_map returns PaginationStream, which should be preferred to FnStream at an interface level. Other stream operations that were previously available through the trait or its extension traits can be added later in a backward compatible manner. Finally, fn_stream has been moved to be a child module of pagination_stream.

  • ⚠️ (client, smithy-rs#2983) The futures_core::stream::Stream trait has been removed from ByteStream. The methods mentioned in the doc will continue to be supported. Other stream operations that were previously available through the trait or its extension traits can be added later in a backward compatible manner.

  • ⚠️ (client, smithy-rs#2997) StaticUriEndpointResolver's uri constructor now takes a String instead of a Uri.

  • ⚠️ (server, smithy-rs#3038) SdkError is no longer re-exported in generated server crates.

  • ⚠️ (client, smithy-rs#3039) The customize() method is now sync and infallible. Remove any awaits and error handling from it to make things compile again.

  • 🐛⚠️ (all, smithy-rs#3037, aws-sdk-rust#756) Our algorithm for converting identifiers to snake_case has been updated. This may result in a small change for some identifiers, particularly acronyms ending in s, e.g. ACLs.

  • ⚠️ (client, smithy-rs#3055) The future return types on traits EndpointResolver and IdentityResolver changed to new-types EndpointFuture and IdentityFuture respectively.

  • ⚠️ (client, smithy-rs#3032) EndpointPrefix::new no longer returns crate::operation::error::BuildError for an Err variant, instead returns a more specific InvalidEndpointError.

  • ⚠️ (client, smithy-rs#3061) Lifetimes have been added to the EndpointResolver trait.

  • ⚠️ (client, smithy-rs#3065) Several traits have been renamed from noun form to verb form to be more idiomatic:

    • AuthSchemeOptionResolver -> ResolveAuthSchemeOptions
    • EndpointResolver -> ResolveEndpoint
    • IdentityResolver -> ResolveIdentity
    • Signer -> Sign
    • RequestSerializer -> SerializeRequest
    • ResponseDeserializer -> DeserializeResponse
    • Interceptor -> Intercept
  • ⚠️ (client, smithy-rs#3059) This change has detailed upgrade guidance. A summary is below. The HttpRequest type alias now points to aws-smithy-runtime-api::client::http::Request. This is a first-party request type to allow us to gracefully support http = 1.0 when it arrives. Most customer code using this method should be unaffected. TryFrom/TryInto conversions are provided for http = 0.2.*.

  • ⚠️ (client, smithy-rs#2917) RuntimeComponents have been added as an argument to the IdentityResolver::resolve_identity trait function.

... (truncated)

Commits

Updates aws-sdk-s3 to 0.35.0

Changelog

Sourced from aws-sdk-s3's changelog.

November 2nd, 2023

Breaking Changes:

  • ⚠️🎉 (smithy-rs#2916, aws-sdk-rust#536) Struct members modeled as required are no longer wrapped in Options when possible. For upgrade guidance and more info, see here.

  • ⚠️🎉 (smithy-rs#1797) Add support for Sigv4A request signing. Sigv4a signing will be used automatically when appropriate for a given operation. Currently, it's used for S3 and EventBridge.

  • 🐛⚠️🎉 (aws-sdk-rust#882, smithy-rs#3007) STS and SSO-based credential providers will now respect both use_fips and use_dual_stack when those settings are configured in a user's environment or profile.

  • ⚠️🎉 (smithy-rs#2417, smithy-rs#3018) Retry classifiers are now configurable at the service and operation levels. Users may also define their own custom retry classifiers.

    For more information, see the guide.

  • ⚠️ (smithy-rs#2917) (Behavior Break!) The SSO credentials provider is no longer enabled by default in aws-config, and so SSO profile config will no longer work out of box. The credentials-sso feature in aws-config was removed from the default features, and renamed to sso. If you need credentials from SSO, then enable the sso feature in aws-config.

  • ⚠️ (smithy-rs#3011) HTTP connector configuration has changed significantly. See the upgrade guidance for details.

  • ⚠️ (smithy-rs#2921) Several breaking changes were made to the aws-sigv4 API to remove the direct HTTP dependency:

    • The take_parameters and take_headers APIs were removed from SigningInstructions. Use into_parts() instead
    • The arguments of SignableRequest::new were changed to accept string types instead of types from the HTTP crate
    • SigningInstructions::apply_to_request was gated beyond an http0-compat feature flag for backwards compatibility. This API MAY be removed in a future release.
    • Several public accessors were removed from SigningInstructions.
  • ⚠️ (smithy-rs#2911) In sigV4-related code, rename 'signing service' to 'signing name'. This aligns with the terminology used by the endpoint resolver.

  • ⚠️ (smithy-rs#2913) All versions of SigningParams have been updated to contain an Identity as opposed to AWS credentials in &str form. Read more.

  • ⚠️ (smithy-rs#2948) Update MSRV to Rust 1.70.0

  • ⚠️ (smithy-rs#2973) Remove once_cell from public API.

  • ⚠️ (smithy-rs#2995) Structure members with the type Option<Vec<T>> now produce an accessor with the type &[T] instead of Option<&[T]>. To determine if the field was actually set use .<field_name>.is_some().

  • ⚠️ (smithy-rs#2978) The futures_core::stream::Stream trait has been removed from public API. It should not affect usual SDK use cases. If your code uses paginators, you do not need to use the Stream trait or its exntension traits, but only the next, try_next, collect, and try_collect methods are supported on PaginationStream. Other stream operations that were previously available through the trait or its extension traits can be added later in a backward compatible manner. Finally, fn_stream has been moved to be a child module of pagination_stream.

  • ⚠️ (smithy-rs#2983) The futures_core::stream::Stream trait has been removed from ByteStream. The methods mentioned in the doc will continue to be supported. Other stream operations that were previously available through the trait or its extension traits can be added later in a backward compatible manner.

  • ⚠️ (smithy-rs#2997) The IMDS Client builder's build() method is no longer async.

  • ⚠️ (smithy-rs#3014) The API for AssumeRoleProvider has been updated to derive configuration from SdkConfig instead of ProviderConfig.

    For more information, see the Change Log Discussion

  • ⚠️ (smithy-rs#3055) The future return types on traits EndpointResolver and IdentityResolver changed to new-types EndpointFuture and IdentityFuture respectively.

  • ⚠️ (smithy-rs#3061) Lifetimes have been added to EndpointResolver and IdentityResolver traits.

  • ⚠️ (smithy-rs#3065) Several traits have been renamed from noun form to verb form to be more idiomatic:

    • EndpointResolver -> ResolveEndpoint
    • Interceptor -> Intercept
  • ⚠️ (smithy-rs#3059) PresignedRequest now returns standard-library types instead of types from the http crate. to_http_request has been renamed to_http_02x_request.

  • ⚠️ (smithy-rs#3052) The credentials-process feature was added to aws-config. If you currently use no-default-features for aws-config, you MUST enable this feature to use the CredentialProcessProvider provider directly or via ~/.aws/config.

  • ⚠️ (smithy-rs#3077) This change has detailed upgrade guidance. The AWS credentials cache has been replaced with a more generic identity cache.

New this release:

  • 🎉 (smithy-rs#2917, aws-sdk-rust#703, aws-sdk-rust#699) The SsoCredentialsProvider now supports token refresh and is compatible with the token cache file paths the latest AWS CLI uses.
  • 🐛 (smithy-rs#2958, aws-sdk-rust#873) Correctly identify HTTP 200 responses from S3 with <Error> as the root Element as errors. Note: This a behavior change and will change the error type returned by the SDK in some cases.
  • 🐛 (smithy-rs#2955, aws-sdk-rust#878) Allow no_credentials to be used with all S3 operations.
  • 🐛 (smithy-rs#2944, smithy-rs#2951) CustomizableOperation, created as a result of calling the .customize method on a fluent builder, ceased to be Send and Sync in the previous releases. It is now Send and Sync again.
  • 🐛 (smithy-rs#1668, aws-sdk-rust#873, smithy-rs#2964) Make bucket required for request construction for S3. When bucket is not set, a different operation than intended can be triggered.
  • 🐛 (smithy-rs#2926, smithy-rs#2972) Fix regression with redacting sensitive HTTP response bodies.
  • 🐛 (smithy-rs#3052) A bug was fixed where the credentials-process provider was executing the subprocess in the worker thread, potentially stalling the runtime.

Crate Versions

... (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 <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

Updates the requirements on [aws-config](https://github.com/awslabs/smithy-rs) and [aws-sdk-s3](https://github.com/awslabs/aws-sdk-rust) to permit the latest version.

Updates `aws-config` to 0.57.1
- [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)

Updates `aws-sdk-s3` to 0.35.0
- [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-config
  dependency-type: direct:production
  dependency-group: aws
- dependency-name: aws-sdk-s3
  dependency-type: direct:production
  dependency-group: aws
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 14, 2023

Looks like these dependencies are up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Nov 14, 2023
auto-merge was automatically disabled November 14, 2023 23:36

Pull request was closed

@dependabot dependabot bot deleted the dependabot/cargo/aws-d6c1accdb8 branch November 14, 2023 23:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants