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

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

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

Release notes

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

Release v1.43.5 (2022-02-23)

Service Client Updates

  • service/lambda: Updates service API, documentation, and waiters
    • Lambda releases .NET 6 managed runtime to be available in all commercial regions.
  • service/textract: Updates service API
  • service/transfer: Updates service API and documentation
    • The file input selection feature provides the ability to use either the originally uploaded file or the output file from the previous workflow step, enabling customers to make multiple copies of the original file while keeping the source file intact for file archival.

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

... (truncated)

Changelog

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

Release v1.43.5 (2022-02-23)

Service Client Updates

  • service/lambda: Updates service API, documentation, and waiters
    • Lambda releases .NET 6 managed runtime to be available in all commercial regions.
  • service/textract: Updates service API
  • service/transfer: Updates service API and documentation
    • The file input selection feature provides the ability to use either the originally uploaded file or the output file from the previous workflow step, enabling customers to make multiple copies of the original file while keeping the source file intact for file archival.

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

... (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.5. <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.5 (2022-02-23)</h1> <h3>Service Client Updates</h3> <ul> <li><code>service/lambda</code>: Updates service API, documentation, and waiters <ul> <li>Lambda releases .NET 6 managed runtime to be available in all commercial regions.</li> </ul> </li> <li><code>service/textract</code>: Updates service API</li> <li><code>service/transfer</code>: Updates service API and documentation <ul> <li>The file input selection feature provides the ability to use either the originally uploaded file or the output file from the previous workflow step, enabling customers to make multiple copies of the original file while keeping the source file intact for file archival.</li> </ul> </li> </ul> <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</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.5 (2022-02-23)</h1> <h3>Service Client Updates</h3> <ul> <li><code>service/lambda</code>: Updates service API, documentation, and waiters <ul> <li>Lambda releases .NET 6 managed runtime to be available in all commercial regions.</li> </ul> </li> <li><code>service/textract</code>: Updates service API</li> <li><code>service/transfer</code>: Updates service API and documentation <ul> <li>The file input selection feature provides the ability to use either the originally uploaded file or the output file from the previous workflow step, enabling customers to make multiple copies of the original file while keeping the source file intact for file archival.</li> </ul> </li> </ul> <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</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/021d53ccfdd95072d18c896310f5a02dd7931415"><code>021d53c</code></a> Release v1.43.5 (2022-02-23) (<a href="https://github.com/aws/aws-sdk-go/issues/4293">#4293</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/f0844160667078b3df894b09b520875a0692ffd5"><code>f084416</code></a> go.mod: update vulnerable net library (<a href="https://github.com/aws/aws-sdk-go/issues/4292">#4292</a>)</li> <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>Additional commits viewable in <a href="https://github.com/aws/aws-sdk-go/compare/v1.42.49...v1.43.5">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 commented 2022-02-24 22:40:44 +00:00 (Migrated from gitlab.com)

This merge request has been superseeded by https://gitlab.com/unboundsoftware/s3uploader/-/merge_requests/59

This merge request has been superseeded by https://gitlab.com/unboundsoftware/s3uploader/-/merge_requests/59
argoyle (Migrated from gitlab.com) closed this pull request 2022-02-24 22:40:44 +00:00

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#62