------------------- - Added zipkin.always_emit_zipkin_headers config flag. - Skip zipkin_span context manager if the request is not being sampled to improve performance and avoid unnecessary work.
0.18.2
------------------- - Using new update_binary_annotations functions from py_zipkin. - Requires py_zipkin >= 0.7.0
0.18.1
------------------- - No changes
0.18.0
------------------- - Add automatic timestamp/duration reporting for root server span. Also added functionality for individual services to override this setting in configuration.
0.17.0
------------------- - Add registry setting to force py-zipkin to add a logging annotation to server traces. Requires py-zipkin >= 0.4.4.
0.16.1
------------------- - support for configuring custom versions of create_zipkin_attr and is_tracing through the pyramid registry.