This repository has been archived by the owner on Sep 13, 2022. It is now read-only.
Releases: jaegertracing/jaeger-client-node
Releases · jaegertracing/jaeger-client-node
Release 3.14.1
- Fixed issue where dist/src files were missing
Release 3.14.0
- 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
- Support TLS in HTTP Sender (#294) - thanks Ben Keith @keitwb
- Support ENV variables for configuration (#296) - thanks Eundoo Song @eundoosong
Release 3.12.0
Release 3.11.0
- 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
Release 3.9.1
- Remove husky dependency as a temporary fix for #232
Release 3.9.0
- RemoteReporter.close() now ensures that the buffer is flushed before invoking the callback (#224, #226) - thanks to @MarckK
- 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
Release 3.7.0
Add support for Zipkin B3 header propagation (#175)