Releases: openzipkin-contrib/zipkin-go-sql
Releases · openzipkin-contrib/zipkin-go-sql
Version 0.4.0
This release fixes a bug that was causing spans to not to be traced and marked as errored when InterpolateParams=false
and also adds tracing to Prepare
and PrepareContext
functions.
Thanks to @basvanbeek for the help when debugging this.
Adds support for 1.10 and 1.11
Merge pull request #2 from jcchavezs/adds_support_for_1.10_1.09 feat: fixes support for 1.10 and 1.09.
Fixes bugs
This release fixes several bugs and improve tests.
Initial release
0.1.0 chore: renamed trace options to be more intuitive.