Aiozipkin Versions Save

Distributed tracing instrumentation for asyncio with zipkin

v1.1.1

2 years ago

Bugfixes

  • Fix unhandled AssertionError in aiohttp integration when unknown resource requested by the user. (#400)
  • Fix NoneType error when using SystemRoute. (#410)

v1.1.1a1

2 years ago

Bugfixes

  • Fix unhandled AssertionError in aiohttp integration when unknown resource requested by the user. #400 <https://github.com/aio-libs/aiohttp/issues/400>_
  • Fix NoneType error when using SystemRoute. #410 <https://github.com/aio-libs/aiohttp/issues/410>_

v0.7.1

3 years ago

Bugfixes

  • Fix Manifest.in file; add CHANGES.rst to the Source Tarball.

v0.7.0

3 years ago
  • Add support of AWS X-Ray trace id format. #273 <https://github.com/aio-libs/aiohttp/issues/273>_

v0.6.0

4 years ago

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

v0.5.0

5 years ago

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

v0.4.0

5 years ago

CHANGES

  • Add more coverage with typing #147
  • Breaking change: typo send_inteval => send_interval #144 (thanks @gugu)
  • Breaking change: do not append api/v2/spans to the zipkin dress #150

v0.3.0

5 years ago

CHANGES

  • Add support http.route tag for aiohttp #138
  • Make zipkin address builder more permissive #141 (thanks @dsantosfff)

v0.2.0

6 years ago

CHANGES

  • Breaking change: az.create is coroutine now #114
  • Added context manger for tracer object #114
  • Added more mypy types #117

v0.1.1

6 years ago

CHANGES

  • Added new_child helper method #83