Skip to content

Releases: openzipkin/zipkin-go

Release v0.2.0

10 Jul 14:31
1277a5f
Compare
Choose a tag to compare

This release:

  • HTTP MW: Adds Client Request Sampler (thanks @jcchavezs)
  • Tracer: Fixes go.mod LZ4 versioning issue (thanks @rogpeppe)
  • Reporter: Adds RabbitMQ implementation (thanks @ValeryPiashchynski)
  • HTTP MW: Adds error handler and response reader hooks for more context on errors ( thanks @jcchavezs)
  • Tracer: Adds span.FinishedWithDuration() method for self timed duration and OT bridge (thanks @jcchavezs)
  • Propagation: Adds B3 single header (thanks @jcchavezs)

Release v0.1.6

14 Mar 08:41
1b5162a
Compare
Choose a tag to compare

[#114] Latest tagged version requires a bad grpc module version - Thanks to @dmitshur

Release v0.1.5

03 Jan 11:14
bf896b1
Compare
Choose a tag to compare

This is an immediate fix-up release as v0.1.4 was cut too early and lacked the needed gRPC server middleware and backwards incompatible change to gRPC client API.

[#96] Adds gRPC server handler (thanks to @anuraaga)
[#101] Adds SpanOrNoopFromContext convenience function

Release v0.1.4

02 Jan 13:04
Compare
Choose a tag to compare

Release v0.1.3

07 Nov 13:56
Compare
Choose a tag to compare
  • Adds initial Zipkin proto v2 support
  • Bugfix Endpoint Logic for IPv6 only addresses.

Release v0.1.2

27 Sep 12:10
70244c9
Compare
Choose a tag to compare

This release address some issues in the server middleware and adds checks for compatibility with go 1.10 and go 1.11.

Release v0.1.1

27 Jul 18:06
d455a56
Compare
Choose a tag to compare

This is a maintenance release fixing some issues and adding a few features.

  • adds missing tags
  • changes http url into http path
  • do not restart trace on invalid Flag header values
  • fixes to kafka exporter
  • exports AlwaysSample and NeverSample samplers
  • migration of circleci 1.0 -> 2.0
  • adds RequestSampler to http server handler. allowing for sampling strategy based on *http.Request details
  • makes rwInterceptor properly transparent to properly support optional interfaces on wrapped http.ResponseWriter

Thanks to @jcchavezs and @abesto for their contributions

Initial release

02 Mar 15:49
f197ec2
Compare
Choose a tag to compare

long overdue initial release