Skip to content
This repository has been archived by the owner on Jul 28, 2021. It is now read-only.

Bump github.com/cloudevents/sdk-go/v2 from 2.3.1 to 2.4.0 #71

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 7, 2021

Bumps github.com/cloudevents/sdk-go/v2 from 2.3.1 to 2.4.0.

Release notes

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

Release observability/opencensus/v2.4.0

See https://github.com/cloudevents/sdk-go/releases/tag/v2.4.0

Release protocol/ws/v2.4.0

See https://github.com/cloudevents/sdk-go/releases/tag/v2.4.0

Release protocol/kafka_sarama/v2.4.0

See https://github.com/cloudevents/sdk-go/releases/tag/v2.4.0

Release protocol/pubsub/v2.4.0

See https://github.com/cloudevents/sdk-go/releases/tag/v2.4.0

Release protocol/nats/v2.4.0

See https://github.com/cloudevents/sdk-go/releases/tag/v2.4.0

Release protocol/amqp/v2.4.0

See https://github.com/cloudevents/sdk-go/releases/tag/v2.4.0

Release protocol/stan/v2.4.0

See https://github.com/cloudevents/sdk-go/releases/tag/v2.4.0

Release v2.4.0

General

WARNING: We had to introduce a breaking change to importing client.EventTraceAttributes, this can now be found in a new import:

import "github.com/cloudevents/sdk-go/observability/opencensus/v2/client"
// Then use:
_ = client.EventTraceAttributes

Diff:

+       "github.com/cloudevents/sdk-go/observability/opencensus/v2/client"
-       "github.com/cloudevents/sdk-go/v2/client"

Websockets

HTTP

... (truncated)

Commits
  • 0136e7f do not assume content type is media type (#668)
  • 5c46200 This will resolve issue mentioned in 656 (#664)
  • d886e31 Implement context decorator for inbound STAN messages to expose message metad...
  • b4fe1a7 Added a test for #603 (#660)
  • ddd0f96 Updating client to use NewClientHTTP, fixing new opencensus package (#653)
  • 4bb7a51 Propagate informations from inbound messages up to Client (#659)
  • 93f9fa1 Abstraction for metrics and tracing (#634)
  • f01f50e Remove validation from the string representation (#639)
  • a2406aa Implemented streaming writer (#621)
  • 30f0adf remove circle ci (#648)
  • Additional commits viewable in compare view

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)

Bumps [github.com/cloudevents/sdk-go/v2](https://github.com/cloudevents/sdk-go) from 2.3.1 to 2.4.0.
- [Release notes](https://github.com/cloudevents/sdk-go/releases)
- [Commits](cloudevents/sdk-go@v2.3.1...v2.4.0)

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Apr 7, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 15, 2021

Superseded by #72.

@dependabot dependabot bot closed this Apr 15, 2021
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/cloudevents/sdk-go/v2-2.4.0 branch April 15, 2021 07:15
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants