Py-zipkin

Latest version: v1.2.8

Safety actively analyzes 639068 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 6 of 9

0.10.1

-------------------
- context_stack will now default to `ThreadLocalStack()` if passed as
`None`

0.10.0

-------------------
- Add support for using explicit in-process context storage instead of
using thread_local. This allows you to use py_zipkin in cooperative
multitasking environments e.g. asyncio
- `py_zipkin.thread_local` is now deprecated. Instead use
`py_zipkin.stack.ThreadLocalStack()`
- TraceId and SpanId generation performance improvements.
- 128-bit TraceIds now start with an epoch timestamp to support easy
interop with AWS X-Ray

0.9.0

------------------
- Add batch span sending. Note that spans are now sent in lists.

0.8.3

------------------
- Be defensive about having logging handlers configured to avoid throwing
NullHandler attribute errors

0.8.2

------------------
- Don't log ss and sr annotations when in a client span context
- Add error binary annotation if an exception occurs

0.8.1

------------------
- Fixed server send timing to more accurately reflect when server send
actually occurs.
- Replaced logging_start annotation with logging_end

Page 6 of 9

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.