observIQ / stanza

Fast and lightweight log transport and processing.
Apache License 2.0
182 stars 23 forks source link

deps(deps): bump github.com/aws/aws-sdk-go from 1.42.51 to 1.43.7 #586

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps github.com/aws/aws-sdk-go from 1.42.51 to 1.43.7.

Release notes

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

Release v1.43.7 (2022-02-25)

Service Client Updates

  • service/elasticache: Updates service documentation
    • Doc only update for ElastiCache
  • service/panorama: Updates service API and documentation

Release v1.43.6 (2022-02-24)

Service Client Updates

  • service/autoscaling: Updates service API, documentation, and examples
    • You can now hibernate instances in a warm pool to stop instances without deleting their RAM contents. You can now also return instances to the warm pool on scale in, instead of always terminating capacity that you will need later.
  • service/databrew: Updates service API and documentation
  • service/fms: Updates service API and documentation
  • service/lightsail: Updates service API and documentation
    • This release adds support to delete and create Lightsail default key pairs that you can use with Lightsail instances.
  • service/route53: Updates service documentation
    • SDK doc update for Route 53 to update some parameters with new information.
  • service/s3: Updates service examples
    • This release adds support for new integrity checking capabilities in Amazon S3. You can choose from four supported checksum algorithms for data integrity checking on your upload and download requests. In addition, AWS SDK can automatically calculate a checksum as it streams data into S3
  • service/s3control: Updates service API and documentation
    • Amazon S3 Batch Operations adds support for new integrity checking capabilities in Amazon S3.
  • service/transfer: Updates service paginators
    • Support automatic pagination when listing AWS Transfer Family resources.

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.

... (truncated)

Changelog

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

Release v1.43.7 (2022-02-25)

Service Client Updates

  • service/elasticache: Updates service documentation
    • Doc only update for ElastiCache
  • service/panorama: Updates service API and documentation

Release v1.43.6 (2022-02-24)

Service Client Updates

  • service/autoscaling: Updates service API, documentation, and examples
    • You can now hibernate instances in a warm pool to stop instances without deleting their RAM contents. You can now also return instances to the warm pool on scale in, instead of always terminating capacity that you will need later.
  • service/databrew: Updates service API and documentation
  • service/fms: Updates service API and documentation
  • service/lightsail: Updates service API and documentation
    • This release adds support to delete and create Lightsail default key pairs that you can use with Lightsail instances.
  • service/route53: Updates service documentation
    • SDK doc update for Route 53 to update some parameters with new information.
  • service/s3: Updates service examples
    • This release adds support for new integrity checking capabilities in Amazon S3. You can choose from four supported checksum algorithms for data integrity checking on your upload and download requests. In addition, AWS SDK can automatically calculate a checksum as it streams data into S3
  • service/s3control: Updates service API and documentation
    • Amazon S3 Batch Operations adds support for new integrity checking capabilities in Amazon S3.
  • service/transfer: Updates service paginators
    • Support automatic pagination when listing AWS Transfer Family resources.

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.

... (truncated)

Commits


Dependabot compatibility score

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)
codecov[bot] commented 2 years ago

Codecov Report

Merging #586 (d715d7c) into master (3b23e5c) will decrease coverage by 1.79%. The diff coverage is 86.72%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #586      +/-   ##
==========================================
- Coverage   76.69%   74.90%   -1.79%     
==========================================
  Files         132      133       +1     
  Lines        8308    10079    +1771     
==========================================
+ Hits         6371     7549    +1178     
- Misses       1473     2064     +591     
- Partials      464      466       +2     
Impacted Files Coverage Δ
operator/buffer/buffer.go 75.86% <ø> (-1.92%) :arrow_down:
operator/buffer/memory.go 71.60% <ø> (-3.74%) :arrow_down:
...builtin/input/aws/cloudwatch/cloudwatch_persist.go 75.00% <ø> (-6.82%) :arrow_down:
operator/builtin/input/azure/event_hub.go 0.00% <0.00%> (ø)
operator/builtin/input/azure/event_hub_config.go 90.91% <ø> (-1.09%) :arrow_down:
operator/builtin/input/file/finder.go 100.00% <ø> (ø)
operator/builtin/input/file/reader.go 53.05% <0.00%> (-5.73%) :arrow_down:
operator/builtin/input/http/config.go 97.56% <ø> (-0.29%) :arrow_down:
operator/builtin/input/journald/journald.go 58.76% <ø> (-1.83%) :arrow_down:
operator/builtin/input/udp/udp.go 73.49% <ø> (-1.51%) :arrow_down:
... and 158 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6410e79...d715d7c. Read the comment docs.

dependabot[bot] commented 2 years ago

Superseded by #594.