Releases: aio-libs/aiozipkin
Releases · aio-libs/aiozipkin
v1.1.1a1
v1.1.1
aiozipkin 0.7.1
Bugfixes
- Fix
Manifest.in
file; addCHANGES.rst
to the Source Tarball.
aiozipkin 0.7.0
- Add support of AWS X-Ray trace id format.
#273 <https://github.com/aio-libs/aiohttp/issues/273>
_
aiozipkin v0.6.0
CHANGES
- Add context var support for python3.7 aiohttp instrumentation #187
- Single header tracing support #189
- Add retries and batches to transport (thanks @konstantin-stepanov)
- Drop python3.5 support #238
- Use new typing syntax in codebase #237
aiozipkin v0.5.0
CHANGES
- More strict typing configuration is used #147
- Fixed bunch of typos in code and docs #151 #153 (thanks @deejay1)
- Added interface for Transport #155 (thanks @deejay1)
- Added create_custom helper for easer tracer configuration #160 (thanks @deejay1)
- Added interface for Sampler #160 (thanks @deejay1)
- Added py.typed marker
aiozipkin v0.4.0
aiozipkin v0.3.0
CHANGES
- Add support http.route tag for aiohttp #138
- Make zipkin address builder more permissive #141 (thanks @dsantosfff)
aiozipkin v0.2.0
aiozipkin v0.1.1
CHANGES
- Added new_child helper method #83