dependabot[bot] opened a new pull request, #598: URL: https://github.com/apache/dubbo-go-samples/pull/598
Bumps [github.com/openzipkin/zipkin-go](https://github.com/openzipkin/zipkin-go) from 0.2.2 to 0.4.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/openzipkin/zipkin-go/releases">github.com/openzipkin/zipkin-go's releases</a>.</em></p> <blockquote> <h2>Release v0.4.2</h2> <h2>What's Changed</h2> <ul> <li>chore(deps): bump sarama to v1.40.0 by <a href="https://github.com/dnwe"><code>@dnwe</code></a> in <a href="https://redirect.github.com/openzipkin/zipkin-go/pull/214">openzipkin/zipkin-go#214</a></li> <li>update gha bumping go version matrix, fix codecov by <a href="https://github.com/basvanbeek"><code>@basvanbeek</code></a> in <a href="https://redirect.github.com/openzipkin/zipkin-go/pull/215">openzipkin/zipkin-go#215</a></li> <li>bump dependencies by <a href="https://github.com/basvanbeek"><code>@basvanbeek</code></a> in <a href="https://redirect.github.com/openzipkin/zipkin-go/pull/216">openzipkin/zipkin-go#216</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/dnwe"><code>@dnwe</code></a> made their first contribution in <a href="https://redirect.github.com/openzipkin/zipkin-go/pull/214">openzipkin/zipkin-go#214</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/openzipkin/zipkin-go/compare/v0.4.1...v0.4.2">https://github.com/openzipkin/zipkin-go/compare/v0.4.1...v0.4.2</a></p> <h2>Release v0.4.1</h2> <p>This release bumps some dependencies to fix CVE's and testing with Go 1.17, 1.18, and 1.19.</p> <h2>Release v0.4.0</h2> <p>This release adds Baggage functionality:</p> <ul> <li>Baggage interface for the Zipkin Span Context Data model</li> <li>Baggage implementation using explicit field registration</li> <li>Baggage support for the bundled HTTP and gRPC middlewares</li> </ul> <h2>Release v0.3.0</h2> <p>Mostly housekeeping and fixes for this release.</p> <ul> <li>feat(tracer): adds support for isNoop check on spans. (<a href="https://redirect.github.com/openzipkin/zipkin-go/issues/181">#181</a>)</li> <li>fix(propagation/b3): fix incorrect parsing of a single b3 header (<a href="https://redirect.github.com/openzipkin/zipkin-go/issues/190">#190</a>)</li> <li>chore(examples): makes examples use its own go.mod (<a href="https://redirect.github.com/openzipkin/zipkin-go/issues/191">#191</a>)</li> <li>bump(reporter/amqp): move to migrated and official library github.com/rabbitmq/amqp091-go (<a href="https://redirect.github.com/openzipkin/zipkin-go/issues/199">#199</a>)</li> <li>qa: license date updates, linter fixes, test fixes (<a href="https://redirect.github.com/openzipkin/zipkin-go/issues/203">#203</a>, <a href="https://redirect.github.com/openzipkin/zipkin-go/issues/204">#204</a>)</li> <li>updated dependencies and regenerated protobuf files (<a href="https://redirect.github.com/openzipkin/zipkin-go/issues/208">#208</a>)</li> </ul> <p>Thanks all that participated including but not limited to <a href="https://github.com/jcchavezs"><code>@jcchavezs</code></a>, <a href="https://github.com/nosan"><code>@nosan</code></a>, and <a href="https://github.com/SteelPhase"><code>@SteelPhase</code></a>.</p> <h2>Release v0.2.5</h2> <p>Removes the optional configuration for enable sampling on reporter calls until we get a use case where users want to enable tracing in such calls. This is, all reporter calls will be unsampled always.</p> <h2>Release v0.2.4</h2> <p>Adds B3:0 header to HTTP Reporter to mitigate trace reporting amplification Updates proto handling to newer packages</p> <p>See <a href="https://redirect.github.com/openzipkin/zipkin-go/pull/176">openzipkin/zipkin-go#176</a></p> <h2>Release v0.2.3</h2> <ul> <li>fix(reporter/kafka): fixes the SpanSerializer option usage. (<a href="https://redirect.github.com/openzipkin/zipkin-go/issues/156">#156</a>)</li> <li>feat(reporter/http): uses an interface for http client (<a href="https://redirect.github.com/openzipkin/zipkin-go/issues/155">#155</a>)</li> <li>docs(reporter/kafka): adds more information about tweaking the producer (<a href="https://redirect.github.com/openzipkin/zipkin-go/issues/158">#158</a>)</li> <li>Duration order consistency when multiplying number by time unit (<a href="https://redirect.github.com/openzipkin/zipkin-go/issues/160">#160</a>)</li> <li>feat(json-format): lowercase span name and service name as per swagger definition (<a href="https://redirect.github.com/openzipkin/zipkin-go/issues/166">#166</a>)</li> <li>Update generated proto code to latest protoc (<a href="https://redirect.github.com/openzipkin/zipkin-go/issues/165">#165</a>)</li> <li>Don't include the http.status_code when 2xx in server. (<a href="https://redirect.github.com/openzipkin/zipkin-go/issues/167">#167</a>)</li> <li>Add support for <code>RemoteEndpoint</code> in transport/client. (<a href="https://redirect.github.com/openzipkin/zipkin-go/issues/170">#170</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/openzipkin/zipkin-go/commit/e84b2cf6d2d915fe0ee57c2dc4d736ec13a2ef6a"><code>e84b2cf</code></a> bump dependencies (<a href="https://redirect.github.com/openzipkin/zipkin-go/issues/216">#216</a>)</li> <li><a href="https://github.com/openzipkin/zipkin-go/commit/15a86c105c677324098459d354285fbdbeb8b436"><code>15a86c1</code></a> update gha bumping go version matrix, trying to fix codecov (<a href="https://redirect.github.com/openzipkin/zipkin-go/issues/215">#215</a>)</li> <li><a href="https://github.com/openzipkin/zipkin-go/commit/87e3b85f5253f38d593bb21e6bb56856f541f152"><code>87e3b85</code></a> chore(deps): bump sarama to v1.40.0 (<a href="https://redirect.github.com/openzipkin/zipkin-go/issues/214">#214</a>)</li> <li><a href="https://github.com/openzipkin/zipkin-go/commit/4541717179384a9f4bae40446e5c49eeec334384"><code>4541717</code></a> remove circleci from list (<a href="https://redirect.github.com/openzipkin/zipkin-go/issues/213">#213</a>)</li> <li><a href="https://github.com/openzipkin/zipkin-go/commit/a58f3b69f127fb77a4ad8cfdc302a95bab3d469f"><code>a58f3b6</code></a> Bump dependencies and remove unnecessary external dependency for example. (#...</li> <li><a href="https://github.com/openzipkin/zipkin-go/commit/f91647633b041da6b71741a09c8ff5d7c06364e2"><code>f916476</code></a> Baggage Interface and explicit accept list Implementation for HTTP and gRPC m...</li> <li><a href="https://github.com/openzipkin/zipkin-go/commit/6ac41387364f66b96fc20ffdbdcd544705b6f544"><code>6ac4138</code></a> Update README.md</li> <li><a href="https://github.com/openzipkin/zipkin-go/commit/d0b32fa6afb8207a9d34e7b6684b134c688c48f2"><code>d0b32fa</code></a> remove coveralls, add codecov, remove appveyor (<a href="https://redirect.github.com/openzipkin/zipkin-go/issues/209">#209</a>)</li> <li><a href="https://github.com/openzipkin/zipkin-go/commit/a6b4e00fe53bd7134ea5c78e1a65d404a789f5de"><code>a6b4e00</code></a> bump dependencies and regenerated protobuf sources (<a href="https://redirect.github.com/openzipkin/zipkin-go/issues/208">#208</a>)</li> <li><a href="https://github.com/openzipkin/zipkin-go/commit/a611f2bbb866798fbee54421ad245ac4bfbe9b91"><code>a611f2b</code></a> minor ci fix (correct branch) and add gha badge (<a href="https://redirect.github.com/openzipkin/zipkin-go/issues/206">#206</a>)</li> <li>Additional commits viewable in <a href="https://github.com/openzipkin/zipkin-go/compare/v0.2.2...v0.4.2">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org For additional commands, e-mail: notifications-h...@dubbo.apache.org