Skip to content
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.

Releases: jaegertracing/jaeger-client-node

Release 3.14.1

24 Jan 22:26
Compare
Choose a tag to compare
  • Fixed issue where dist/src files were missing

Release 3.14.0

24 Jan 18:01
c32e5b4
Compare
Choose a tag to compare
  • Add setProcess method to LoggingReporter (#303) - thanks @isayme
  • Change Zipkin Codec to Not Inject Missing Parent (#305) - thanks @adinunzio84
  • Add missed contextKey option to initTracer (#308) - thanks @yepninja
  • Allow overriding codec's default baggage prefix (#310) - thanks @artemruts
  • Make zipkin codec use case insensetive headers (#309) - thanks @artemruts
  • Fix Span.log to return this (#316) - thanks @doubret
  • Support injecting and extracting into carriers without Object prototypes (#318) - thanks @ggoodman
  • Support canonical env variables (#311) - thanks @yepninja
  • Rename 'jaeger.hostname' tracer tag to 'hostname' (#333) - thanks @verma-varsha
  • Use the ip and hostname tags if provided (#336) - thanks @ledor473
  • Make TchannelBridge use semantic conventions when logging error to the span (#334) - thanks @verma-varsha

Release 3.13.0

09 Oct 17:16
206e4c1
Compare
Choose a tag to compare

Release 3.12.0

10 Aug 21:26
f291c1f
Compare
Choose a tag to compare
  • Rename "throttler-update" metric to "throttler_updates" (#279) - thanks @yknx4
  • Add HTTP Sender (#280) - thanks @keitwb

Release 3.11.0

09 Jul 21:05
75a3b93
Compare
Choose a tag to compare
  • Add throttler (#246)
  • Use throttler for rate limiting (#248)
  • Make metrics consistent with Go/Java clients (#255) - thanks @eundoosong
  • Pass logger/metrics option to remote sampler, reporter (#257) - thanks @eundoosong
  • Update RateLimiter to scale credits on update (#264)
  • Replace Coveralls by Codecov (#269) - thanks @eundoosong
  • Add PrometheusMetricsFactory (#262) - thanks @eundoosong
  • Upgrade flow to v0.75 (#272) - thanks @TLadd
  • Pass object to prom-client metric to fix warning (#274) - thanks @eundoosong

Release 3.10.0

02 Mar 21:13
Compare
Choose a tag to compare
  • Made tracing headers configurable (#217) - thanks @astub
  • Add husky as a dev-dependency (#234)
  • Require Node 6.x for building (#235)

Release 3.9.1

26 Feb 17:14
Compare
Choose a tag to compare
  • Remove husky dependency as a temporary fix for #232

Release 3.9.0

25 Feb 21:05
Compare
Choose a tag to compare
  • RemoteReporter.close() now ensures that the buffer is flushed before invoking the callback (#224, #226) - thanks to @MarckK
    • Fix Possible race condition in UDPSender #214
    • Fix Support callback in udpSender.flush #157
    • Fix Change SenderResponse.err to be a message string #32
  • Node 6.x is recommended for development
    • Add .nvmrc to tell husky precommit which Node version to use (#227)
  • Export Configuration class (#221)
  • Add engines field to package.json (#231)

Release 3.8.0

26 Jan 16:03
f19b9e9
Compare
Choose a tag to compare
  • Log error when Thrift conversion fails (#184)
  • Throw error if serviceName is not provided (#192)
  • Flush only if process is set (#195)
  • Change default flush interval to 1sec (#196)

Release 3.7.0

22 Nov 00:35
Compare
Choose a tag to compare

Add support for Zipkin B3 header propagation (#175)