Build(deps): bump github.com/aws/aws-sdk-go from 1.44.257 to 1.44.265 #396

Merged
argoyle merged 1 commits from dependabot-go_modules-github.com-aws-aws-sdk-go-1.44.265 into main 2023-05-19 08:18:03 +00:00
argoyle commented 2023-05-18 22:40:43 +00:00 (Migrated from gitlab.com)

Bumps github.com/aws/aws-sdk-go from 1.44.257 to 1.44.265.

Release notes

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

Release v1.44.265 (2023-05-18)

Service Client Updates

  • service/athena: Updates service API and documentation
    • Removing SparkProperties from EngineConfiguration object for StartSession API call
  • service/cloudtrail: Updates service API and documentation
    • Add ConflictException to PutEventSelectors, add (Channel/EDS)ARNInvalidException to Tag APIs. These exceptions provide customers with more specific error messages instead of internal errors.
  • service/compute-optimizer: Updates service API and documentation
  • service/connect: Updates service API and documentation
  • service/ec2: Updates service API and documentation
    • Add support for i4g.large, i4g.xlarge, i4g.2xlarge, i4g.4xlarge, i4g.8xlarge and i4g.16xlarge instances powered by AWS Graviton2 processors that deliver up to 15% better compute performance than our other storage-optimized instances.
  • service/ecs: Updates service documentation
    • Documentation only release to address various tickets.
  • service/mediaconvert: Updates service API and documentation
    • This release introduces a new MXF Profile for XDCAM which is strictly compliant with the SMPTE RDD 9 standard and improved handling of output name modifiers.
  • service/rds: Updates service API, documentation, waiters, paginators, and examples
    • RDS documentation update for the EngineVersion parameter of ModifyDBSnapshot
  • service/sagemaker-geospatial: Updates service API and documentation
  • service/sts: Updates service API
    • API updates for the AWS Security Token Service

SDK Bugs

  • rest: Remove unnecessary path normalization behavior.
    • This behavior would incorrectly mutate request paths with URI-encoded characters, potentially resulting in misrouted requests.
  • config: Deprecate DisableRestProtocolURICleaning config setting.
    • This setting no longer has any effect. REST-protocol paths will now never be normalized after serialization.

Release v1.44.264 (2023-05-16)

Service Client Updates

  • service/detective: Updates service API
  • service/directconnect: Updates service documentation
    • This release includes an update to the mtu value for CreateTransitVirtualInterface from 9001 mtu to 8500 mtu.
  • service/glue: Updates service API and documentation
    • Add Support for Tags for Custom Entity Types
  • service/secretsmanager: Updates service documentation
    • Documentation updates for Secrets Manager
  • service/wafv2: Updates service API and documentation

Release v1.44.263 (2023-05-15)

Service Client Updates

  • service/athena: Updates service API and documentation
    • You can now define custom spark properties at start of the session for use cases like cluster encryption, table formats, and general Spark tuning.
  • service/kafka: Updates service API
  • service/rekognition: Updates service API and documentation
    • This release adds a new EyeDirection attribute in Amazon Rekognition DetectFaces and IndexFaces APIs which predicts the yaw and pitch angles of a person's eye gaze direction for each face detected in the image.

... (truncated)

Commits
  • db19686 Release v1.44.265 (2023-05-18) (#4845)
  • 5220e69 Merge pull request #4832 from aws/iot-topic
  • 2168800 recover some deprecated func
  • ceeb008 recover some deprecated func
  • 30b3388 modify changelog and remove deprecated setting usage
  • 16b4c86 modify changelog description
  • 970e5a0 add unit test cases
  • 966f546 Merge branch 'main' into iot-topic
  • e8df529 remove http request url path cleaning logic and deprecate setting
  • df8a585 Release v1.44.264 (2023-05-16) (#4841)
  • Additional commits viewable in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR. Deprecated, use GitLab's native /rebase instead
  • $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.44.257 to 1.44.265. <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.44.265 (2023-05-18)</h1> <h3>Service Client Updates</h3> <ul> <li><code>service/athena</code>: Updates service API and documentation <ul> <li>Removing SparkProperties from EngineConfiguration object for StartSession API call</li> </ul> </li> <li><code>service/cloudtrail</code>: Updates service API and documentation <ul> <li>Add ConflictException to PutEventSelectors, add (Channel/EDS)ARNInvalidException to Tag APIs. These exceptions provide customers with more specific error messages instead of internal errors.</li> </ul> </li> <li><code>service/compute-optimizer</code>: Updates service API and documentation</li> <li><code>service/connect</code>: Updates service API and documentation</li> <li><code>service/ec2</code>: Updates service API and documentation <ul> <li>Add support for i4g.large, i4g.xlarge, i4g.2xlarge, i4g.4xlarge, i4g.8xlarge and i4g.16xlarge instances powered by AWS Graviton2 processors that deliver up to 15% better compute performance than our other storage-optimized instances.</li> </ul> </li> <li><code>service/ecs</code>: Updates service documentation <ul> <li>Documentation only release to address various tickets.</li> </ul> </li> <li><code>service/mediaconvert</code>: Updates service API and documentation <ul> <li>This release introduces a new MXF Profile for XDCAM which is strictly compliant with the SMPTE RDD 9 standard and improved handling of output name modifiers.</li> </ul> </li> <li><code>service/rds</code>: Updates service API, documentation, waiters, paginators, and examples <ul> <li>RDS documentation update for the EngineVersion parameter of ModifyDBSnapshot</li> </ul> </li> <li><code>service/sagemaker-geospatial</code>: Updates service API and documentation</li> <li><code>service/sts</code>: Updates service API <ul> <li>API updates for the AWS Security Token Service</li> </ul> </li> </ul> <h3>SDK Bugs</h3> <ul> <li><code>rest</code>: Remove unnecessary path normalization behavior. <ul> <li>This behavior would incorrectly mutate request paths with URI-encoded characters, potentially resulting in misrouted requests.</li> </ul> </li> <li><code>config</code>: Deprecate <code>DisableRestProtocolURICleaning</code> config setting. <ul> <li>This setting no longer has any effect. REST-protocol paths will now never be normalized after serialization.</li> </ul> </li> </ul> <h1>Release v1.44.264 (2023-05-16)</h1> <h3>Service Client Updates</h3> <ul> <li><code>service/detective</code>: Updates service API</li> <li><code>service/directconnect</code>: Updates service documentation <ul> <li>This release includes an update to the mtu value for CreateTransitVirtualInterface from 9001 mtu to 8500 mtu.</li> </ul> </li> <li><code>service/glue</code>: Updates service API and documentation <ul> <li>Add Support for Tags for Custom Entity Types</li> </ul> </li> <li><code>service/secretsmanager</code>: Updates service documentation <ul> <li>Documentation updates for Secrets Manager</li> </ul> </li> <li><code>service/wafv2</code>: Updates service API and documentation</li> </ul> <h1>Release v1.44.263 (2023-05-15)</h1> <h3>Service Client Updates</h3> <ul> <li><code>service/athena</code>: Updates service API and documentation <ul> <li>You can now define custom spark properties at start of the session for use cases like cluster encryption, table formats, and general Spark tuning.</li> </ul> </li> <li><code>service/kafka</code>: Updates service API</li> <li><code>service/rekognition</code>: Updates service API and documentation <ul> <li>This release adds a new EyeDirection attribute in Amazon Rekognition DetectFaces and IndexFaces APIs which predicts the yaw and pitch angles of a person's eye gaze direction for each face detected in the image.</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/db196865fea7040e74430c3d4f1717f7deb17795"><code>db19686</code></a> Release v1.44.265 (2023-05-18) (<a href="https://github.com/aws/aws-sdk-go/issues/4845">#4845</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/5220e698d4a072d82ce7b1ae54e9226e4e40757f"><code>5220e69</code></a> Merge pull request <a href="https://github.com/aws/aws-sdk-go/issues/4832">#4832</a> from aws/iot-topic</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/21688005406f3caaec0fecbed91b769d35622363"><code>2168800</code></a> recover some deprecated func</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/ceeb008f207735b82173a6c0d7a2ae3b4b2f95b2"><code>ceeb008</code></a> recover some deprecated func</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/30b338892cf447f23016b88a3659c8f4a9566646"><code>30b3388</code></a> modify changelog and remove deprecated setting usage</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/16b4c86efa993cefc127e2c735a114ddc3a3cf36"><code>16b4c86</code></a> modify changelog description</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/970e5a0ed719b8d2839ad103058b39552d2de681"><code>970e5a0</code></a> add unit test cases</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/966f546161cf872c09e01b9854ba591bebd73809"><code>966f546</code></a> Merge branch 'main' into iot-topic</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/e8df52967e7995b36d28cf00a6ed9eee4da72f61"><code>e8df529</code></a> remove http request url path cleaning logic and deprecate setting</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/df8a5856b1df974207218d84ce47e4bbdcb28563"><code>df8a585</code></a> Release v1.44.264 (2023-05-16) (<a href="https://github.com/aws/aws-sdk-go/issues/4841">#4841</a>)</li> <li>Additional commits viewable in <a href="https://github.com/aws/aws-sdk-go/compare/v1.44.257...v1.44.265">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. Deprecated, use GitLab's native /rebase instead - `$dependabot recreate` will recreate this MR rewriting all the manual changes and resolving conflicts </details>
argoyle commented 2023-05-18 22:49:01 +00:00 (Migrated from gitlab.com)

Codecov Report

Merging #392 (65b0248) into main (235a576) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##              main      #392   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         3           
  Lines          159       159           
=========================================
  Hits           159       159           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

## [Codecov](https://app.codecov.io/gl/unboundsoftware/s3uploader/pull/392?src=pr&el=h1&utm_medium=referral&utm_source=gitlab&utm_content=comment&utm_campaign=pr+comments&utm_term=unboundsoftware) Report > Merging [#392](https://app.codecov.io/gl/unboundsoftware/s3uploader/pull/392?src=pr&el=desc&utm_medium=referral&utm_source=gitlab&utm_content=comment&utm_campaign=pr+comments&utm_term=unboundsoftware) (65b0248) into [main](https://app.codecov.io/gl/unboundsoftware/s3uploader/commit/235a576c5449f6ac0a0ae9b9766ad7912165a4ca?el=desc&utm_medium=referral&utm_source=gitlab&utm_content=comment&utm_campaign=pr+comments&utm_term=unboundsoftware) (235a576) will **not change** coverage. > The diff coverage is `n/a`. ```diff @@ Coverage Diff @@ ## main #392 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 3 3 Lines 159 159 ========================================= Hits 159 159 ``` :mega: We’re building smart automated test selection to slash your CI/CD build times. [Learn more](https://about.codecov.io/iterative-testing/?utm_medium=referral&utm_source=gitlab&utm_content=comment&utm_campaign=pr+comments&utm_term=unboundsoftware)
argoyle (Migrated from gitlab.com) merged commit into main 2023-05-19 08:18:03 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: unboundsoftware/s3uploader#396