Releases: Kong/kong-plugin-zipkin
Releases · Kong/kong-plugin-zipkin
v1.3.0
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
- 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
- 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
- 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
- Add
run_on
field to the plugin's config
v0.1.0
- Start using the new DB & PDK modules (compatibility with Kong >= 0.15.0)
- New schema format
v0.0.6
- 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
- Fix possible bug when service name is missing
- Add
kong.node.id
tag
v0.0.4
- 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
- Always pass tag values as strings
- Fix errors when phases get skipped
- Pass service name as
localEndpoint