Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/aws/aws-sdk-go from 1.35.28 to 1.35.29 in /receiver/awsxrayreceiver #1615

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 16, 2020

⚠️ Dependabot is rebasing this PR ⚠️

If you make any changes to it yourself then they will take precedence over the rebase.


Bumps github.com/aws/aws-sdk-go from 1.35.28 to 1.35.29.

Release notes

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

Release v1.35.29 (2020-11-16)

Service Client Updates

  • service/codepipeline: Updates service API and documentation
    • We show details about inbound executions and id of action executions in GetPipelineState API. We also add ConflictException to StartPipelineExecution, RetryStageExecution, StopPipelineExecution APIs.
  • service/dms: Updates service API and documentation
    • Adding MoveReplicationTask feature to move replication tasks between instances
  • service/iotsecuretunneling: Updates service API and documentation
  • service/iotsitewise: Updates service API and documentation
  • service/quicksight: Updates service API and documentation
    • Adding new parameters for dashboard persistence
  • service/sagemaker: Updates service API and documentation
    • This feature enables customers to encrypt their Amazon SageMaker Studio storage volumes with customer master keys (CMKs) managed by them in AWS Key Management Service (KMS).
  • service/servicecatalog: Updates service API and documentation
    • Support import of CloudFormation stacks into Service Catalog provisioned products.
  • service/sns: Updates service documentation
    • Documentation updates for Amazon SNS.
  • service/synthetics: Updates service API and documentation
Changelog

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

Release v1.35.29 (2020-11-16)

Service Client Updates

  • service/codepipeline: Updates service API and documentation
    • We show details about inbound executions and id of action executions in GetPipelineState API. We also add ConflictException to StartPipelineExecution, RetryStageExecution, StopPipelineExecution APIs.
  • service/dms: Updates service API and documentation
    • Adding MoveReplicationTask feature to move replication tasks between instances
  • service/iotsecuretunneling: Updates service API and documentation
  • service/iotsitewise: Updates service API and documentation
  • service/quicksight: Updates service API and documentation
    • Adding new parameters for dashboard persistence
  • service/sagemaker: Updates service API and documentation
    • This feature enables customers to encrypt their Amazon SageMaker Studio storage volumes with customer master keys (CMKs) managed by them in AWS Key Management Service (KMS).
  • service/servicecatalog: Updates service API and documentation
    • Support import of CloudFormation stacks into Service Catalog provisioned products.
  • service/sns: Updates service documentation
    • Documentation updates for Amazon SNS.
  • service/synthetics: Updates service API and documentation
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)

@dependabot dependabot bot requested a review from a team November 16, 2020 19:42
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 16, 2020
@codecov
Copy link

codecov bot commented Nov 16, 2020

Codecov Report

Merging #1615 (d5a35fb) into master (001cb8f) will decrease coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1615      +/-   ##
==========================================
- Coverage   89.35%   89.34%   -0.01%     
==========================================
  Files         355      355              
  Lines       17607    17607              
==========================================
- Hits        15732    15731       -1     
- Misses       1396     1397       +1     
  Partials      479      479              
Flag Coverage Δ
integration 70.86% <ø> (ø)
unit 87.99% <ø> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
processor/groupbytraceprocessor/event.go 95.96% <0.00%> (-0.81%) ⬇️

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 001cb8f...d5a35fb. Read the comment docs.

@bogdandrutu bogdandrutu merged commit d8b6330 into master Nov 16, 2020
@bogdandrutu bogdandrutu deleted the dependabot/go_modules/receiver/awsxrayreceiver/github.com/aws/aws-sdk-go-1.35.29 branch November 16, 2020 20:34
djaglowski pushed a commit that referenced this pull request Dec 5, 2022
…aggage unmarshalling (#16570)

* Added Flow Control (#1614)

* Added new configuration for backpressure

SOL-79626, SOL-79630

* Added handling for delayed retry in receiver

SOL-79627, SOL-79631

* Added new flow control metrics to aid in flow control tuning

SOL-79628, SOL-79629, SOL-79632

* Added flowcontrol info to readme

Also fixed some linting errors

SOL-80997

* Updated protobuf spec to contain baggage string, added handling+tests for baggage (#1615)

SOL-79113, SOL-79114, SOL-79115

* Require an upgrade when receiving a telemetry message with an unsupported topic

Only applies to messages starting with _telemetry

SOL-81980

* Change stability from Alpha to Beta as configuration is now stable

SOL-81470

* Added changelog entries

* Fixed linting failure in tests for unchecked error

* Updated protobuf spec with latest comments
shalper2 pushed a commit to shalper2/opentelemetry-collector-contrib that referenced this pull request Dec 6, 2022
…aggage unmarshalling (open-telemetry#16570)

* Added Flow Control (open-telemetry#1614)

* Added new configuration for backpressure

SOL-79626, SOL-79630

* Added handling for delayed retry in receiver

SOL-79627, SOL-79631

* Added new flow control metrics to aid in flow control tuning

SOL-79628, SOL-79629, SOL-79632

* Added flowcontrol info to readme

Also fixed some linting errors

SOL-80997

* Updated protobuf spec to contain baggage string, added handling+tests for baggage (open-telemetry#1615)

SOL-79113, SOL-79114, SOL-79115

* Require an upgrade when receiving a telemetry message with an unsupported topic

Only applies to messages starting with _telemetry

SOL-81980

* Change stability from Alpha to Beta as configuration is now stable

SOL-81470

* Added changelog entries

* Fixed linting failure in tests for unchecked error

* Updated protobuf spec with latest comments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant