Skip to content

Releases: opentracing-contrib/nginx-opentracing

v0.12.0

23 Feb 09:45
6ad9418
Compare
Choose a tag to compare
  • Support Nginx 1.19.7
  • Avoid logging errors when expanding a variable with a null context

v0.11.0

09 Feb 15:44
a0533c6
Compare
Choose a tag to compare
  • Support new nginx version up to 1.19.6

Release 0.10.0

07 Sep 00:15
e0109dd
Compare
Choose a tag to compare
v0.10.0

Release 0.10.0

Release 0.9.0

20 Aug 19:11
36e391f
Compare
Choose a tag to compare
  • Adds additional prebuilt binaries
  • Moves the plugin to an earlier nginx phase (#85)
  • Fixes issues with using lua-bridge-tracer
  • Adds additional annotations for upstreamed requests (#104)

Release 0.8.0

18 Jan 02:11
1c8c2dc
Compare
Choose a tag to compare
  • Adds support for gRPC propagation (#67)
  • Fixes tracing for subrequests (#77)

Release 0.7.0

27 Sep 01:35
5ab766b
Compare
Choose a tag to compare
  • Updates to OpenTracing-1.5
  • Adds support for DataDog
  • Supports propagation directives in higher level configuration blocks (#57, #59)
  • Fixes crash when there's no http configuration block (#61)

Release 0.6.0

30 Jul 17:54
c01d8c4
Compare
Choose a tag to compare
  • Fixes build for gcc-8 (#51 )
  • Adds a docker image for tracing OpenResty with Lua
  • Adds the opentracing_binary_context variable to facilitate interoperability with Lua.

Release 0.5.0

20 Jun 02:43
Compare
Choose a tag to compare
  • Adds support for propagating context with the FastCGI module (#43)

Release 0.4.0

08 Jun 21:18
Compare
Choose a tag to compare
  • Fixes bug with propagation (#37)
  • Adds support for sampling with Zipkin (rnburn/zipkin-cpp-opentracing#20)
  • Removes vendor-specific modules in favor or using opentracing_load_tracer
  • Adds pre-built binaries that can be dropped into existing NGINX installations without requiring a build from source.
  • Added CI to auto-deploy the nginx-opentracing docker image.

Release 0.3.0

18 Apr 22:36
Compare
Choose a tag to compare
  • Supports dynamically loading a tracer (#28)