------------------- - Support JSON encoding for V1 spans. - Allow overriding the span_name after creation.
0.13.0
------------------- - Removed deprecated `zipkin_logger.debug()` interface. - `py_zipkin.stack` was renamed as `py_zipkin.storage`. If you were importing this module, you'll need to update your code.
0.12.0
------------------- - Support max payload size for transport handlers. - Transport handlers should now be implemented as classes extending py_zipkin.transport.BaseTransportHandler.
0.11.2
------------------- - Don't overwrite passed in annotations
0.11.1
------------------- - Add binary annotations to the span even if the request is not being sampled. This fixes binary annotations for firehose spans.
0.11.0
------------------- - Add support for "firehose mode", which logs 100% of the spans regardless of sample rate.