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/emicklei/go-restful/v3 from 3.3.3 to 3.4.0 in /instrumentation/github.com/emicklei/go-restful/otelrestful/example #451

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps github.com/emicklei/go-restful/v3 from 3.3.3 to 3.4.0.

Changelog

Sourced from github.com/emicklei/go-restful/v3's changelog.

[v3.4.0] - 2020-11-10

  • Added OPTIONS to WebService

[v3.3.2] - 2020-01-23

  • Fixed duplicate compression in dispatch. #449

[v3.3.1] - 2020-08-31

  • Added check on writer to prevent compression of response twice. #447

[v3.3.0] - 2020-08-19

  • Enable content encoding on Handle and ServeHTTP (#446)
  • List available representations in 406 body (#437)
  • Convert to string using rune() (#443)

[v3.2.0] - 2020-06-21

  • 405 Method Not Allowed must have Allow header (#436) (thx Bracken abdawson@gmail.com)
  • add field allowedMethodsWithoutContentType (#424)

[v3.1.0]

  • support describing response headers (#426)
  • fix openapi examples (#425)

v3.0.0

  • fix: use request/response resulting from filter chain
  • add Go module Module consumer should use github.com/emicklei/go-restful/v3 as import path

v2.10.0

v2.9.6

  • small optimization in filter code

v2.11.1

  • fix WriteError return value (#415)

... (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)

Bumps [github.com/emicklei/go-restful/v3](https://github.com/emicklei/go-restful) from 3.3.3 to 3.4.0.
- [Release notes](https://github.com/emicklei/go-restful/releases)
- [Changelog](https://github.com/emicklei/go-restful/blob/v3.4.0/CHANGES.md)
- [Commits](emicklei/go-restful@v3.3.3...v3.4.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code Skip Changelog Allow PR to succeed without requiring an addition to the CHANGELOG labels Nov 15, 2020
…ub.com/emicklei/go-restful/otelrestful/example/github.com/emicklei/go-restful/v3-3.4.0
@MrAlias MrAlias merged commit f41bf49 into master Nov 16, 2020
@MrAlias MrAlias deleted the dependabot/go_modules/instrumentation/github.com/emicklei/go-restful/otelrestful/example/github.com/emicklei/go-restful/v3-3.4.0 branch November 16, 2020 16:55
plantfansam referenced this pull request in plantfansam/opentelemetry-go-contrib Mar 18, 2022
)

This PR removes the non-compliant ChildOf and FollowsFrom interfaces
and the Relation type, which were inherited from OpenTracing via the
initial prototype. Instead allow adding a span context to the go
context as a remote span context and use a simple algorithm for
figuring out an actual parent of the new span, which was proposed for
the OpenTelemetry specification.

Also add a way to ignore current span and remote span context in go
context, so we can force the tracer to create a new root span - a span
with a new trace ID.

That required some moderate changes in the opentracing bridge - first
reference with ChildOfRef reference type becomes a local parent, the
rest become links. This also fixes links handling in the meantime. The
downside of the approach proposed here is that we can only set the
remote parent when creating a span through the opentracing API.

Co-authored-by: Joshua MacDonald <jmacd@users.noreply.github.com>
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 go Pull requests that update Go code Skip Changelog Allow PR to succeed without requiring an addition to the CHANGELOG
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant