Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Releases: Kong/kong-plugin-zipkin

v1.3.0

22 Mar 17:32
Compare
Choose a tag to compare

New features:

  • Support for Jaeger style uber-trace-id headers (#101), thanks @nvx!
  • Support for OT headers (#103), thanks @ishg!
  • Allow insertion of custom tags on the Zipkin request trace (#102)

Fixes:

  • The w3c parsing function was returning a non-used extra value, and it now early-exits (#100), thanks @nvx!
  • Creation of baggage items on child spans is now possible (#98), thanks @Asafb26!
  • Fixed a bug in which span timestamping could sometimes raise an error (#105), thanks @Asafb26!

v0.2.0

13 Nov 22:42
Compare
Choose a tag to compare
  • Remove dependency on BasePlugin (#50, #51)
  • Rename component tag to lc (#52)
  • Restructure of Kong generated spans (#52)
  • Change the name of spans for http traffic to GET (#57)
  • Remove the no-longer supported run_on field from plugin config schema (#54)

v0.1.3

16 Aug 11:44
v0.1.3
df53728
Compare
Choose a tag to compare
  • Add support for stream subsystem (#30)
  • Made sending credential optional with a new configuration parameter include_credential (#37)
  • Add possibility to override unknown service name with a new configuration parameter default_service_name (#45)

v0.1.2

17 Jan 23:10
Compare
Choose a tag to compare
  • Fix logging failure when DNS is not resolved
  • Avoid sending redundant tags (#28)
  • Move run_on field to top level plugin schema, not config (#34)

v0.1.1

26 Nov 15:31
v0.1.1
9423d96
Compare
Choose a tag to compare
  • Add run_on field to the plugin's config

v0.1.0

18 Oct 20:46
v0.1.0
3a43e1d
Compare
Choose a tag to compare
  • Start using the new DB & PDK modules (compatibility with Kong >= 0.15.0)
  • New schema format

v0.0.6

18 Oct 07:39
Compare
Choose a tag to compare
  • Fix failures when request is invalid or exits early
  • Note that this will be the last release that supports Kong 0.14.

v0.0.5

17 Sep 05:01
Compare
Choose a tag to compare
  • Fix possible bug when service name is missing
  • Add kong.node.id tag

v0.0.4

09 Aug 07:41
Compare
Choose a tag to compare
  • Fix operation when service and/or route are missing (#19)
  • Fix cause of missing kong.credential field
  • Support for deprecated Kong "api" entity via kong.api tag
  • Upgrade to opentracing-lua 0.0.2
  • Start of test suite

v0.0.3

06 Jul 01:57
Compare
Choose a tag to compare
  • Always pass tag values as strings
  • Fix errors when phases get skipped
  • Pass service name as localEndpoint