Nugine / s3s

S3 Service Adapter
Apache License 2.0
133 stars 33 forks source link

build(deps): bump the dependencies group with 6 updates #113

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 9 months ago

Updates the requirements on aws-sdk-s3, aws-smithy-http, aws-smithy-runtime-api, aws-smithy-types, aws-smithy-types-convert and hyper to permit the latest version. Updates aws-sdk-s3 to 1.4.0

Changelog

Sourced from aws-sdk-s3's changelog.

December 1st, 2023

Service Features:

  • aws-sdk-qconnect (1.1.0): This release adds the PutFeedback API and allows providing feedback against the specified assistant for the specified target.
  • aws-sdk-rbin (1.4.0): Added resource identifier in the output and updated error handling.
  • aws-sdk-verifiedpermissions (1.4.0): Adds description field to PolicyStore API's and namespaces field to GetSchema.

Crate Versions

Crate Version
aws-config 1.0.1
aws-credential-types 1.0.1
aws-endpoint 0.60.0
aws-http 0.60.0
aws-hyper 0.60.0
aws-runtime 1.0.1
aws-runtime-api 1.0.1
aws-sdk-accessanalyzer 1.4.0
aws-sdk-account 1.3.0
aws-sdk-acm 1.3.0
aws-sdk-acmpca 1.3.0
aws-sdk-alexaforbusiness 1.3.0
aws-sdk-amp 1.3.0
aws-sdk-amplify 1.3.0
aws-sdk-amplifybackend 1.3.0
aws-sdk-amplifyuibuilder 1.3.0
aws-sdk-apigateway 1.3.0
aws-sdk-apigatewaymanagement 1.3.0
aws-sdk-apigatewayv2 1.3.0
aws-sdk-appconfig 1.3.0
aws-sdk-appconfigdata 1.3.0
aws-sdk-appfabric 1.3.0
aws-sdk-appflow 1.3.0
aws-sdk-appintegrations 1.3.0
aws-sdk-applicationautoscaling 1.4.0
aws-sdk-applicationcostprofiler 1.3.0
aws-sdk-applicationdiscovery 1.3.0
aws-sdk-applicationinsights 1.3.0
aws-sdk-appmesh 1.3.0
aws-sdk-apprunner 1.3.0
aws-sdk-appstream 1.3.0
aws-sdk-appsync 1.3.0
aws-sdk-arczonalshift 1.4.0
aws-sdk-athena 1.3.0
aws-sdk-auditmanager 1.3.0
aws-sdk-autoscaling 1.3.0

... (truncated)

Commits


Updates aws-smithy-http to 0.60.0

Changelog

Sourced from aws-smithy-http's changelog.

November 27th, 2023

New this release:

November 26th, 2023

November 25th, 2023

November 21st, 2023

Internal changes only with this release

November 17th, 2023

Breaking Changes:

  • :warning::tada: (client, smithy-rs#3202) Add configurable stalled-stream protection for downloads.

    When making HTTP calls, it's possible for a connection to 'stall out' and emit no more data due to server-side issues. In the event this happens, it's desirable for the stream to error out as quickly as possible. While timeouts can protect you from this issue, they aren't adaptive to the amount of data being sent and so must be configured specifically for each use case. When enabled, stalled-stream protection will ensure that bad streams error out quickly, regardless of the amount of data being downloaded.

    Protection is enabled by default for all clients but can be configured or disabled. See this discussion for more details.

  • :warning: (client, smithy-rs#3222) Types/functions that were deprecated in previous releases were removed. Unfortunately, some of these deprecations were ignored by the Rust compiler (we found out later that #[deprecated] on pub use doesn't work). See the deprecations removal list for more details.

  • :warning: (all, smithy-rs#3236) Conversions for HTTP request in aws-smithy-runtime-api are now feature gated behind the http-02x feature

New this release:

  • :tada: (all, smithy-rs#3183, @​HakanVardarr) Add Display impl for DateTime.
  • :bug: (client, smithy-rs#3229, aws-sdk-rust#960) Prevent multiplication overflow in backoff computation
  • (client, smithy-rs#3226) Types/functions that were previously #[doc(hidden)] in aws-smithy-async, aws-smithy-runtime-api, aws-smithy-runtime, aws-smithy-types, and the SDK crates are now visible. For those that are not intended to be used directly, they are called out in their docs as such.

Contributors Thank you for your contributions! ❤

November 16th, 2023

... (truncated)

Commits


Updates aws-smithy-runtime-api to 1.0.3

Changelog

Sourced from aws-smithy-runtime-api's changelog.

November 27th, 2023

New this release:

November 26th, 2023

November 25th, 2023

November 21st, 2023

Internal changes only with this release

November 17th, 2023

Breaking Changes:

  • :warning::tada: (client, smithy-rs#3202) Add configurable stalled-stream protection for downloads.

    When making HTTP calls, it's possible for a connection to 'stall out' and emit no more data due to server-side issues. In the event this happens, it's desirable for the stream to error out as quickly as possible. While timeouts can protect you from this issue, they aren't adaptive to the amount of data being sent and so must be configured specifically for each use case. When enabled, stalled-stream protection will ensure that bad streams error out quickly, regardless of the amount of data being downloaded.

    Protection is enabled by default for all clients but can be configured or disabled. See this discussion for more details.

  • :warning: (client, smithy-rs#3222) Types/functions that were deprecated in previous releases were removed. Unfortunately, some of these deprecations were ignored by the Rust compiler (we found out later that #[deprecated] on pub use doesn't work). See the deprecations removal list for more details.

  • :warning: (all, smithy-rs#3236) Conversions for HTTP request in aws-smithy-runtime-api are now feature gated behind the http-02x feature

New this release:

  • :tada: (all, smithy-rs#3183, @​HakanVardarr) Add Display impl for DateTime.
  • :bug: (client, smithy-rs#3229, aws-sdk-rust#960) Prevent multiplication overflow in backoff computation
  • (client, smithy-rs#3226) Types/functions that were previously #[doc(hidden)] in aws-smithy-async, aws-smithy-runtime-api, aws-smithy-runtime, aws-smithy-types, and the SDK crates are now visible. For those that are not intended to be used directly, they are called out in their docs as such.

Contributors Thank you for your contributions! ❤

November 16th, 2023

... (truncated)

Commits


Updates aws-smithy-types to 1.0.3

Changelog

Sourced from aws-smithy-types's changelog.

November 27th, 2023

New this release:

November 26th, 2023

November 25th, 2023

November 21st, 2023

Internal changes only with this release

November 17th, 2023

Breaking Changes:

  • :warning::tada: (client, smithy-rs#3202) Add configurable stalled-stream protection for downloads.

    When making HTTP calls, it's possible for a connection to 'stall out' and emit no more data due to server-side issues. In the event this happens, it's desirable for the stream to error out as quickly as possible. While timeouts can protect you from this issue, they aren't adaptive to the amount of data being sent and so must be configured specifically for each use case. When enabled, stalled-stream protection will ensure that bad streams error out quickly, regardless of the amount of data being downloaded.

    Protection is enabled by default for all clients but can be configured or disabled. See this discussion for more details.

  • :warning: (client, smithy-rs#3222) Types/functions that were deprecated in previous releases were removed. Unfortunately, some of these deprecations were ignored by the Rust compiler (we found out later that #[deprecated] on pub use doesn't work). See the deprecations removal list for more details.

  • :warning: (all, smithy-rs#3236) Conversions for HTTP request in aws-smithy-runtime-api are now feature gated behind the http-02x feature

New this release:

  • :tada: (all, smithy-rs#3183, @​HakanVardarr) Add Display impl for DateTime.
  • :bug: (client, smithy-rs#3229, aws-sdk-rust#960) Prevent multiplication overflow in backoff computation
  • (client, smithy-rs#3226) Types/functions that were previously #[doc(hidden)] in aws-smithy-async, aws-smithy-runtime-api, aws-smithy-runtime, aws-smithy-types, and the SDK crates are now visible. For those that are not intended to be used directly, they are called out in their docs as such.

Contributors Thank you for your contributions! ❤

November 16th, 2023

... (truncated)

Commits


Updates aws-smithy-types-convert to 0.60.0

Changelog

Sourced from aws-smithy-types-convert's changelog.

November 27th, 2023

New this release:

November 26th, 2023

November 25th, 2023

November 21st, 2023

Internal changes only with this release

November 17th, 2023

Breaking Changes:

  • :warning::tada: (client, smithy-rs#3202) Add configurable stalled-stream protection for downloads.

    When making HTTP calls, it's possible for a connection to 'stall out' and emit no more data due to server-side issues. In the event this happens, it's desirable for the stream to error out as quickly as possible. While timeouts can protect you from this issue, they aren't adaptive to the amount of data being sent and so must be configured specifically for each use case. When enabled, stalled-stream protection will ensure that bad streams error out quickly, regardless of the amount of data being downloaded.

    Protection is enabled by default for all clients but can be configured or disabled. See this discussion for more details.

  • :warning: (client, smithy-rs#3222) Types/functions that were deprecated in previous releases were removed. Unfortunately, some of these deprecations were ignored by the Rust compiler (we found out later that #[deprecated] on pub use doesn't work). See the deprecations removal list for more details.

  • :warning: (all, smithy-rs#3236) Conversions for HTTP request in aws-smithy-runtime-api are now feature gated behind the http-02x feature

New this release:

  • :tada: (all, smithy-rs#3183, @​HakanVardarr) Add Display impl for DateTime.
  • :bug: (client, smithy-rs#3229, aws-sdk-rust#960) Prevent multiplication overflow in backoff computation
  • (client, smithy-rs#3226) Types/functions that were previously #[doc(hidden)] in aws-smithy-async, aws-smithy-runtime-api, aws-smithy-runtime, aws-smithy-types, and the SDK crates are now visible. For those that are not intended to be used directly, they are called out in their docs as such.

Contributors Thank you for your contributions! ❤

November 16th, 2023

... (truncated)

Commits


Updates hyper to 1.0.1

Release notes

Sourced from hyper's releases.

v1.0.1

This release "fixes" or adds a few things that should have been in 1.0.0, but were forgotten. Thus, it includes additions that would normally be a semver-minor release, but because it is so close to 1.0.0, it is released as a patch version.

Bug Fixes

Features

  • rt: Make ReadBuf::new public (7161f562)

Breaking Changes

  • Pin is #[fundamental], so providing a Read/Write impl for it theoretically conflicts with existing user Read/Write for Pin impls. However, those impls probably don't exist yet. (dd6d81ca)

New Contributors

Changelog

Sourced from hyper's changelog.

v1.0.1 (2023-11-16)

This release "fixes" or adds a few things that should have been in 1.0.0, but were forgotten. Thus, it includes additions that would normally be a semver-minor release, but because it is so close to 1.0.0, it is released as a patch version.

Bug Fixes

Features

  • rt: Make ReadBuf::new public (7161f562)

Breaking Changes

  • Pin is #[fundamental], so providing a Read/Write impl for it theoretically conflicts with existing user Read/Write for Pin impls. However, those impls probably don't exist yet. (dd6d81ca)

v1.0.0 (2023-11-15)

Be sure to check out the upgrading guide.

Bug Fixes

Features

  • client: allow !Send IO with HTTP/1 client (#3371) (cf87eda8, closes #3363)
  • error:
  • ext:
    • make ReasonPhrase::from_static a const fn (d4a61e3d)
    • remove ReasonPhrase::from_bytes_unchecked() method (4021c57b)
  • lib:

... (truncated)

Commits
  • 2954280 v1.0.1
  • 7161f56 feat(rt): Make ReadBuf::new public
  • b855475 refactor(proto): use derive macro to implement Default for KA
  • 823d2cb refactor(lib): remove redundant field name
  • 33e1cbe refactor(lib): remove unneeded return
  • b7e8f88 refactor(lib): remove unused cfg condition
  • dd6d81c fix(rt): implement Read/Write for Pin<P> (#3413)
  • a475ada docs(examples): update dependencies section
  • f1bb2aa chore(ci): add minimal versions checking
  • 931aee7 chore(dependencies): relax minimum tokio version to 1
  • Additional commits viewable in compare view


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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Nugine commented 9 months ago

@dependabot ignore hyper minor version tracked in #107

dependabot[bot] commented 9 months ago

OK, I won't notify you about version 1.0.x of hyper again, unless you unignore it.

dependabot[bot] commented 9 months ago

Looks like these dependencies are updatable in another way, so this is no longer needed.