Skip to content

Releases: aio-libs/aiozipkin

v1.1.1a1

23 Oct 11:02
Compare
Choose a tag to compare

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>_

v1.1.1

23 Oct 11:16
Compare
Choose a tag to compare

Bugfixes

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

aiozipkin 0.7.1

20 Sep 09:50
Compare
Choose a tag to compare

Bugfixes

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

aiozipkin 0.7.0

20 Sep 09:47
Compare
Choose a tag to compare
  • Add support of AWS X-Ray trace id format.
    #273 <https://github.com/aio-libs/aiohttp/issues/273>_

aiozipkin v0.6.0

12 Oct 23:12
Compare
Choose a tag to compare

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

25 Dec 18:56
Compare
Choose a tag to compare

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

11 Jul 20:22
Compare
Choose a tag to compare

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

aiozipkin v0.3.0

13 Jun 17:32
4c1c4b2
Compare
Choose a tag to compare

CHANGES

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

aiozipkin v0.2.0

03 Mar 19:13
Compare
Choose a tag to compare

CHANGES

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

aiozipkin v0.1.1

26 Jan 21:56
Compare
Choose a tag to compare

CHANGES

  • Added new_child helper method #83