ava-labs / avalanche-ops

operation toolkit for Avalanche nodes
Other
38 stars 18 forks source link

Update aws-sdk-cloudwatch requirement from 0.28.0 to 0.29.0 #430

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

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

Changelog

Sourced from aws-sdk-cloudwatch's changelog.

August 3rd, 2023

Breaking Changes:

  • ⚠ (smithy-rs#2675) Remove native-tls and add a migration guide.
  • ⚠ (smithy-rs#2673) For event stream operations such as S3 SelectObjectContent or Transcribe StartStreamTranscription, the EventStreamSender in the input now requires the passed in Stream impl to implement Sync.
  • ⚠ (smithy-rs#2742) A newtype wrapper SharedAsyncSleep has been introduced and occurrences of Arc<dyn AsyncSleep> that appear in public APIs have been replaced with it.
  • ⚠ (smithy-rs#2893) Update MSRV to Rust 1.69.0
  • ⚠ (smithy-rs#2783) The naming make_token for fields and the API of IdempotencyTokenProvider in service configs and their builders has now been updated to idempotency_token_provider.
  • ⚠ (smithy-rs#2845) The implementation From<http::header::value::InvalidHeaderValue> for aws_http::user_agent::UserAgentStageError has been removed.
  • ⚠ (aws-sdk-rust#579, aws-sdk-rust#338) Behavior change: Credential providers now share the HTTP connector used by the SDK. If you want to keep a separate connector for clients, use <service>::ConfigBuilder::http_connector when constructing the client.
  • ⚠ (smithy-rs#2877) The doc(hidden) time_source in aws-credential-types was removed. Use aws_smithy_async::time instead.
  • ⚠ (smithy-rs#2877) The doc(hidden) with_env in ProviderConfig was removed.
  • ⚠ The underlying architecture of the SDK clients has been overhauled. This shouldn't require any changes for most projects, but will affect projects that customize the SDK middleware. More details are available in the upgrade guide if you are effected by these changes.

New this release:

  • 🎉 (smithy-rs#2707, aws-sdk-rust#114, smithy-rs#2846) The SDK has added support for timestreamwrite and timestreamquery. Support for these services is considered experimental at this time. In order to use these services, you MUST call .with_endpoint_discovery_enabled() on the Client after construction.
  • 🎉 (smithy-rs#2647, smithy-rs#2645, smithy-rs#2646, smithy-rs#2616, @​thomas-k-cameron) Implement unstable serde support for the Number, Blob, Document, DateTime primitives
  • 🎉 (smithy-rs#2652, @​thomas-k-cameron) Add a send_with function on -Input types for sending requests without fluent builders
  • 🐛 (smithy-rs#2815, @​relevantsam) Automatically exclude X-Ray trace ID headers and authorization headers from SigV4 canonical request calculations.
  • (smithy-rs#2791, @​davidsouther) Add accessors to Builders
  • 🐛 (smithy-rs#2722, aws-sdk-rust#703) Fix error message when credentials-sso feature is not enabled on aws-config. NOTE: if you use no-default-features, you will need to manually able credentials-sso after 0.55.*
  • 🐛 (smithy-rs#2720) SsoCredentialsProvider, AssumeRoleProvider, and WebIdentityTokenCredentialsProvider now use NoCredentialsCache internally when fetching credentials using an STS client. This avoids double-caching when these providers are wrapped by LazyCredentialsCache when a service client is created.
  • 🐛 (smithy-rs#2730, @​cholcombe973) The SigningInstructions in the aws-sigv4 module are now public. This allows them to be named in a function signature.
  • (smithy-rs#2728, smithy-rs#2262, aws-sdk-rust#2087) Time is now controlled by the TimeSource trait. This facilitates testing as well as use cases like WASM where SystemTime::now() is not supported.
  • (smithy-rs#2724) The AppName property can now be set with sdk_ua_app_id in profile files. The old field, sdk-ua-app-id, is maintained for backwards compatibility.

Contributors Thank you for your contributions! ❤

Crate Versions

Crate Version
aws-config 0.56.0
aws-credential-types 0.56.0
aws-endpoint 0.56.0
aws-http 0.56.0
aws-hyper 0.56.0
aws-runtime 0.56.0
aws-runtime-api 0.56.0
aws-sdk-accessanalyzer 0.29.0
aws-sdk-account 0.29.0
aws-sdk-acm 0.29.0

... (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 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)
dependabot[bot] commented 1 year ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.