Build(deps): bump github.com/aws/aws-sdk-go from 1.42.49 to 1.43.4 #61

Closed
argoyle wants to merge 0 commits from dependabot-go_modules-github.com-aws-aws-sdk-go-1.43.4 into main
argoyle commented 2022-02-22 22:40:43 +00:00 (Migrated from gitlab.com)

Bumps github.com/aws/aws-sdk-go from 1.42.49 to 1.43.4.

Release notes

Sourced from github.com/aws/aws-sdk-go's releases.

Release v1.43.4 (2022-02-22)

Service Client Updates

  • service/apprunner: Updates service API
  • service/translate: Updates service API and documentation
  • service/wafv2: Updates service documentation

SDK Bugs

  • service/lexruntimev2: Add fix to prevent HTTP/2 event stream request hang on error with Go 1.15 through 1.17.
  • service/transcribestreamingservice: Add fix to prevent HTTP/2 event stream request hang on error with Go 1.15 through 1.17.
    • Adds fix addressing an issue where SDK's bi-directional eventstream API operation request could hang when the HTTP/2 stream was closed by the service with a non-200 status code.

Release v1.43.3 (2022-02-21)

Service Client Updates

  • service/customer-profiles: Updates service API and documentation
  • service/dynamodb: Updates service API, documentation, waiters, paginators, and examples
    • DynamoDB ExecuteStatement API now supports Limit as a request parameter to specify the maximum number of items to evaluate. If specified, the service will process up to the Limit and the results will include a LastEvaluatedKey value to continue the read in a subsequent operation.
  • service/imagebuilder: Updates service API and documentation

Release v1.43.2 (2022-02-18)

Service Client Updates

  • service/budgets: Updates service API, documentation, and paginators
    • This change introduces DescribeBudgetNotificationsForAccount API which returns budget notifications for the specified account
  • service/gamelift: Updates service documentation
    • Increase string list limit from 10 to 100.
  • service/transfer: Updates service API and documentation
    • Properties for Transfer Family used with SFTP, FTP, and FTPS protocols. Display Banners are bodies of text that can be displayed before and/or after a user authenticates onto a server using one of the previously mentioned protocols.

Release v1.43.1 (2022-02-17)

Service Client Updates

  • service/backup: Updates service API and documentation
  • service/evidently: Updates service API and documentation
  • service/iam: Updates service documentation
    • Documentation updates for AWS Identity and Access Management (IAM).
  • service/redshift: Updates service API and documentation
    • SDK release for Cross region datasharing and cost-control for cross region datasharing

Release v1.43.0 (2022-02-16)

Service Client Updates

  • service/budgets: Updates service API and documentation
    • Adds support for auto-adjusting budgets, a new budget method alongside fixed and planned. Auto-adjusting budgets introduces new metadata to configure a budget limit baseline using a historical lookback average or current period forecast.

... (truncated)

Changelog

Sourced from github.com/aws/aws-sdk-go's changelog.

Release v1.43.4 (2022-02-22)

Service Client Updates

  • service/apprunner: Updates service API
  • service/translate: Updates service API and documentation
  • service/wafv2: Updates service documentation

SDK Bugs

  • service/lexruntimev2: Add fix to prevent HTTP/2 event stream request hang on error with Go 1.15 through 1.17.
  • service/transcribestreamingservice: Add fix to prevent HTTP/2 event stream request hang on error with Go 1.15 through 1.17.
    • Adds fix addressing an issue where SDK's bi-directional eventstream API operation request could hang when the HTTP/2 stream was closed by the service with a non-200 status code.

Release v1.43.3 (2022-02-21)

Service Client Updates

  • service/customer-profiles: Updates service API and documentation
  • service/dynamodb: Updates service API, documentation, waiters, paginators, and examples
    • DynamoDB ExecuteStatement API now supports Limit as a request parameter to specify the maximum number of items to evaluate. If specified, the service will process up to the Limit and the results will include a LastEvaluatedKey value to continue the read in a subsequent operation.
  • service/imagebuilder: Updates service API and documentation

Release v1.43.2 (2022-02-18)

Service Client Updates

  • service/budgets: Updates service API, documentation, and paginators
    • This change introduces DescribeBudgetNotificationsForAccount API which returns budget notifications for the specified account
  • service/gamelift: Updates service documentation
    • Increase string list limit from 10 to 100.
  • service/transfer: Updates service API and documentation
    • Properties for Transfer Family used with SFTP, FTP, and FTPS protocols. Display Banners are bodies of text that can be displayed before and/or after a user authenticates onto a server using one of the previously mentioned protocols.

Release v1.43.1 (2022-02-17)

Service Client Updates

  • service/backup: Updates service API and documentation
  • service/evidently: Updates service API and documentation
  • service/iam: Updates service documentation
    • Documentation updates for AWS Identity and Access Management (IAM).
  • service/redshift: Updates service API and documentation
    • SDK release for Cross region datasharing and cost-control for cross region datasharing

Release v1.43.0 (2022-02-16)

Service Client Updates

  • service/budgets: Updates service API and documentation
    • Adds support for auto-adjusting budgets, a new budget method alongside fixed and planned. Auto-adjusting budgets introduces new metadata to configure a budget limit baseline using a historical lookback average or current period forecast.

... (truncated)

Commits


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.42.49 to 1.43.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aws/aws-sdk-go/releases">github.com/aws/aws-sdk-go's releases</a>.</em></p> <blockquote> <h1>Release v1.43.4 (2022-02-22)</h1> <h3>Service Client Updates</h3> <ul> <li><code>service/apprunner</code>: Updates service API</li> <li><code>service/translate</code>: Updates service API and documentation</li> <li><code>service/wafv2</code>: Updates service documentation</li> </ul> <h3>SDK Bugs</h3> <ul> <li><code>service/lexruntimev2</code>: Add fix to prevent HTTP/2 event stream request hang on error with Go 1.15 through 1.17.</li> <li><code>service/transcribestreamingservice</code>: Add fix to prevent HTTP/2 event stream request hang on error with Go 1.15 through 1.17. <ul> <li>Adds fix addressing an issue where SDK's bi-directional eventstream API operation request could hang when the HTTP/2 stream was closed by the service with a non-200 status code.</li> </ul> </li> </ul> <h1>Release v1.43.3 (2022-02-21)</h1> <h3>Service Client Updates</h3> <ul> <li><code>service/customer-profiles</code>: Updates service API and documentation</li> <li><code>service/dynamodb</code>: Updates service API, documentation, waiters, paginators, and examples <ul> <li>DynamoDB ExecuteStatement API now supports Limit as a request parameter to specify the maximum number of items to evaluate. If specified, the service will process up to the Limit and the results will include a LastEvaluatedKey value to continue the read in a subsequent operation.</li> </ul> </li> <li><code>service/imagebuilder</code>: Updates service API and documentation</li> </ul> <h1>Release v1.43.2 (2022-02-18)</h1> <h3>Service Client Updates</h3> <ul> <li><code>service/budgets</code>: Updates service API, documentation, and paginators <ul> <li>This change introduces DescribeBudgetNotificationsForAccount API which returns budget notifications for the specified account</li> </ul> </li> <li><code>service/gamelift</code>: Updates service documentation <ul> <li>Increase string list limit from 10 to 100.</li> </ul> </li> <li><code>service/transfer</code>: Updates service API and documentation <ul> <li>Properties for Transfer Family used with SFTP, FTP, and FTPS protocols. Display Banners are bodies of text that can be displayed before and/or after a user authenticates onto a server using one of the previously mentioned protocols.</li> </ul> </li> </ul> <h1>Release v1.43.1 (2022-02-17)</h1> <h3>Service Client Updates</h3> <ul> <li><code>service/backup</code>: Updates service API and documentation</li> <li><code>service/evidently</code>: Updates service API and documentation</li> <li><code>service/iam</code>: Updates service documentation <ul> <li>Documentation updates for AWS Identity and Access Management (IAM).</li> </ul> </li> <li><code>service/redshift</code>: Updates service API and documentation <ul> <li>SDK release for Cross region datasharing and cost-control for cross region datasharing</li> </ul> </li> </ul> <h1>Release v1.43.0 (2022-02-16)</h1> <h3>Service Client Updates</h3> <ul> <li><code>service/budgets</code>: Updates service API and documentation <ul> <li>Adds support for auto-adjusting budgets, a new budget method alongside fixed and planned. Auto-adjusting budgets introduces new metadata to configure a budget limit baseline using a historical lookback average or current period forecast.</li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/aws/aws-sdk-go/blob/main/CHANGELOG.md">github.com/aws/aws-sdk-go's changelog</a>.</em></p> <blockquote> <h1>Release v1.43.4 (2022-02-22)</h1> <h3>Service Client Updates</h3> <ul> <li><code>service/apprunner</code>: Updates service API</li> <li><code>service/translate</code>: Updates service API and documentation</li> <li><code>service/wafv2</code>: Updates service documentation</li> </ul> <h3>SDK Bugs</h3> <ul> <li><code>service/lexruntimev2</code>: Add fix to prevent HTTP/2 event stream request hang on error with Go 1.15 through 1.17.</li> <li><code>service/transcribestreamingservice</code>: Add fix to prevent HTTP/2 event stream request hang on error with Go 1.15 through 1.17. <ul> <li>Adds fix addressing an issue where SDK's bi-directional eventstream API operation request could hang when the HTTP/2 stream was closed by the service with a non-200 status code.</li> </ul> </li> </ul> <h1>Release v1.43.3 (2022-02-21)</h1> <h3>Service Client Updates</h3> <ul> <li><code>service/customer-profiles</code>: Updates service API and documentation</li> <li><code>service/dynamodb</code>: Updates service API, documentation, waiters, paginators, and examples <ul> <li>DynamoDB ExecuteStatement API now supports Limit as a request parameter to specify the maximum number of items to evaluate. If specified, the service will process up to the Limit and the results will include a LastEvaluatedKey value to continue the read in a subsequent operation.</li> </ul> </li> <li><code>service/imagebuilder</code>: Updates service API and documentation</li> </ul> <h1>Release v1.43.2 (2022-02-18)</h1> <h3>Service Client Updates</h3> <ul> <li><code>service/budgets</code>: Updates service API, documentation, and paginators <ul> <li>This change introduces DescribeBudgetNotificationsForAccount API which returns budget notifications for the specified account</li> </ul> </li> <li><code>service/gamelift</code>: Updates service documentation <ul> <li>Increase string list limit from 10 to 100.</li> </ul> </li> <li><code>service/transfer</code>: Updates service API and documentation <ul> <li>Properties for Transfer Family used with SFTP, FTP, and FTPS protocols. Display Banners are bodies of text that can be displayed before and/or after a user authenticates onto a server using one of the previously mentioned protocols.</li> </ul> </li> </ul> <h1>Release v1.43.1 (2022-02-17)</h1> <h3>Service Client Updates</h3> <ul> <li><code>service/backup</code>: Updates service API and documentation</li> <li><code>service/evidently</code>: Updates service API and documentation</li> <li><code>service/iam</code>: Updates service documentation <ul> <li>Documentation updates for AWS Identity and Access Management (IAM).</li> </ul> </li> <li><code>service/redshift</code>: Updates service API and documentation <ul> <li>SDK release for Cross region datasharing and cost-control for cross region datasharing</li> </ul> </li> </ul> <h1>Release v1.43.0 (2022-02-16)</h1> <h3>Service Client Updates</h3> <ul> <li><code>service/budgets</code>: Updates service API and documentation <ul> <li>Adds support for auto-adjusting budgets, a new budget method alongside fixed and planned. Auto-adjusting budgets introduces new metadata to configure a budget limit baseline using a historical lookback average or current period forecast.</li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws/aws-sdk-go/commit/0697feadab0459050f22ea95f1d0bd486f27415d"><code>0697fea</code></a> Release v1.43.4 (2022-02-22) (<a href="https://github.com/aws/aws-sdk-go/issues/4289">#4289</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/aef7eafcddb5e9348eba09cf2c73335b292f13ff"><code>aef7eaf</code></a> codegen: Add fix to prevent HTTP/2 event stream request hang on error (<a href="https://github.com/aws/aws-sdk-go/issues/4288">#4288</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/bc10f38ce5b8752158e54b9e23ecb66b3755c9c3"><code>bc10f38</code></a> Release v1.43.3 (2022-02-21) (<a href="https://github.com/aws/aws-sdk-go/issues/4287">#4287</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/cbac39e376ab3505fd1d99bd56e354adf494c0b8"><code>cbac39e</code></a> Release v1.43.2 (2022-02-18) (<a href="https://github.com/aws/aws-sdk-go/issues/4285">#4285</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/9429e7516ba9e1a2d463f960ae7c0f46facaf2ff"><code>9429e75</code></a> Release v1.43.1 (2022-02-17) (<a href="https://github.com/aws/aws-sdk-go/issues/4281">#4281</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/6f163e060019551e05abee6ba9c1cb1880e670c6"><code>6f163e0</code></a> Release v1.43.0 (2022-02-16) (<a href="https://github.com/aws/aws-sdk-go/issues/4279">#4279</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/93134df4fd5d1cdb72dd122a850b54d414792d71"><code>93134df</code></a> codegen: Update API client generation to not support new JSONValue members (#...</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/796368e22db724f1a430e4c7a6e3a177b4e10d82"><code>796368e</code></a> Release v1.42.53 (2022-02-14) (<a href="https://github.com/aws/aws-sdk-go/issues/4277">#4277</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/961902f19e925368f0cd3059e1827817f9d9a05d"><code>961902f</code></a> codegen: Correct the generated event stream docstring (<a href="https://github.com/aws/aws-sdk-go/issues/4270">#4270</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/00f1a022afaa9d7a6437c6e666b8ded4ebbf1165"><code>00f1a02</code></a> Release v1.42.52 (2022-02-11) (<a href="https://github.com/aws/aws-sdk-go/issues/4276">#4276</a>)</li> <li>Additional commits viewable in <a href="https://github.com/aws/aws-sdk-go/compare/v1.42.49...v1.43.4">compare view</a></li> </ul> </details> <br /> --- <details> <summary>Dependabot commands</summary> <br /> You can trigger Dependabot actions by commenting on this MR - `$dependabot rebase` will rebase this MR - `$dependabot recreate` will recreate this MR rewriting all the manual changes and resolving conflicts </details>
argoyle (Migrated from gitlab.com) closed this pull request 2022-02-23 07:28:41 +00:00
argoyle commented 2022-02-23 07:28:42 +00:00 (Migrated from gitlab.com)

Dependabot won't notify anymore about this release, but will get in touch when a new version is available. 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.

Dependabot won't notify anymore about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file.

Pull request closed

Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: unboundsoftware/s3uploader#61