Skip to content

Releases: openzipkin/zipkin-go

Release v0.4.3

29 Apr 00:20
e609ce4
Compare
Choose a tag to compare

What's Changed

  • Documented Security/CVE policy and added trivy scanning workflow
  • Documented Go version policy as latest-2, currently Go 1.20, 1.21, 1.22
  • Updated go.mod to address CVEs (notably grpc)
  • @php-lsys fixed a race condition for instrumentation that mutate tags after finishing the span

Full Changelog: v0.4.2...v0.4.3

Release v0.4.2

10 Aug 15:47
e84b2cf
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @dnwe made their first contribution in #214

Full Changelog: v0.4.1...v0.4.2

Release v0.4.1

11 Oct 18:32
4541717
Compare
Choose a tag to compare

This release bumps some dependencies to fix CVE's and testing with Go 1.17, 1.18, and 1.19.

Release v0.4.0

13 Jan 11:03
f916476
Compare
Choose a tag to compare

This release adds Baggage functionality:

  • Baggage interface for the Zipkin Span Context Data model
  • Baggage implementation using explicit field registration
  • Baggage support for the bundled HTTP and gRPC middlewares

Release v0.3.0

27 Oct 08:33
d0b32fa
Compare
Choose a tag to compare

Mostly housekeeping and fixes for this release.

  • feat(tracer): adds support for isNoop check on spans. (#181)
  • fix(propagation/b3): fix incorrect parsing of a single b3 header (#190)
  • chore(examples): makes examples use its own go.mod (#191)
  • bump(reporter/amqp): move to migrated and official library github.com/rabbitmq/amqp091-go (#199)
  • qa: license date updates, linter fixes, test fixes (#203, #204)
  • updated dependencies and regenerated protobuf files (#208)

Thanks all that participated including but not limited to @jcchavezs, @nosan, and @SteelPhase.

Release v0.2.5

02 Oct 04:17
b98d756
Compare
Choose a tag to compare

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.

Release v0.2.4

09 Sep 15:59
f2e3397
Compare
Choose a tag to compare

Adds B3:0 header to HTTP Reporter to mitigate trace reporting amplification
Updates proto handling to newer packages

See #176

Release v0.2.3

13 Aug 08:23
faa50ce
Compare
Choose a tag to compare
  • fix(reporter/kafka): fixes the SpanSerializer option usage. (#156)
  • feat(reporter/http): uses an interface for http client (#155)
  • docs(reporter/kafka): adds more information about tweaking the producer (#158)
  • Duration order consistency when multiplying number by time unit (#160)
  • feat(json-format): lowercase span name and service name as per swagger definition (#166)
  • Update generated proto code to latest protoc (#165)
  • Don't include the http.status_code when 2xx in server. (#167)
  • Add support for RemoteEndpoint in transport/client. (#170)

Thanks for the contributions: @dengliming @jcchavezs @anuraaga @maxifom

Release v0.2.2

15 Sep 15:46
Compare
Choose a tag to compare

This release fixes HTTP reporter potential unbounded goroutine creation (see #146). Thanks to @skaslev for this great improvement.

Release v0.2.1

30 Aug 15:01
f5dcc76
Compare
Choose a tag to compare

This release:

  • improved RequestSampler logic for HTTP Server Middleware
  • Go map[string]string convenience container for proper B3 serialization/deserialization with non natively supported headers