------------------- - make "service_name" default to "unknown" when not found in registry
0.12.1
------------------- - Add zipkin_span decorator for logging functions as spans
0.11.1
------------------- - Binary annotation values are converted to str - Removed restriction where only successful status codes are logged - Added status code as a default binary annotation - Prevent errors when ZipkinAttrs doesn't exist (usually in multithreaded environments) - pyramid-zipkin is a pure python package
0.11.0
------------------- - Renames ClientSpanContext to SpanContext, adds 'ss' and 'sr' annotations.
0.10.0
------------------- - Always generate ZipkinAttrs, even when a request isn't sampled.
0.9.2
------------------ - Don't set parent_span_id on root span